Models 707B and 708B Switching Matrix Reference Manual
Section 7: Command reference
707B-901-01 Rev. A / August 2010
7-145
state
The result of scanning:
scan.EMPTY
or
0
scan.BUILDING
or
1
scan.RUNNING
or
2
scan.ABORTED
or
3
scan.FAILED
or
4
scan.FAILED_INIT
or
5
scan.SUCCESS
or
6
scanCount
The present number of scans completed
stepCount
The present number of steps completed
Details
Before using this command, use
scan.create()
and
scan.add()
or
scan.addimagestep()
to set up a
scan list.
When the scan is run in the background, you must use the
scan.state()
function to check the status of the
scan.
Example
scan.background()
Runs a scan in the background
Also see
(on page 7-142)
(on page 7-146)
(on page 7-147)
(on page 7-148)
(on page 7-152)
scan.bypass
This attribute indicates whether the first channel of the scan waits for the channel stimulus event to be satisfied
before closing.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Attribute (RW)
Yes
System reset
Scan reset
Create
configuration script
Scan.ON
Usage
bypass = scan.bypass
scan.bypass = bypass
bypass
The state of the bypass. Set to one of the following values:
scan.OFF
or
0: B
ypass disabled
scan.ON
or
1: B
ypass enabled