select
¶
The select commands module.
These commands are used in the following models: DPO7AX, LPD6, MSO4, MSO4B, MSO5, MSO5B, MSO5LP, MSO6, MSO6B
THIS FILE IS AUTO-GENERATED, IT SHOULD NOT BE MANUALLY MODIFIED.
Please report an issue if one is found.
Commands and Queries
- SELect:CH<x> {ON|OFF|1|0}
- SELect:CH<x>?
Select
¶
Bases: SCPICmdRead
The SELect command tree.
Usage
- Using the
.query()method will send theSELect?query. - Using the
.verify(value)method will send theSELect?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.ch: TheSELect:CH<x>command.
ch
property
¶
ch: dict[int, SelectChannel]
Return the SELect:CH<x> command.
Description
- Turns the display of the channel
waveform on or off, where is the channel number. This command also resets the acquisition. The query returns whether the channel is on or off but does not indicate whether it is the specified waveform.
Usage
- Using the
.query()method will send theSELect:CH<x>?query. - Using the
.verify(value)method will send theSELect:CH<x>?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSELect:CH<x> valuecommand.
SCPI Syntax
- SELect:CH<x> {ON|OFF|1|0}
- SELect:CH<x>?
Info
ONturns on the display of the specified waveform. This waveform also becomes the selected waveform.OFFturns off the display of the specified waveform.1turns on the display of the specified waveform. This waveform also becomes the selected waveform.0turns off the display of the specified waveform.
SelectChannel
¶
Bases: ValidatedChannel, SCPICmdWrite, SCPICmdRead
The SELect:CH<x> command.
Description
- Turns the display of the channel
waveform on or off, where is the channel number. This command also resets the acquisition. The query returns whether the channel is on or off but does not indicate whether it is the specified waveform.
Usage
- Using the
.query()method will send theSELect:CH<x>?query. - Using the
.verify(value)method will send theSELect:CH<x>?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSELect:CH<x> valuecommand.
SCPI Syntax
- SELect:CH<x> {ON|OFF|1|0}
- SELect:CH<x>?
Info
ONturns on the display of the specified waveform. This waveform also becomes the selected waveform.OFFturns off the display of the specified waveform.1turns on the display of the specified waveform. This waveform also becomes the selected waveform.0turns off the display of the specified waveform.