8-20 Triggering Model 2700 Multimeter/Switch System User’s Manual
Programming example
The following program fragment triggers (and stores in the buffer) 10 readings. Note that
in order to send the readings to the computer, you must address the Model 2700 to talk
after sending READ?.
*RST ' Restore *RST defaults.
TRAC:CLE ' Clear buffer.
TRIG:DEL 0.5 ' Set delay for 0.5sec.
SAMP:COUN 10 ' Set sample count to 10.
READ? ' Trigger, store, and request readings.