Technical data

Table Of Contents
Channel Commands 12
Agilent Infiniium 9000 Series Oscilloscopes Programmer's Reference 209
Returned Format [CHANnel<N>:ISIM:DELay] {OFF | ON | TRIG}<NL>
Example This example puts whether or not the transfer function delay is included
in the resultant waveform for channel 1 in the string variable, strDelay.
The program then prints the contents of the variable to the computer's
screen.
myScope.WriteString ":SYSTem:HEADer OFF"
myScope.WriteString ":CHANnel1:ISIM:DELay?"
strDelay = myScope.ReadString
Debug.Print strDelay
See Also ":CHANnel<N>:ISIM:NORMalize" on page 210