ref
¶
The ref 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
- REF<x>:HORizontal:POSition <NR3>
- REF<x>:HORizontal:POSition?
- REF<x>:LABel:NAMe <QString>
- REF<x>:LABel:NAMe?
- REF<x>:LABel:XPOS <NR1>
- REF<x>:LABel:XPOS?
- REF<x>:LABel:YPOS <NR1>
- REF<x>:LABel:YPOS?
- REF<x>:LABel?
- REF<x>:THRESHold <NR3>
- REF<x>:THRESHold?
- REF<x>:VERTical:POSition <NR3>
- REF<x>:VERTical:POSition?
- REF<x>:VERTical:SCAle <NR3>
- REF<x>:VERTical:SCAle?
RefItem
¶
Bases: ValidatedDynamicNumberCmd, SCPICmdRead
The REF<x> command tree.
Usage
- Using the
.query()method will send theREF<x>?query. - Using the
.verify(value)method will send theREF<x>?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.horizontal: TheREF<x>:HORizontalcommand tree..label: TheREF<x>:LABelcommand..threshold: TheREF<x>:THRESHoldcommand..vertical: TheREF<x>:VERTicalcommand tree.
horizontal
property
¶
horizontal: RefItemHorizontal
Return the REF<x>:HORizontal command tree.
Usage
- Using the
.query()method will send theREF<x>:HORizontal?query. - Using the
.verify(value)method will send theREF<x>:HORizontal?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.position: TheREF<x>:HORizontal:POSitioncommand.
label
property
¶
label: RefItemLabel
Return the REF<x>:LABel command.
Description
- This query-only command returns a branch query containing the waveform label name and the coordinates at which the label (attached to the displayed waveform of the specified reference) is displayed. The reference waveform is specified by x. The value of x can range from 1 through 4. This command is equivalent to selecting Reference Waveforms from the File menu and then choosing Label from the drop-down list.
Usage
- Using the
.query()method will send theREF<x>:LABel?query. - Using the
.verify(value)method will send theREF<x>:LABel?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- REF<x>:LABel?
Sub-properties
.name: TheREF<x>:LABel:NAMecommand..xpos: TheREF<x>:LABel:XPOScommand..ypos: TheREF<x>:LABel:YPOScommand.
threshold
property
¶
threshold: RefItemThreshold
Return the REF<x>:THRESHold command.
Description
- This command sets or queries the comparable threshold for converting the reference signal to digital form for the channel specified by x. The value of x can range from 1 through 4.
Usage
- Using the
.query()method will send theREF<x>:THRESHold?query. - Using the
.verify(value)method will send theREF<x>:THRESHold?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREF<x>:THRESHold valuecommand.
SCPI Syntax
- REF<x>:THRESHold <NR3>
- REF<x>:THRESHold?
Info
<NR3>specifies the reference threshold in volts.
vertical
property
¶
vertical: RefItemVertical
Return the REF<x>:VERTical command tree.
Usage
- Using the
.query()method will send theREF<x>:VERTical?query. - Using the
.verify(value)method will send theREF<x>:VERTical?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.position: TheREF<x>:VERTical:POSitioncommand..scale: TheREF<x>:VERTical:SCAlecommand.
RefItemHorizontal
¶
Bases: SCPICmdRead
The REF<x>:HORizontal command tree.
Usage
- Using the
.query()method will send theREF<x>:HORizontal?query. - Using the
.verify(value)method will send theREF<x>:HORizontal?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.position: TheREF<x>:HORizontal:POSitioncommand.
position
property
¶
position: RefItemHorizontalPosition
Return the REF<x>:HORizontal:POSition command.
Description
- This command sets or queries the horizontal display position of the reference waveform. The reference waveform is specified by x. The value of x can range from 1 through 4. This command is equivalent to selecting Reference Waveforms from the File menu, choosing Reference Setup¼ from the drop-down list, selecting a reference waveform, and then entering the horizontal position value using the multipurpose knob.
Usage
- Using the
.query()method will send theREF<x>:HORizontal:POSition?query. - Using the
.verify(value)method will send theREF<x>:HORizontal:POSition?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREF<x>:HORizontal:POSition valuecommand.
SCPI Syntax
- REF<x>:HORizontal:POSition <NR3>
- REF<x>:HORizontal:POSition?
Info
<NR3>argument specifies the horizontal position of the specified reference waveform in percentage of the waveform that is displayed to the right of the center vertical graticule. The range of this argument is from 0 through 100.
RefItemHorizontalPosition
¶
Bases: SCPICmdWrite, SCPICmdRead
The REF<x>:HORizontal:POSition command.
Description
- This command sets or queries the horizontal display position of the reference waveform. The reference waveform is specified by x. The value of x can range from 1 through 4. This command is equivalent to selecting Reference Waveforms from the File menu, choosing Reference Setup¼ from the drop-down list, selecting a reference waveform, and then entering the horizontal position value using the multipurpose knob.
Usage
- Using the
.query()method will send theREF<x>:HORizontal:POSition?query. - Using the
.verify(value)method will send theREF<x>:HORizontal:POSition?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREF<x>:HORizontal:POSition valuecommand.
SCPI Syntax
- REF<x>:HORizontal:POSition <NR3>
- REF<x>:HORizontal:POSition?
Info
<NR3>argument specifies the horizontal position of the specified reference waveform in percentage of the waveform that is displayed to the right of the center vertical graticule. The range of this argument is from 0 through 100.
RefItemLabel
¶
Bases: SCPICmdRead
The REF<x>:LABel command.
Description
- This query-only command returns a branch query containing the waveform label name and the coordinates at which the label (attached to the displayed waveform of the specified reference) is displayed. The reference waveform is specified by x. The value of x can range from 1 through 4. This command is equivalent to selecting Reference Waveforms from the File menu and then choosing Label from the drop-down list.
Usage
- Using the
.query()method will send theREF<x>:LABel?query. - Using the
.verify(value)method will send theREF<x>:LABel?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- REF<x>:LABel?
Properties
.name: TheREF<x>:LABel:NAMecommand..xpos: TheREF<x>:LABel:XPOScommand..ypos: TheREF<x>:LABel:YPOScommand.
name
property
¶
name: RefItemLabelName
Return the REF<x>:LABel:NAMe command.
Description
- This command sets or queries the label of the designated waveform. The reference waveform is specified by x. The value of x can range from 1 through 4. This command is equivalent to selecting Reference Waveforms from the File menu, choosing Label from the drop-down list, selecting the tab associated with the reference for which you want to create a label, and entering a label in the Label box.
Usage
- Using the
.query()method will send theREF<x>:LABel:NAMe?query. - Using the
.verify(value)method will send theREF<x>:LABel:NAMe?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREF<x>:LABel:NAMe valuecommand.
SCPI Syntax
- REF<x>:LABel:NAMe <QString>
- REF<x>:LABel:NAMe?
Info
<QString>is the character string that will be used for the reference waveform label name.
xpos
property
¶
xpos: RefItemLabelXpos
Return the REF<x>:LABel:XPOS command.
Description
- This command sets or queries the X screen offset at which the label (attached to the displayed waveform of the specified reference) is displayed, relative to the left edge of the screen The reference waveform is specified by x. The value of x can range from 1 through 4. This command is equivalent to selecting Reference Waveforms from the File menu, choosing Label from the drop-down list, selecting the tab associated with the reference for which you want to position a label, and entering a value in the X Position box.
Usage
- Using the
.query()method will send theREF<x>:LABel:XPOS?query. - Using the
.verify(value)method will send theREF<x>:LABel:XPOS?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREF<x>:LABel:XPOS valuecommand.
SCPI Syntax
- REF<x>:LABel:XPOS <NR1>
- REF<x>:LABel:XPOS?
Info
<NR1>is the location (control in divisions) where the waveform label for the selected reference is displayed, relative to the left edge of the screen. Arguments should be integers ranging from 0 through 10.
ypos
property
¶
ypos: RefItemLabelYpos
Return the REF<x>:LABel:YPOS command.
Description
- This command sets or queries the Y screen offset at which the label (attached to the displayed waveform of the specified reference) is displayed, relative to the center of the screen. The reference waveform is specified by x. The value of x can range from 1 through 4. This command is equivalent to selecting Reference Waveforms from the File menu, choosing Label from the drop-down list, selecting the tab associated with the reference for which you want to position a label, and entering a value in the Y Position box.
Usage
- Using the
.query()method will send theREF<x>:LABel:YPOS?query. - Using the
.verify(value)method will send theREF<x>:LABel:YPOS?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREF<x>:LABel:YPOS valuecommand.
SCPI Syntax
- REF<x>:LABel:YPOS <NR1>
- REF<x>:LABel:YPOS?
Info
<NR1>is the location (in divisions) where the waveform label for the selected reference is displayed, relative to the waveform handle. Arguments should be integers ranging from 10 to -10.
RefItemLabelName
¶
Bases: SCPICmdWrite, SCPICmdRead
The REF<x>:LABel:NAMe command.
Description
- This command sets or queries the label of the designated waveform. The reference waveform is specified by x. The value of x can range from 1 through 4. This command is equivalent to selecting Reference Waveforms from the File menu, choosing Label from the drop-down list, selecting the tab associated with the reference for which you want to create a label, and entering a label in the Label box.
Usage
- Using the
.query()method will send theREF<x>:LABel:NAMe?query. - Using the
.verify(value)method will send theREF<x>:LABel:NAMe?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREF<x>:LABel:NAMe valuecommand.
SCPI Syntax
- REF<x>:LABel:NAMe <QString>
- REF<x>:LABel:NAMe?
Info
<QString>is the character string that will be used for the reference waveform label name.
RefItemLabelXpos
¶
Bases: SCPICmdWrite, SCPICmdRead
The REF<x>:LABel:XPOS command.
Description
- This command sets or queries the X screen offset at which the label (attached to the displayed waveform of the specified reference) is displayed, relative to the left edge of the screen The reference waveform is specified by x. The value of x can range from 1 through 4. This command is equivalent to selecting Reference Waveforms from the File menu, choosing Label from the drop-down list, selecting the tab associated with the reference for which you want to position a label, and entering a value in the X Position box.
Usage
- Using the
.query()method will send theREF<x>:LABel:XPOS?query. - Using the
.verify(value)method will send theREF<x>:LABel:XPOS?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREF<x>:LABel:XPOS valuecommand.
SCPI Syntax
- REF<x>:LABel:XPOS <NR1>
- REF<x>:LABel:XPOS?
Info
<NR1>is the location (control in divisions) where the waveform label for the selected reference is displayed, relative to the left edge of the screen. Arguments should be integers ranging from 0 through 10.
RefItemLabelYpos
¶
Bases: SCPICmdWrite, SCPICmdRead
The REF<x>:LABel:YPOS command.
Description
- This command sets or queries the Y screen offset at which the label (attached to the displayed waveform of the specified reference) is displayed, relative to the center of the screen. The reference waveform is specified by x. The value of x can range from 1 through 4. This command is equivalent to selecting Reference Waveforms from the File menu, choosing Label from the drop-down list, selecting the tab associated with the reference for which you want to position a label, and entering a value in the Y Position box.
Usage
- Using the
.query()method will send theREF<x>:LABel:YPOS?query. - Using the
.verify(value)method will send theREF<x>:LABel:YPOS?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREF<x>:LABel:YPOS valuecommand.
SCPI Syntax
- REF<x>:LABel:YPOS <NR1>
- REF<x>:LABel:YPOS?
Info
<NR1>is the location (in divisions) where the waveform label for the selected reference is displayed, relative to the waveform handle. Arguments should be integers ranging from 10 to -10.
RefItemThreshold
¶
Bases: SCPICmdWrite, SCPICmdRead
The REF<x>:THRESHold command.
Description
- This command sets or queries the comparable threshold for converting the reference signal to digital form for the channel specified by x. The value of x can range from 1 through 4.
Usage
- Using the
.query()method will send theREF<x>:THRESHold?query. - Using the
.verify(value)method will send theREF<x>:THRESHold?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREF<x>:THRESHold valuecommand.
SCPI Syntax
- REF<x>:THRESHold <NR3>
- REF<x>:THRESHold?
Info
<NR3>specifies the reference threshold in volts.
RefItemVertical
¶
Bases: SCPICmdRead
The REF<x>:VERTical command tree.
Usage
- Using the
.query()method will send theREF<x>:VERTical?query. - Using the
.verify(value)method will send theREF<x>:VERTical?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.position: TheREF<x>:VERTical:POSitioncommand..scale: TheREF<x>:VERTical:SCAlecommand.
position
property
¶
position: RefItemVerticalPosition
Return the REF<x>:VERTical:POSition command.
Description
- This command specifies the vertical position of the reference waveform specified by
. Increasing the position value of a waveform causes the waveform to move up, and decreasing the position value causes the waveform to move down. Position adjusts only the display position of a waveform. The position value determines the vertical graticule coordinate at which signal values are displayed. For example, if the position for Reference 3 is set to 2.0, the signal represented by that reference will be displayed at 2.0 divisions above the center of the screen.
Usage
- Using the
.query()method will send theREF<x>:VERTical:POSition?query. - Using the
.verify(value)method will send theREF<x>:VERTical:POSition?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREF<x>:VERTical:POSition valuecommand.
SCPI Syntax
- REF<x>:VERTical:POSition <NR3>
- REF<x>:VERTical:POSition?
Info
<NR3>is a floating point number that specifies the desired position, in divisions from the center horizontal graticule. The range is from -5.0 to 5.0 divisions.
scale
property
¶
scale: RefItemVerticalScale
Return the REF<x>:VERTical:SCAle command.
Description
- This command specifies the vertical scale for the reference waveform specified by
. This setting controls the display only. For a signal with constant amplitude, increasing the scale causes the waveform to be displayed smaller. Decreasing the scale causes the waveform to be displayed larger.
Usage
- Using the
.query()method will send theREF<x>:VERTical:SCAle?query. - Using the
.verify(value)method will send theREF<x>:VERTical:SCAle?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREF<x>:VERTical:SCAle valuecommand.
SCPI Syntax
- REF<x>:VERTical:SCAle <NR3>
- REF<x>:VERTical:SCAle?
Info
<NR3>is a floating point number that specifies the gain in user units-per-division.
RefItemVerticalPosition
¶
Bases: SCPICmdWrite, SCPICmdRead
The REF<x>:VERTical:POSition command.
Description
- This command specifies the vertical position of the reference waveform specified by
. Increasing the position value of a waveform causes the waveform to move up, and decreasing the position value causes the waveform to move down. Position adjusts only the display position of a waveform. The position value determines the vertical graticule coordinate at which signal values are displayed. For example, if the position for Reference 3 is set to 2.0, the signal represented by that reference will be displayed at 2.0 divisions above the center of the screen.
Usage
- Using the
.query()method will send theREF<x>:VERTical:POSition?query. - Using the
.verify(value)method will send theREF<x>:VERTical:POSition?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREF<x>:VERTical:POSition valuecommand.
SCPI Syntax
- REF<x>:VERTical:POSition <NR3>
- REF<x>:VERTical:POSition?
Info
<NR3>is a floating point number that specifies the desired position, in divisions from the center horizontal graticule. The range is from -5.0 to 5.0 divisions.
RefItemVerticalScale
¶
Bases: SCPICmdWrite, SCPICmdRead
The REF<x>:VERTical:SCAle command.
Description
- This command specifies the vertical scale for the reference waveform specified by
. This setting controls the display only. For a signal with constant amplitude, increasing the scale causes the waveform to be displayed smaller. Decreasing the scale causes the waveform to be displayed larger.
Usage
- Using the
.query()method will send theREF<x>:VERTical:SCAle?query. - Using the
.verify(value)method will send theREF<x>:VERTical:SCAle?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREF<x>:VERTical:SCAle valuecommand.
SCPI Syntax
- REF<x>:VERTical:SCAle <NR3>
- REF<x>:VERTical:SCAle?
Info
<NR3>is a floating point number that specifies the gain in user units-per-division.