User manual
Section 13: Instrument Control Library (ICL) Series 3700 System Switch/Multimeter Reference Manual
13-242 3700S-901-01 Rev. C / July 2008
scan.nobufferexecute()
Also see
scan.add() (on page 13-230)
scan.background() (on page 13-232)
scan.create() (on page 13-234)
scan.execute() (on page 13-236) (see this command to run a scan with a reading
buffer)
scan.list() (on page 13-237)
scan.nobufferbackground() (on page 13-240)
scan.state() (on page 13-243)
Example
To start a scan in immediate mode without using a reading buffer:
scan.nobufferexecute()
scan.reset()
Function
Resets the scanning aspects of the system to factory default settings.
Usage
scan.reset()
Remarks
This command will only reset the scan aspects of the system to factory default
settings. Settings affected are:
Trigger model settings within the scan logical device get reset to factory default
settings. Settings affected are those controlled by scan.bypass (on page 13-233),
scan.measurecount (on page 13-238), scan.mode() (on page 13-239), and
scan.scancount (on page 13-242). Also affected are the stimulus settings for
arming a scan (scan.trigger.arm.stimulus (on page 13-244)), channel stepping
(scan.trigger.channel.stimulus (on page 13-246)), and measuring
(scan.trigger.measure.stimulus (on page 13-247) and
scan.trigger.sequence.stimulus (on page 13-249)).
The scan list gets cleared so that if the scan list is queried after a reset, the
response will be an empty scan.
The rest of the settings are unaffected. To reset, the entire system to factory default
settings use the reset command.
Also see
channel.reset() (on page 13-68)
dmm.reset() (on page 13-161)
reset() (on page 13-230)
Example
To perform a reset on the scan aspects of the system:
scan.reset()