rrb
¶
The rrb commands module.
These commands are used in the following models: MDO3
THIS FILE IS AUTO-GENERATED, IT SHOULD NOT BE MANUALLY MODIFIED.
Please report an issue if one is found.
Commands and Queries
- RRB:STATE {ON|OFF|<NR1>}
- RRB:STATE?
Rrb
¶
Bases: SCPICmdRead
The RRB command tree.
Usage
- Using the
.query()method will send theRRB?query. - Using the
.verify(value)method will send theRRB?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.state: TheRRB:STATEcommand.
state
property
¶
state: RrbState
Return the RRB:STATE command.
Description
- This command returns or sets the state of the Results Readout bar (RRB). Visible if set to 1. Hidden when set to 0.
Usage
- Using the
.query()method will send theRRB:STATE?query. - Using the
.verify(value)method will send theRRB:STATE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theRRB:STATE valuecommand.
SCPI Syntax
- RRB:STATE {ON|OFF|<NR1>}
- RRB:STATE?
Info
OFF or <NR1> = 0sets the state of the right results readout bar to off.ON or <NR1> ≠ 0sets the state of the right results readout bar to on.
RrbState
¶
Bases: SCPICmdWrite, SCPICmdRead
The RRB:STATE command.
Description
- This command returns or sets the state of the Results Readout bar (RRB). Visible if set to 1. Hidden when set to 0.
Usage
- Using the
.query()method will send theRRB:STATE?query. - Using the
.verify(value)method will send theRRB:STATE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theRRB:STATE valuecommand.
SCPI Syntax
- RRB:STATE {ON|OFF|<NR1>}
- RRB:STATE?
Info
OFF or <NR1> = 0sets the state of the right results readout bar to off.ON or <NR1> ≠ 0sets the state of the right results readout bar to on.