Technical data

Channel Commands 12
Agilent Infiniium 90000 Series Oscilloscopes Programmer's Reference 193
:CHANnel<N>:ISIM:SPAN
Command :CHANnel<N>:ISIM:SPAN <max_time_span>
The :CHANnel<N>:ISIM:SPAN command sets the maximum time span
control in the InfiniiSim Setup dialog box.
<N> An integer, 1 - 4.
<max_time_span
>
A real number.
Example This example sets the maximum time span control to 100e- 9.
myScope.WriteString ":CHANNEL1:ISIM:SPAN 100e-9"
Query :CHANnel<N>:ISIM:SPAN?
The :CHANnel<N>:ISIM:SPAN? query returns the current InfiniiSim filter
maximum time span on the corresponding input channel.
Returned Format
[CHANnel<N>:ISIM:SPAN] <max_time_span><NL>
Example This example puts the InfiniiSim filter's maximum time span value in the
variable varTspan. The program then prints the contents of the variable to
the computer's screen.
myScope.WriteString ":SYSTem:HEADer OFF"
myScope.WriteString ":CHANNEL1:ISIM:SPAN?"
varTspan = myScope.ReadNumber
Debug.Print FormatNumber(varTspan, 0)
NOTE
This CHANnel command only applies if you have purchased the InfiniiSim software
application.
NOTE
You can specify differential and/or common mode channels using the following convention.
If you have differential or common mode channels enabled (using either the
:CHANnel<N>:DIFFerential or :CHANnel<N>:COMMonmode commands) then:
:CHANnel1 would refer to the Channel 1 - Channel 3 differential channel
:CHANnel2 would refer to the Channel 2 - Channel 4 differential channel
:CHANnel3 would refer to the Channel 1 + Channel 3 common mode channel
:CHANnel4 would refer to the Channel 2 + Channel 4 common mode channel