
7-32
Scanning
Model 2700 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
number 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
NOTE
The following example can be run from the KE2700 Instrument Driver using the
example named “ScanChan” in
.
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.
Содержание 2700
Страница 3: ......
Страница 7: ......
Страница 197: ...5 24 Rel Math Ratio Channel Average dB Model 2700 Multimeter Switch System User s Manual...
Страница 213: ...6 16 Buffer Model 2700 Multimeter Switch System User s Manual...
Страница 289: ...9 18 Limits and Digital I O Model 2700 Multimeter Switch System User s Manual...
Страница 335: ...11 24 Status Structure Model 2700 Multimeter Switch System User s Manual...
Страница 336: ...12 CommonCommands...
Страница 344: ...13 SCPISignalOriented MeasurementCommands...
Страница 353: ...13 10 SCPI Signal Oriented Commands Model 2700 Multimeter Switch System User s Manual...
Страница 363: ...14 10 FORMat and Misc SYSTem Commands Model 2700 Multimeter Switch System User s Manual...
Страница 364: ...15 SCPIReferenceTables...
Страница 391: ...A 2 Specifications Model 2700 Multimeter Switch System User s Manual...
Страница 392: ...Model 2700 Multimeter Switch System User s Manual Specifications A 3...
Страница 393: ...A 4 Specifications Model 2700 Multimeter Switch System User s Manual...
Страница 394: ...Model 2700 Multimeter Switch System User s Manual Specifications A 5...
Страница 395: ...A 6 Specifications Model 2700 Multimeter Switch System User s Manual...
Страница 400: ...B Model7700ConnectionGuide...
Страница 411: ...B 12 Model 7700 Connection Guide Model 2700 Multimeter Switch System User s Manual...
Страница 412: ...C StatusandErrorMessages...
Страница 419: ...C 8 Status and Error Messages Model 2700 Multimeter Switch System User s Manual...
Страница 420: ...D SignalProcessing SequenceandDataFlow...
Страница 433: ...D 14 Signal Processing Sequence and Data Flow Model 2700 Multimeter Switch System User s Manual...
Страница 434: ...E MeasurementConsiderations...
Страница 443: ...E 10 Measurement Considerations Model 2700 Multimeter Switch System User s Manual...
Страница 454: ...G IEEE 488BusOverview...
Страница 469: ...G 16 IEEE 488 Bus Overview Model 2700 Multimeter Switch System User s Manual...
Страница 470: ...H KE2700InstrumentDriver Examples...
Страница 489: ...H 20 KE2700 Instrument Driver Examples Model 2700 Multimeter Switch System User s Manual...
Страница 499: ......