select
¶
The select commands module.
These commands are used in the following models: DPO5K, DPO5KB, DPO70KC, DPO70KD, DPO70KDX, DPO70KSX, DPO7K, DPO7KC, DSA70KC, DSA70KD, MSO5K, MSO5KB, MSO70KC, MSO70KDX
THIS FILE IS AUTO-GENERATED, IT SHOULD NOT BE MANUALLY MODIFIED.
Please report an issue if one is found.
Commands and Queries
- SELect:B<x> {ON|OFF|1|0}
- SELect:B<x>?
- SELect:CH<x> {ON|OFF|<NR1>}
- SELect:CH<x>?
- SELect:CONTROl {CH<x>|MATH<x>|REF<x>}
- SELect:CONTROl?
- SELect:D<x> {ON|OFF|<NR1>}
- SELect:D<x>?
- SELect:DALL <NR1>
- SELect:DIGTraces:COMbination <nr1>
- SELect:DIGTraces:LISt <Dx>
- SELect:DIGTraces:LISt?
- SELect:MATH<x> {ON|OFF|<NR1>}
- SELect:MATH<x>?
- SELect:REF<x> {ON|OFF|<NR1>}
- SELect:REF<x>?
- SELect?
Select
¶
Bases: SCPICmdRead
The SELect command.
Description
- Queries which waveforms are displayed.
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.
SCPI Syntax
- SELect?
Properties
.b: TheSELect:B<x>command..ch: TheSELect:CH<x>command..control: TheSELect:CONTROlcommand..d: TheSELect:D<x>command..dall: TheSELect:DALLcommand..digtraces: TheSELect:DIGTracescommand tree..math: TheSELect:MATH<x>command..ref: TheSELect:REF<x>command.
b
property
¶
b: dict[int, SelectBItem]
Return the SELect:B<x> command.
Description
- This command sets or queries the display state for the bus specified by x. The value of x can range from 1 through 16.
Usage
- Using the
.query()method will send theSELect:B<x>?query. - Using the
.verify(value)method will send theSELect:B<x>?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSELect:B<x> valuecommand.
SCPI Syntax
- SELect:B<x> {ON|OFF|1|0}
- SELect:B<x>?
Info
0turns off the display of the specified bus; any other value turns on the display of the specified bus.1turns on the display of the specified bus.OFFturns off the display of the indicated bus.ONturns on the display of the indicated bus.
ch
property
¶
ch: dict[int, SelectChannel]
Return the SELect:CH<x> command.
Description
- This command sets or queries the displayed state of the specified channel waveform. The x can be channel 1 through 4.
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|<NR1>}
- SELect:CH<x>?
Info
<NR1> = 0turns off the display of the specified channel waveform; any other value turns on the display of the specified waveform.OFFturns off the display of the indicated channel waveform.ONdisplays the indicated channel waveform.
control
property
¶
control: SelectControl
Return the SELect:CONTROl command.
Description
This command sets or queries the waveform that is selected as the implied recipient of channel-related commands that support legacy-style programs. The command form also performs the equivalent of a SELECT:WFM ONcommand. This command is equivalent to selecting Measurement Setup from the Measure menu and either viewing or setting the Source waveform.
Usage
- Using the
.query()method will send theSELect:CONTROl?query. - Using the
.verify(value)method will send theSELect:CONTROl?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSELect:CONTROl valuecommand.
SCPI Syntax
- SELect:CONTROl {CH<x>|MATH<x>|REF<x>}
- SELect:CONTROl?
Info
CH<x>selects the specified channel waveform as the waveform that is affected by the front panel controls. The x variable can be expressed as an integer ranging from 1 through 4.MATH<x>selects the specified math waveform as the waveform that is affected by the front panel controls. The x variable can be expressed as an integer ranging from 1 through 4.REF<x>selects the specified reference waveform as the waveform that is affected by the front panel controls. The x variable can be expressed as an integer ranging from 1 through 4.
d
property
¶
d: dict[int, SelectDigitalBit]
Return the SELect:D<x> command.
Description
- Turns on the display of the digital channel
and resets the acquisition. is the channel number, which can be 0-15. The query returns whether the channel is on or off but does not indicate whether it is the selected waveform.
Usage
- Using the
.query()method will send theSELect:D<x>?query. - Using the
.verify(value)method will send theSELect:D<x>?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSELect:D<x> valuecommand.
SCPI Syntax
- SELect:D<x> {ON|OFF|<NR1>}
- SELect:D<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.<NR1>= 0 turns off the display of the specified waveform; any other value turns on the display of the specified waveform.
dall
property
¶
dall: SelectDall
Return the SELect:DALL command.
Description
- This command sets the displayed state of all the digital inputs.
Usage
- Using the
.write(value)method will send theSELect:DALL valuecommand.
SCPI Syntax
- SELect:DALL <NR1>
Info
<NR1> = 0turns off the display of all the digital inputs; any other value turns on the display of all the digital inputs.OFFturns off the display of all the digital inputs.ONdisplays all the digital inputs.
digtraces
property
¶
digtraces: SelectDigtraces
Return the SELect:DIGTraces command tree.
Usage
- Using the
.query()method will send theSELect:DIGTraces?query. - Using the
.verify(value)method will send theSELect:DIGTraces?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.combination: TheSELect:DIGTraces:COMbinationcommand..list: TheSELect:DIGTraces:LIStcommand.
math
property
¶
math: dict[int, SelectMathItem]
Return the SELect:MATH<x> command.
Description
- This command turns on the display of a specified waveform and also resets the acquisition. The query returns whether the channel is on or off but does not indicate whether it is the selected waveform. WFM can be a channel, math, or reference waveform.
Usage
- Using the
.query()method will send theSELect:MATH<x>?query. - Using the
.verify(value)method will send theSELect:MATH<x>?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSELect:MATH<x> valuecommand.
SCPI Syntax
- SELect:MATH<x> {ON|OFF|<NR1>}
- SELect:MATH<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.<NR1>= 0 turns off the display of the specified waveform; any other value turns on the display of the specified waveform.
ref
property
¶
ref: dict[int, SelectRefItem]
Return the SELect:REF<x> command.
Description
- This command turns on the display of a specified waveform and also resets the acquisition. The query returns whether the channel is on or off but does not indicate whether it is the selected waveform. WFM can be a channel, math, or reference waveform.
Usage
- Using the
.query()method will send theSELect:REF<x>?query. - Using the
.verify(value)method will send theSELect:REF<x>?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSELect:REF<x> valuecommand.
SCPI Syntax
- SELect:REF<x> {ON|OFF|<NR1>}
- SELect:REF<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.<NR1>= 0 turns off the display of the specified waveform; any other value turns on the display of the specified waveform.
SelectBItem
¶
Bases: ValidatedDynamicNumberCmd, SCPICmdWrite, SCPICmdRead
The SELect:B<x> command.
Description
- This command sets or queries the display state for the bus specified by x. The value of x can range from 1 through 16.
Usage
- Using the
.query()method will send theSELect:B<x>?query. - Using the
.verify(value)method will send theSELect:B<x>?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSELect:B<x> valuecommand.
SCPI Syntax
- SELect:B<x> {ON|OFF|1|0}
- SELect:B<x>?
Info
0turns off the display of the specified bus; any other value turns on the display of the specified bus.1turns on the display of the specified bus.OFFturns off the display of the indicated bus.ONturns on the display of the indicated bus.
SelectChannel
¶
Bases: ValidatedChannel, SCPICmdWrite, SCPICmdRead
The SELect:CH<x> command.
Description
- This command sets or queries the displayed state of the specified channel waveform. The x can be channel 1 through 4.
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|<NR1>}
- SELect:CH<x>?
Info
<NR1> = 0turns off the display of the specified channel waveform; any other value turns on the display of the specified waveform.OFFturns off the display of the indicated channel waveform.ONdisplays the indicated channel waveform.
SelectControl
¶
Bases: SCPICmdWrite, SCPICmdRead
The SELect:CONTROl command.
Description
This command sets or queries the waveform that is selected as the implied recipient of channel-related commands that support legacy-style programs. The command form also performs the equivalent of a SELECT:WFM ONcommand. This command is equivalent to selecting Measurement Setup from the Measure menu and either viewing or setting the Source waveform.
Usage
- Using the
.query()method will send theSELect:CONTROl?query. - Using the
.verify(value)method will send theSELect:CONTROl?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSELect:CONTROl valuecommand.
SCPI Syntax
- SELect:CONTROl {CH<x>|MATH<x>|REF<x>}
- SELect:CONTROl?
Info
CH<x>selects the specified channel waveform as the waveform that is affected by the front panel controls. The x variable can be expressed as an integer ranging from 1 through 4.MATH<x>selects the specified math waveform as the waveform that is affected by the front panel controls. The x variable can be expressed as an integer ranging from 1 through 4.REF<x>selects the specified reference waveform as the waveform that is affected by the front panel controls. The x variable can be expressed as an integer ranging from 1 through 4.
SelectDall
¶
Bases: SCPICmdWrite
The SELect:DALL command.
Description
- This command sets the displayed state of all the digital inputs.
Usage
- Using the
.write(value)method will send theSELect:DALL valuecommand.
SCPI Syntax
- SELect:DALL <NR1>
Info
<NR1> = 0turns off the display of all the digital inputs; any other value turns on the display of all the digital inputs.OFFturns off the display of all the digital inputs.ONdisplays all the digital inputs.
SelectDigitalBit
¶
Bases: ValidatedDigitalBit, SCPICmdWrite, SCPICmdRead
The SELect:D<x> command.
Description
- Turns on the display of the digital channel
and resets the acquisition. is the channel number, which can be 0-15. The query returns whether the channel is on or off but does not indicate whether it is the selected waveform.
Usage
- Using the
.query()method will send theSELect:D<x>?query. - Using the
.verify(value)method will send theSELect:D<x>?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSELect:D<x> valuecommand.
SCPI Syntax
- SELect:D<x> {ON|OFF|<NR1>}
- SELect:D<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.<NR1>= 0 turns off the display of the specified waveform; any other value turns on the display of the specified waveform.
SelectDigtraces
¶
Bases: SCPICmdRead
The SELect:DIGTraces command tree.
Usage
- Using the
.query()method will send theSELect:DIGTraces?query. - Using the
.verify(value)method will send theSELect:DIGTraces?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.combination: TheSELect:DIGTraces:COMbinationcommand..list: TheSELect:DIGTraces:LIStcommand.
combination
property
¶
combination: SelectDigtracesCombination
Return the SELect:DIGTraces:COMbination command.
Description
- This command turns on the digital channels that have binary digits as 1. The binary digits are obtained from the set decimal value.
Usage
- Using the
.write(value)method will send theSELect:DIGTraces:COMbination valuecommand.
SCPI Syntax
- SELect:DIGTraces:COMbination <nr1>
Info
nr1is a decimal integer.
list
property
¶
list: SelectDigtracesList
Return the SELect:DIGTraces:LISt command.
Description
- This command turns on the specified digital channels or returns the list of digital channels that are on.
Usage
- Using the
.query()method will send theSELect:DIGTraces:LISt?query. - Using the
.verify(value)method will send theSELect:DIGTraces:LISt?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSELect:DIGTraces:LISt valuecommand.
SCPI Syntax
- SELect:DIGTraces:LISt <Dx>
- SELect:DIGTraces:LISt?
SelectDigtracesCombination
¶
Bases: SCPICmdWrite
The SELect:DIGTraces:COMbination command.
Description
- This command turns on the digital channels that have binary digits as 1. The binary digits are obtained from the set decimal value.
Usage
- Using the
.write(value)method will send theSELect:DIGTraces:COMbination valuecommand.
SCPI Syntax
- SELect:DIGTraces:COMbination <nr1>
Info
nr1is a decimal integer.
SelectDigtracesList
¶
Bases: SCPICmdWrite, SCPICmdRead
The SELect:DIGTraces:LISt command.
Description
- This command turns on the specified digital channels or returns the list of digital channels that are on.
Usage
- Using the
.query()method will send theSELect:DIGTraces:LISt?query. - Using the
.verify(value)method will send theSELect:DIGTraces:LISt?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSELect:DIGTraces:LISt valuecommand.
SCPI Syntax
- SELect:DIGTraces:LISt <Dx>
- SELect:DIGTraces:LISt?
SelectMathItem
¶
Bases: ValidatedDynamicNumberCmd, SCPICmdWrite, SCPICmdRead
The SELect:MATH<x> command.
Description
- This command turns on the display of a specified waveform and also resets the acquisition. The query returns whether the channel is on or off but does not indicate whether it is the selected waveform. WFM can be a channel, math, or reference waveform.
Usage
- Using the
.query()method will send theSELect:MATH<x>?query. - Using the
.verify(value)method will send theSELect:MATH<x>?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSELect:MATH<x> valuecommand.
SCPI Syntax
- SELect:MATH<x> {ON|OFF|<NR1>}
- SELect:MATH<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.<NR1>= 0 turns off the display of the specified waveform; any other value turns on the display of the specified waveform.
SelectRefItem
¶
Bases: ValidatedDynamicNumberCmd, SCPICmdWrite, SCPICmdRead
The SELect:REF<x> command.
Description
- This command turns on the display of a specified waveform and also resets the acquisition. The query returns whether the channel is on or off but does not indicate whether it is the selected waveform. WFM can be a channel, math, or reference waveform.
Usage
- Using the
.query()method will send theSELect:REF<x>?query. - Using the
.verify(value)method will send theSELect:REF<x>?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSELect:REF<x> valuecommand.
SCPI Syntax
- SELect:REF<x> {ON|OFF|<NR1>}
- SELect:REF<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.<NR1>= 0 turns off the display of the specified waveform; any other value turns on the display of the specified waveform.