Technical data

Table Of Contents
408 Agilent InfiniiVision 6000 Series Oscilloscopes Programmer's Guide
5 Commands by Subsystem
' Set channels 0-7 to CMOS threshold.
myScope.WriteString ":POD1:THRESHOLD CMOS"
' Set channels 8-15 to 2.0 volts.
myScope.WriteString ":POD2:THRESHOLD 2.0"
' Set external channel to TTL threshold (short form).
myScope.WriteString ":TRIG:LEV TTL,EXT"
Example program from the start: "VISA COM Example in Visual Basic" on
page 824