7-32
Scanning
Model 2750 Multimeter/Switch System User’s Manual
e.
SAMPle:COUNt and TRIGger:COUNt — Sample count specifies the number of
readings to scan and store in the buffer, while the trigger count specifies the num-
ber of scans to perform.
If the sample count is greater than the number of channels in the scan list (scan list
length), operation wraps around to the beginning of the scan list and continues. For
example, assume the scan list is made up of channels 101, 102, and 103, and the
sample count is set to 4. After channels 101, 102, and 103 are scanned, operation
loops around to scan channel 101 again. The first and last readings in the buffer
will be channel 101.
When performing multiple scans (trigger count >1), sample readings overwrite the
readings stored for the previous scan.
Continuous initiation must be disabled in order to set the sample counter >1 (see
Reference c).
f. INITiate:CONTinuous, INITiate and READ? — In order to initiate a single scan
cycle using INITiate or READ?, continuous initiation must be disabled. If you send
INIT or READ? with continuous initiation enabled, error -213 (Init ignored) will
occur.
You cannot use READ? or INITiate if sample count >1, AND there are readings
stored in the buffer by the TRAC command, or by front panel data store operation
(error -225, out of memory). Either set the sample count to one or clear the buffer
(TRACe:CLEar).
Scanning programming example
The following program will scan 10 channels (101 through 110):
TRAC:CLE
' Clear buffer.
INIT:CONT OFF
' Disable continuous initiation.
TRIG:SOUR IMM
' Select the immediate control source.
TRIG:COUN 1
' Set to perform one scan.
SAMP:COUN 10
' Set to scan 10 channels.
ROUT:SCAN (@101:110)
' Set scan list channels; 101 through 110.
ROUT:SCAN:TSO IMM
' Start scan when enabled and triggered.
ROUT:SCAN:LSEL INT
' Enable scan.
READ?
' Trigger scan and request the readings.
2750-900-01.book Page 32 Wednesday, August 3, 2011 7:56 AM
Содержание 2750
Страница 3: ...2750 900 01 book Page 2 Wednesday August 3 2011 7 56 AM...
Страница 7: ...2750 900 01 book Page 4 Wednesday August 3 2011 7 56 AM...
Страница 17: ...2750 900 01 book Page 10 Wednesday August 3 2011 7 56 AM...
Страница 204: ...Model 2750 Multimeter Switch System User s Manual Buffer 6 15 2750 900 01 book Page 15 Wednesday August 3 2011 7 56 AM...
Страница 205: ...6 16 Buffer Model 2750 Multimeter Switch System User s Manual 2750 900 01 book Page 16 Wednesday August 3 2011 7 56 AM...
Страница 324: ...12 CommonCommands 2750 900 01 book Page 1 Wednesday August 3 2011 7 56 AM...
Страница 332: ...13 SCPISignalOriented MeasurementCommands 2750 900 01 book Page 1 Wednesday August 3 2011 7 56 AM...
Страница 348: ...15 SCPIReferenceTables 2750 900 01 book Page 1 Wednesday August 3 2011 7 56 AM...
Страница 374: ...B Model7700ConnectionGuide 2750 900 01 book Page 1 Wednesday August 3 2011 7 56 AM...
Страница 386: ...C StatusandErrorMessages 2750 900 01 book Page 1 Wednesday August 3 2011 7 56 AM...
Страница 394: ...D SignalProcessing SequenceandDataFlow 2750 900 01 book Page 1 Wednesday August 3 2011 7 56 AM...
Страница 408: ...E MeasurementConsiderations 2750 900 01 book Page 1 Wednesday August 3 2011 7 56 AM...
Страница 428: ...G IEEE 488BusOverview 2750 900 01 book Page 1 Wednesday August 3 2011 7 56 AM...