Section 7: TSP command reference
Models 707B and 708B Switching Matrix Reference Manual
7-140
707B-901-01 Rev. B / January 2015
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
1 (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
: Disabled
scan.ON
or
1
: Enabled
Details
When
bypass
is
ON
and the
scan.trigger.arm.stimulus
is set to a non-zero value, the first
channel of the scan closes (the
scan.trigger.channel.stimulus
setting is ignored).
For other channels (other than the first), the channel stimulus must be satisfied before the channel
action takes place.
When
bypass
is
OFF
, every channel (including the first) must satisfy the
scan.trigger.channel.stimulus
setting before the channel action occurs for that step.
Example
scan.bypass = scan.OFF
print(scan.bypass)
Disables the bypass option for scanning and
displays the present bypass state.
Output:
0.000000
Also see
(on page 7-153)
(on page 3-1)