Section 11: TSP command reference Series 3700A System Switch/Multimeter Reference Manual
11-314 3700AS-901-01 Rev. D/June 2018
Also see
scan.add() (on page 11-309)
scan.create() (on page 11-315)
scan.execute() (on page 11-317)
scan.list() (on page 11-318)
scan.state() (on page 11-326)
Scanning and triggering (on page 5-23)
scan.bypass
This attribute indicates whether the first channel of the scan waits for the channel stimulus event to be satisfied
before closing.
Reset
Scan reset
Recall setup
Create configuration script
Save setup
Usage
bypass = scan.bypass
scan.bypass = bypass
Enable or disable the bypass:
â–ª scan.OFF or 0: Disabled
â–ª scan.ON or 1: Enabled
Details
When bypass is set to 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 set to 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.000000000e+000
Also see
scan.trigger.arm.stimulus (on page 11-328)
scan.trigger.channel.stimulus (on page 11-331)
Scanning and triggering (on page 5-23)