ref
¶
The ref commands module.
These commands are used in the following models: DPO7AX, LPD6, MSO4, MSO4B, MSO5, MSO5B, MSO5LP, MSO6, MSO6B, TekScopePC
THIS FILE IS AUTO-GENERATED, IT SHOULD NOT BE MANUALLY MODIFIED.
Please report an issue if one is found.
Commands and Queries
- REF<x>_D<x>:LABel:COLor <QString>
- REF<x>_D<x>:LABel:COLor?
- REF<x>_D<x>:LABel:FONT:BOLD {ON|OFF|<NR1>}
- REF<x>_D<x>:LABel:FONT:BOLD?
- REF<x>_D<x>:LABel:FONT:ITALic {ON|OFF|<NR1>}
- REF<x>_D<x>:LABel:FONT:ITALic?
- REF<x>_D<x>:LABel:FONT:SIZE <NR1>
- REF<x>_D<x>:LABel:FONT:SIZE?
- REF<x>_D<x>:LABel:FONT:TYPE <QString>
- REF<x>_D<x>:LABel:FONT:TYPE?
- REF<x>_D<x>:LABel:FONT:UNDERline {ON|OFF|<NR1>}
- REF<x>_D<x>:LABel:FONT:UNDERline?
- REF<x>_D<x>:LABel:NAMe <QString>
- REF<x>_D<x>:LABel:NAMe?
- REF<x>_D<x>:LABel:XPOS <NR3>
- REF<x>_D<x>:LABel:XPOS?
- REF<x>_D<x>:LABel:YPOS <NR3>
- REF<x>_D<x>:LABel:YPOS?
- REF<x>_DALL:LABel:COLor <QString>
- REF<x>_DALL:LABel:COLor?
- REF<x>_DALL:LABel:FONT:BOLD {ON|OFF|<NR1>}
- REF<x>_DALL:LABel:FONT:BOLD?
- REF<x>_DALL:LABel:FONT:ITALic {ON|OFF|<NR1>}
- REF<x>_DALL:LABel:FONT:ITALic?
- REF<x>_DALL:LABel:FONT:SIZE <NR1>
- REF<x>_DALL:LABel:FONT:SIZE?
- REF<x>_DALL:LABel:FONT:TYPE <QString>
- REF<x>_DALL:LABel:FONT:TYPE?
- REF<x>_DALL:LABel:FONT:UNDERline {ON|OFF|<NR1>}
- REF<x>_DALL:LABel:FONT:UNDERline?
- REF<x>_DALL:LABel:NAMe <QString>
- REF<x>_DALL:LABel:NAMe?
- REF<x>_DALL:LABel:XPOS <NR3>
- REF<x>_DALL:LABel:XPOS?
- REF<x>_DALL:LABel:YPOS <NR3>
- REF<x>_DALL:LABel:YPOS?
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
.d: TheREF<x>_D<x>command tree..dall: TheREF<x>_DALLcommand tree.
d
property
¶
d: dict[int, RefItemDigitalBit]
Return the REF<x>_D<x> command tree.
Usage
- Using the
.query()method will send theREF<x>_D<x>?query. - Using the
.verify(value)method will send theREF<x>_D<x>?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.label: TheREF<x>_D<x>:LABelcommand tree.
dall
property
¶
dall: RefItemDall
Return the REF<x>_DALL command tree.
Usage
- Using the
.query()method will send theREF<x>_DALL?query. - Using the
.verify(value)method will send theREF<x>_DALL?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.label: TheREF<x>_DALL:LABelcommand tree.
RefItemDall
¶
Bases: SCPICmdRead
The REF<x>_DALL command tree.
Usage
- Using the
.query()method will send theREF<x>_DALL?query. - Using the
.verify(value)method will send theREF<x>_DALL?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.label: TheREF<x>_DALL:LABelcommand tree.
label
property
¶
label: RefItemDallLabel
Return the REF<x>_DALL:LABel command tree.
Usage
- Using the
.query()method will send theREF<x>_DALL:LABel?query. - Using the
.verify(value)method will send theREF<x>_DALL:LABel?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.color: TheREF<x>_DALL:LABel:COLorcommand..font: TheREF<x>_DALL:LABel:FONTcommand tree..name: TheREF<x>_DALL:LABel:NAMecommand..xpos: TheREF<x>_DALL:LABel:XPOScommand..ypos: TheREF<x>_DALL:LABel:YPOScommand.
RefItemDallLabel
¶
Bases: SCPICmdRead
The REF<x>_DALL:LABel command tree.
Usage
- Using the
.query()method will send theREF<x>_DALL:LABel?query. - Using the
.verify(value)method will send theREF<x>_DALL:LABel?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.color: TheREF<x>_DALL:LABel:COLorcommand..font: TheREF<x>_DALL:LABel:FONTcommand tree..name: TheREF<x>_DALL:LABel:NAMecommand..xpos: TheREF<x>_DALL:LABel:XPOScommand..ypos: TheREF<x>_DALL:LABel:YPOScommand.
color
property
¶
color: RefItemDallLabelColor
Return the REF<x>_DALL:LABel:COLor command.
Description
- This command sets or queries the color of the specified digital group. The reference is specified by x.
Usage
- Using the
.query()method will send theREF<x>_DALL:LABel:COLor?query. - Using the
.verify(value)method will send theREF<x>_DALL:LABel:COLor?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREF<x>_DALL:LABel:COLor valuecommand.
SCPI Syntax
- REF<x>_DALL:LABel:COLor <QString>
- REF<x>_DALL:LABel:COLor?
Info
<QString>is the color of the digital group label. To return the color to the default color, send an empty string as in this example::REF5_DALL:LABEL:COLOR‘’.
font
property
¶
font: RefItemDallLabelFont
Return the REF<x>_DALL:LABel:FONT command tree.
Usage
- Using the
.query()method will send theREF<x>_DALL:LABel:FONT?query. - Using the
.verify(value)method will send theREF<x>_DALL:LABel:FONT?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.bold: TheREF<x>_DALL:LABel:FONT:BOLDcommand..italic: TheREF<x>_DALL:LABel:FONT:ITALiccommand..size: TheREF<x>_DALL:LABel:FONT:SIZEcommand..type: TheREF<x>_DALL:LABel:FONT:TYPEcommand..underline: TheREF<x>_DALL:LABel:FONT:UNDERlinecommand.
name
property
¶
name: RefItemDallLabelName
Return the REF<x>_DALL:LABel:NAMe command.
Description
- This command sets or queries the label of the specified digital group. The reference is specified by x.
Usage
- Using the
.query()method will send theREF<x>_DALL:LABel:NAMe?query. - Using the
.verify(value)method will send theREF<x>_DALL:LABel:NAMe?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREF<x>_DALL:LABel:NAMe valuecommand.
SCPI Syntax
- REF<x>_DALL:LABel:NAMe <QString>
- REF<x>_DALL:LABel:NAMe?
Info
<QString>is the name of the group.
xpos
property
¶
xpos: RefItemDallLabelXpos
Return the REF<x>_DALL:LABel:XPOS command.
Description
- This command sets or queries the x-position of the label of the specified digital group. The reference is specified by x.
Usage
- Using the
.query()method will send theREF<x>_DALL:LABel:XPOS?query. - Using the
.verify(value)method will send theREF<x>_DALL:LABel:XPOS?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREF<x>_DALL:LABel:XPOS valuecommand.
SCPI Syntax
- REF<x>_DALL:LABel:XPOS <NR3>
- REF<x>_DALL:LABel:XPOS?
Info
<NR3>is the x-position, in pixels relative to the left edge of the display, of the group.
ypos
property
¶
ypos: RefItemDallLabelYpos
Return the REF<x>_DALL:LABel:YPOS command.
Description
- This command sets or queries the y-position of the label of the specified digital group. The reference is specified by x.
Usage
- Using the
.query()method will send theREF<x>_DALL:LABel:YPOS?query. - Using the
.verify(value)method will send theREF<x>_DALL:LABel:YPOS?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREF<x>_DALL:LABel:YPOS valuecommand.
SCPI Syntax
- REF<x>_DALL:LABel:YPOS <NR3>
- REF<x>_DALL:LABel:YPOS?
Info
<NR3>is the y-position, in pixels relative to the baseline of the waveform, of the group.
RefItemDallLabelColor
¶
Bases: SCPICmdWrite, SCPICmdRead
The REF<x>_DALL:LABel:COLor command.
Description
- This command sets or queries the color of the specified digital group. The reference is specified by x.
Usage
- Using the
.query()method will send theREF<x>_DALL:LABel:COLor?query. - Using the
.verify(value)method will send theREF<x>_DALL:LABel:COLor?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREF<x>_DALL:LABel:COLor valuecommand.
SCPI Syntax
- REF<x>_DALL:LABel:COLor <QString>
- REF<x>_DALL:LABel:COLor?
Info
<QString>is the color of the digital group label. To return the color to the default color, send an empty string as in this example::REF5_DALL:LABEL:COLOR‘’.
RefItemDallLabelFont
¶
Bases: SCPICmdRead
The REF<x>_DALL:LABel:FONT command tree.
Usage
- Using the
.query()method will send theREF<x>_DALL:LABel:FONT?query. - Using the
.verify(value)method will send theREF<x>_DALL:LABel:FONT?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.bold: TheREF<x>_DALL:LABel:FONT:BOLDcommand..italic: TheREF<x>_DALL:LABel:FONT:ITALiccommand..size: TheREF<x>_DALL:LABel:FONT:SIZEcommand..type: TheREF<x>_DALL:LABel:FONT:TYPEcommand..underline: TheREF<x>_DALL:LABel:FONT:UNDERlinecommand.
bold
property
¶
bold: RefItemDallLabelFontBold
Return the REF<x>_DALL:LABel:FONT:BOLD command.
Description
- This command sets or queries the bold state of the specified digital group. The reference is specified by x.
Usage
- Using the
.query()method will send theREF<x>_DALL:LABel:FONT:BOLD?query. - Using the
.verify(value)method will send theREF<x>_DALL:LABel:FONT:BOLD?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREF<x>_DALL:LABel:FONT:BOLD valuecommand.
SCPI Syntax
- REF<x>_DALL:LABel:FONT:BOLD {ON|OFF|<NR1>}
- REF<x>_DALL:LABel:FONT:BOLD?
Info
OFFargument turns off bold font.ONargument turns on bold font.<NR1>= 0 turns off bold font; any other value turns on bold font.
italic
property
¶
italic: RefItemDallLabelFontItalic
Return the REF<x>_DALL:LABel:FONT:ITALic command.
Description
- This command sets or queries the italic state of the specified digital group. The reference is specified by x.
Usage
- Using the
.query()method will send theREF<x>_DALL:LABel:FONT:ITALic?query. - Using the
.verify(value)method will send theREF<x>_DALL:LABel:FONT:ITALic?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREF<x>_DALL:LABel:FONT:ITALic valuecommand.
SCPI Syntax
- REF<x>_DALL:LABel:FONT:ITALic {ON|OFF|<NR1>}
- REF<x>_DALL:LABel:FONT:ITALic?
Info
OFFargument turns off italic font.ONargument turns on italic font.<NR1>= 0 turns off italic font; any other value turns on italic font.
size
property
¶
size: RefItemDallLabelFontSize
Return the REF<x>_DALL:LABel:FONT:SIZE command.
Description
- This command sets or queries the font size of the specified digital group. The reference is specified by x.
Usage
- Using the
.query()method will send theREF<x>_DALL:LABel:FONT:SIZE?query. - Using the
.verify(value)method will send theREF<x>_DALL:LABel:FONT:SIZE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREF<x>_DALL:LABel:FONT:SIZE valuecommand.
SCPI Syntax
- REF<x>_DALL:LABel:FONT:SIZE <NR1>
- REF<x>_DALL:LABel:FONT:SIZE?
Info
<NR1>is the font size.
type
property
¶
type: RefItemDallLabelFontType
Return the REF<x>_DALL:LABel:FONT:TYPE command.
Description
- This command sets or queries the font type of the specified digital group, such as Arial or Times New Roman. The reference is specified by x.
Usage
- Using the
.query()method will send theREF<x>_DALL:LABel:FONT:TYPE?query. - Using the
.verify(value)method will send theREF<x>_DALL:LABel:FONT:TYPE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREF<x>_DALL:LABel:FONT:TYPE valuecommand.
SCPI Syntax
- REF<x>_DALL:LABel:FONT:TYPE <QString>
- REF<x>_DALL:LABel:FONT:TYPE?
Info
<QString>is the font type.
underline
property
¶
underline: RefItemDallLabelFontUnderline
Return the REF<x>_DALL:LABel:FONT:UNDERline command.
Description
- This command sets or queries the underline state of the specified digital group. The reference is specified by x.
Usage
- Using the
.query()method will send theREF<x>_DALL:LABel:FONT:UNDERline?query. - Using the
.verify(value)method will send theREF<x>_DALL:LABel:FONT:UNDERline?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREF<x>_DALL:LABel:FONT:UNDERline valuecommand.
SCPI Syntax
- REF<x>_DALL:LABel:FONT:UNDERline {ON|OFF|<NR1>}
- REF<x>_DALL:LABel:FONT:UNDERline?
Info
OFFargument turns off underline font.ONargument turns on underline font.<NR1>= 0 turns off underline font; any other value turns on underline font.
RefItemDallLabelFontBold
¶
Bases: SCPICmdWrite, SCPICmdRead
The REF<x>_DALL:LABel:FONT:BOLD command.
Description
- This command sets or queries the bold state of the specified digital group. The reference is specified by x.
Usage
- Using the
.query()method will send theREF<x>_DALL:LABel:FONT:BOLD?query. - Using the
.verify(value)method will send theREF<x>_DALL:LABel:FONT:BOLD?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREF<x>_DALL:LABel:FONT:BOLD valuecommand.
SCPI Syntax
- REF<x>_DALL:LABel:FONT:BOLD {ON|OFF|<NR1>}
- REF<x>_DALL:LABel:FONT:BOLD?
Info
OFFargument turns off bold font.ONargument turns on bold font.<NR1>= 0 turns off bold font; any other value turns on bold font.
RefItemDallLabelFontItalic
¶
Bases: SCPICmdWrite, SCPICmdRead
The REF<x>_DALL:LABel:FONT:ITALic command.
Description
- This command sets or queries the italic state of the specified digital group. The reference is specified by x.
Usage
- Using the
.query()method will send theREF<x>_DALL:LABel:FONT:ITALic?query. - Using the
.verify(value)method will send theREF<x>_DALL:LABel:FONT:ITALic?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREF<x>_DALL:LABel:FONT:ITALic valuecommand.
SCPI Syntax
- REF<x>_DALL:LABel:FONT:ITALic {ON|OFF|<NR1>}
- REF<x>_DALL:LABel:FONT:ITALic?
Info
OFFargument turns off italic font.ONargument turns on italic font.<NR1>= 0 turns off italic font; any other value turns on italic font.
RefItemDallLabelFontSize
¶
Bases: SCPICmdWrite, SCPICmdRead
The REF<x>_DALL:LABel:FONT:SIZE command.
Description
- This command sets or queries the font size of the specified digital group. The reference is specified by x.
Usage
- Using the
.query()method will send theREF<x>_DALL:LABel:FONT:SIZE?query. - Using the
.verify(value)method will send theREF<x>_DALL:LABel:FONT:SIZE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREF<x>_DALL:LABel:FONT:SIZE valuecommand.
SCPI Syntax
- REF<x>_DALL:LABel:FONT:SIZE <NR1>
- REF<x>_DALL:LABel:FONT:SIZE?
Info
<NR1>is the font size.
RefItemDallLabelFontType
¶
Bases: SCPICmdWrite, SCPICmdRead
The REF<x>_DALL:LABel:FONT:TYPE command.
Description
- This command sets or queries the font type of the specified digital group, such as Arial or Times New Roman. The reference is specified by x.
Usage
- Using the
.query()method will send theREF<x>_DALL:LABel:FONT:TYPE?query. - Using the
.verify(value)method will send theREF<x>_DALL:LABel:FONT:TYPE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREF<x>_DALL:LABel:FONT:TYPE valuecommand.
SCPI Syntax
- REF<x>_DALL:LABel:FONT:TYPE <QString>
- REF<x>_DALL:LABel:FONT:TYPE?
Info
<QString>is the font type.
RefItemDallLabelFontUnderline
¶
Bases: SCPICmdWrite, SCPICmdRead
The REF<x>_DALL:LABel:FONT:UNDERline command.
Description
- This command sets or queries the underline state of the specified digital group. The reference is specified by x.
Usage
- Using the
.query()method will send theREF<x>_DALL:LABel:FONT:UNDERline?query. - Using the
.verify(value)method will send theREF<x>_DALL:LABel:FONT:UNDERline?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREF<x>_DALL:LABel:FONT:UNDERline valuecommand.
SCPI Syntax
- REF<x>_DALL:LABel:FONT:UNDERline {ON|OFF|<NR1>}
- REF<x>_DALL:LABel:FONT:UNDERline?
Info
OFFargument turns off underline font.ONargument turns on underline font.<NR1>= 0 turns off underline font; any other value turns on underline font.
RefItemDallLabelName
¶
Bases: SCPICmdWrite, SCPICmdRead
The REF<x>_DALL:LABel:NAMe command.
Description
- This command sets or queries the label of the specified digital group. The reference is specified by x.
Usage
- Using the
.query()method will send theREF<x>_DALL:LABel:NAMe?query. - Using the
.verify(value)method will send theREF<x>_DALL:LABel:NAMe?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREF<x>_DALL:LABel:NAMe valuecommand.
SCPI Syntax
- REF<x>_DALL:LABel:NAMe <QString>
- REF<x>_DALL:LABel:NAMe?
Info
<QString>is the name of the group.
RefItemDallLabelXpos
¶
Bases: SCPICmdWrite, SCPICmdRead
The REF<x>_DALL:LABel:XPOS command.
Description
- This command sets or queries the x-position of the label of the specified digital group. The reference is specified by x.
Usage
- Using the
.query()method will send theREF<x>_DALL:LABel:XPOS?query. - Using the
.verify(value)method will send theREF<x>_DALL:LABel:XPOS?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREF<x>_DALL:LABel:XPOS valuecommand.
SCPI Syntax
- REF<x>_DALL:LABel:XPOS <NR3>
- REF<x>_DALL:LABel:XPOS?
Info
<NR3>is the x-position, in pixels relative to the left edge of the display, of the group.
RefItemDallLabelYpos
¶
Bases: SCPICmdWrite, SCPICmdRead
The REF<x>_DALL:LABel:YPOS command.
Description
- This command sets or queries the y-position of the label of the specified digital group. The reference is specified by x.
Usage
- Using the
.query()method will send theREF<x>_DALL:LABel:YPOS?query. - Using the
.verify(value)method will send theREF<x>_DALL:LABel:YPOS?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREF<x>_DALL:LABel:YPOS valuecommand.
SCPI Syntax
- REF<x>_DALL:LABel:YPOS <NR3>
- REF<x>_DALL:LABel:YPOS?
Info
<NR3>is the y-position, in pixels relative to the baseline of the waveform, of the group.
RefItemDigitalBit
¶
Bases: ValidatedDigitalBit, SCPICmdRead
The REF<x>_D<x> command tree.
Usage
- Using the
.query()method will send theREF<x>_D<x>?query. - Using the
.verify(value)method will send theREF<x>_D<x>?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.label: TheREF<x>_D<x>:LABelcommand tree.
label
property
¶
label: RefItemDigitalBitLabel
Return the REF<x>_D<x>:LABel command tree.
Usage
- Using the
.query()method will send theREF<x>_D<x>:LABel?query. - Using the
.verify(value)method will send theREF<x>_D<x>:LABel?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.color: TheREF<x>_D<x>:LABel:COLorcommand..font: TheREF<x>_D<x>:LABel:FONTcommand tree..name: TheREF<x>_D<x>:LABel:NAMecommand..xpos: TheREF<x>_D<x>:LABel:XPOScommand..ypos: TheREF<x>_D<x>:LABel:YPOScommand.
RefItemDigitalBitLabel
¶
Bases: SCPICmdRead
The REF<x>_D<x>:LABel command tree.
Usage
- Using the
.query()method will send theREF<x>_D<x>:LABel?query. - Using the
.verify(value)method will send theREF<x>_D<x>:LABel?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.color: TheREF<x>_D<x>:LABel:COLorcommand..font: TheREF<x>_D<x>:LABel:FONTcommand tree..name: TheREF<x>_D<x>:LABel:NAMecommand..xpos: TheREF<x>_D<x>:LABel:XPOScommand..ypos: TheREF<x>_D<x>:LABel:YPOScommand.
color
property
¶
color: RefItemDigitalBitLabelColor
Return the REF<x>_D<x>:LABel:COLor command.
Description
- This command sets or queries the color of the label of the specified digital bit. The reference is specified by x.
Usage
- Using the
.query()method will send theREF<x>_D<x>:LABel:COLor?query. - Using the
.verify(value)method will send theREF<x>_D<x>:LABel:COLor?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREF<x>_D<x>:LABel:COLor valuecommand.
SCPI Syntax
- REF<x>_D<x>:LABel:COLor <QString>
- REF<x>_D<x>:LABel:COLor?
Info
<QString>is the label color. To return the color to the default color, send an empty string as in this example::REF5_D1:LABEL:COLOR‘’.
font
property
¶
Return the REF<x>_D<x>:LABel:FONT command tree.
Usage
- Using the
.query()method will send theREF<x>_D<x>:LABel:FONT?query. - Using the
.verify(value)method will send theREF<x>_D<x>:LABel:FONT?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.bold: TheREF<x>_D<x>:LABel:FONT:BOLDcommand..italic: TheREF<x>_D<x>:LABel:FONT:ITALiccommand..size: TheREF<x>_D<x>:LABel:FONT:SIZEcommand..type: TheREF<x>_D<x>:LABel:FONT:TYPEcommand..underline: TheREF<x>_D<x>:LABel:FONT:UNDERlinecommand.
name
property
¶
Return the REF<x>_D<x>:LABel:NAMe command.
Description
- Sets or queries the label of the specified digital bit. The channel is specified by x.
Usage
- Using the
.query()method will send theREF<x>_D<x>:LABel:NAMe?query. - Using the
.verify(value)method will send theREF<x>_D<x>:LABel:NAMe?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREF<x>_D<x>:LABel:NAMe valuecommand.
SCPI Syntax
- REF<x>_D<x>:LABel:NAMe <QString>
- REF<x>_D<x>:LABel:NAMe?
Info
<QString>is the label.
xpos
property
¶
Return the REF<x>_D<x>:LABel:XPOS command.
Description
- This command sets or queries the x-position of the label of the specified digital bit. The reference is specified by x.
Usage
- Using the
.query()method will send theREF<x>_D<x>:LABel:XPOS?query. - Using the
.verify(value)method will send theREF<x>_D<x>:LABel:XPOS?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREF<x>_D<x>:LABel:XPOS valuecommand.
SCPI Syntax
- REF<x>_D<x>:LABel:XPOS <NR3>
- REF<x>_D<x>:LABel:XPOS?
Info
<NR3>is the x-position, in pixels relative to the left edge of the display, of the label.
ypos
property
¶
Return the REF<x>_D<x>:LABel:YPOS command.
Description
- This command sets or queries the y-position of the label of the specified digital bit. The channel is specified by x.
Usage
- Using the
.query()method will send theREF<x>_D<x>:LABel:YPOS?query. - Using the
.verify(value)method will send theREF<x>_D<x>:LABel:YPOS?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREF<x>_D<x>:LABel:YPOS valuecommand.
SCPI Syntax
- REF<x>_D<x>:LABel:YPOS <NR3>
- REF<x>_D<x>:LABel:YPOS?
Info
<NR3>is the y-position, in pixels relative to the baseline of the waveform, of the label.
RefItemDigitalBitLabelColor
¶
Bases: SCPICmdWrite, SCPICmdRead
The REF<x>_D<x>:LABel:COLor command.
Description
- This command sets or queries the color of the label of the specified digital bit. The reference is specified by x.
Usage
- Using the
.query()method will send theREF<x>_D<x>:LABel:COLor?query. - Using the
.verify(value)method will send theREF<x>_D<x>:LABel:COLor?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREF<x>_D<x>:LABel:COLor valuecommand.
SCPI Syntax
- REF<x>_D<x>:LABel:COLor <QString>
- REF<x>_D<x>:LABel:COLor?
Info
<QString>is the label color. To return the color to the default color, send an empty string as in this example::REF5_D1:LABEL:COLOR‘’.
RefItemDigitalBitLabelFont
¶
Bases: SCPICmdRead
The REF<x>_D<x>:LABel:FONT command tree.
Usage
- Using the
.query()method will send theREF<x>_D<x>:LABel:FONT?query. - Using the
.verify(value)method will send theREF<x>_D<x>:LABel:FONT?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.bold: TheREF<x>_D<x>:LABel:FONT:BOLDcommand..italic: TheREF<x>_D<x>:LABel:FONT:ITALiccommand..size: TheREF<x>_D<x>:LABel:FONT:SIZEcommand..type: TheREF<x>_D<x>:LABel:FONT:TYPEcommand..underline: TheREF<x>_D<x>:LABel:FONT:UNDERlinecommand.
bold
property
¶
Return the REF<x>_D<x>:LABel:FONT:BOLD command.
Description
- This command sets or queries the bold state of the label of the specified digital bit. The reference is specified by x.
Usage
- Using the
.query()method will send theREF<x>_D<x>:LABel:FONT:BOLD?query. - Using the
.verify(value)method will send theREF<x>_D<x>:LABel:FONT:BOLD?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREF<x>_D<x>:LABel:FONT:BOLD valuecommand.
SCPI Syntax
- REF<x>_D<x>:LABel:FONT:BOLD {ON|OFF|<NR1>}
- REF<x>_D<x>:LABel:FONT:BOLD?
Info
OFFargument turns off bold font.ONargument turns on bold font.<NR1>= 0 turns off bold font; any other value turns on bold font.
italic
property
¶
italic: RefItemDigitalBitLabelFontItalic
Return the REF<x>_D<x>:LABel:FONT:ITALic command.
Description
- This command sets or queries the italic state of the label of the specified digital bit. The reference is specified by x.
Usage
- Using the
.query()method will send theREF<x>_D<x>:LABel:FONT:ITALic?query. - Using the
.verify(value)method will send theREF<x>_D<x>:LABel:FONT:ITALic?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREF<x>_D<x>:LABel:FONT:ITALic valuecommand.
SCPI Syntax
- REF<x>_D<x>:LABel:FONT:ITALic {ON|OFF|<NR1>}
- REF<x>_D<x>:LABel:FONT:ITALic?
Info
OFFargument turns off italic font.ONargument turns on italic font.<NR1>= 0 turns off italic font; any other value turns on italic font.
size
property
¶
Return the REF<x>_D<x>:LABel:FONT:SIZE command.
Description
- This command sets or queries the font size of the label of the specified digital bit. The reference is specified by x.
Usage
- Using the
.query()method will send theREF<x>_D<x>:LABel:FONT:SIZE?query. - Using the
.verify(value)method will send theREF<x>_D<x>:LABel:FONT:SIZE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREF<x>_D<x>:LABel:FONT:SIZE valuecommand.
SCPI Syntax
- REF<x>_D<x>:LABel:FONT:SIZE <NR1>
- REF<x>_D<x>:LABel:FONT:SIZE?
Info
<NR1>is the font size.
type
property
¶
Return the REF<x>_D<x>:LABel:FONT:TYPE command.
Description
- This command sets or queries the font type of the label of the specified digital bit, such as Arial or Times New Roman. The reference is specified by x.
Usage
- Using the
.query()method will send theREF<x>_D<x>:LABel:FONT:TYPE?query. - Using the
.verify(value)method will send theREF<x>_D<x>:LABel:FONT:TYPE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREF<x>_D<x>:LABel:FONT:TYPE valuecommand.
SCPI Syntax
- REF<x>_D<x>:LABel:FONT:TYPE <QString>
- REF<x>_D<x>:LABel:FONT:TYPE?
Info
<QString>is the font type of the label.
underline
property
¶
underline: RefItemDigitalBitLabelFontUnderline
Return the REF<x>_D<x>:LABel:FONT:UNDERline command.
Description
- This command sets or queries the underline state of the label of the specified digital bit. The reference is specified by x.
Usage
- Using the
.query()method will send theREF<x>_D<x>:LABel:FONT:UNDERline?query. - Using the
.verify(value)method will send theREF<x>_D<x>:LABel:FONT:UNDERline?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREF<x>_D<x>:LABel:FONT:UNDERline valuecommand.
SCPI Syntax
- REF<x>_D<x>:LABel:FONT:UNDERline {ON|OFF|<NR1>}
- REF<x>_D<x>:LABel:FONT:UNDERline?
Info
OFFargument turns off underline font.ONargument turns on underline font.<NR1>= 0 turns off underline font; any other value turns on underline font.
RefItemDigitalBitLabelFontBold
¶
Bases: SCPICmdWrite, SCPICmdRead
The REF<x>_D<x>:LABel:FONT:BOLD command.
Description
- This command sets or queries the bold state of the label of the specified digital bit. The reference is specified by x.
Usage
- Using the
.query()method will send theREF<x>_D<x>:LABel:FONT:BOLD?query. - Using the
.verify(value)method will send theREF<x>_D<x>:LABel:FONT:BOLD?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREF<x>_D<x>:LABel:FONT:BOLD valuecommand.
SCPI Syntax
- REF<x>_D<x>:LABel:FONT:BOLD {ON|OFF|<NR1>}
- REF<x>_D<x>:LABel:FONT:BOLD?
Info
OFFargument turns off bold font.ONargument turns on bold font.<NR1>= 0 turns off bold font; any other value turns on bold font.
RefItemDigitalBitLabelFontItalic
¶
Bases: SCPICmdWrite, SCPICmdRead
The REF<x>_D<x>:LABel:FONT:ITALic command.
Description
- This command sets or queries the italic state of the label of the specified digital bit. The reference is specified by x.
Usage
- Using the
.query()method will send theREF<x>_D<x>:LABel:FONT:ITALic?query. - Using the
.verify(value)method will send theREF<x>_D<x>:LABel:FONT:ITALic?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREF<x>_D<x>:LABel:FONT:ITALic valuecommand.
SCPI Syntax
- REF<x>_D<x>:LABel:FONT:ITALic {ON|OFF|<NR1>}
- REF<x>_D<x>:LABel:FONT:ITALic?
Info
OFFargument turns off italic font.ONargument turns on italic font.<NR1>= 0 turns off italic font; any other value turns on italic font.
RefItemDigitalBitLabelFontSize
¶
Bases: SCPICmdWrite, SCPICmdRead
The REF<x>_D<x>:LABel:FONT:SIZE command.
Description
- This command sets or queries the font size of the label of the specified digital bit. The reference is specified by x.
Usage
- Using the
.query()method will send theREF<x>_D<x>:LABel:FONT:SIZE?query. - Using the
.verify(value)method will send theREF<x>_D<x>:LABel:FONT:SIZE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREF<x>_D<x>:LABel:FONT:SIZE valuecommand.
SCPI Syntax
- REF<x>_D<x>:LABel:FONT:SIZE <NR1>
- REF<x>_D<x>:LABel:FONT:SIZE?
Info
<NR1>is the font size.
RefItemDigitalBitLabelFontType
¶
Bases: SCPICmdWrite, SCPICmdRead
The REF<x>_D<x>:LABel:FONT:TYPE command.
Description
- This command sets or queries the font type of the label of the specified digital bit, such as Arial or Times New Roman. The reference is specified by x.
Usage
- Using the
.query()method will send theREF<x>_D<x>:LABel:FONT:TYPE?query. - Using the
.verify(value)method will send theREF<x>_D<x>:LABel:FONT:TYPE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREF<x>_D<x>:LABel:FONT:TYPE valuecommand.
SCPI Syntax
- REF<x>_D<x>:LABel:FONT:TYPE <QString>
- REF<x>_D<x>:LABel:FONT:TYPE?
Info
<QString>is the font type of the label.
RefItemDigitalBitLabelFontUnderline
¶
Bases: SCPICmdWrite, SCPICmdRead
The REF<x>_D<x>:LABel:FONT:UNDERline command.
Description
- This command sets or queries the underline state of the label of the specified digital bit. The reference is specified by x.
Usage
- Using the
.query()method will send theREF<x>_D<x>:LABel:FONT:UNDERline?query. - Using the
.verify(value)method will send theREF<x>_D<x>:LABel:FONT:UNDERline?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREF<x>_D<x>:LABel:FONT:UNDERline valuecommand.
SCPI Syntax
- REF<x>_D<x>:LABel:FONT:UNDERline {ON|OFF|<NR1>}
- REF<x>_D<x>:LABel:FONT:UNDERline?
Info
OFFargument turns off underline font.ONargument turns on underline font.<NR1>= 0 turns off underline font; any other value turns on underline font.
RefItemDigitalBitLabelName
¶
Bases: SCPICmdWrite, SCPICmdRead
The REF<x>_D<x>:LABel:NAMe command.
Description
- Sets or queries the label of the specified digital bit. The channel is specified by x.
Usage
- Using the
.query()method will send theREF<x>_D<x>:LABel:NAMe?query. - Using the
.verify(value)method will send theREF<x>_D<x>:LABel:NAMe?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREF<x>_D<x>:LABel:NAMe valuecommand.
SCPI Syntax
- REF<x>_D<x>:LABel:NAMe <QString>
- REF<x>_D<x>:LABel:NAMe?
Info
<QString>is the label.
RefItemDigitalBitLabelXpos
¶
Bases: SCPICmdWrite, SCPICmdRead
The REF<x>_D<x>:LABel:XPOS command.
Description
- This command sets or queries the x-position of the label of the specified digital bit. The reference is specified by x.
Usage
- Using the
.query()method will send theREF<x>_D<x>:LABel:XPOS?query. - Using the
.verify(value)method will send theREF<x>_D<x>:LABel:XPOS?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREF<x>_D<x>:LABel:XPOS valuecommand.
SCPI Syntax
- REF<x>_D<x>:LABel:XPOS <NR3>
- REF<x>_D<x>:LABel:XPOS?
Info
<NR3>is the x-position, in pixels relative to the left edge of the display, of the label.
RefItemDigitalBitLabelYpos
¶
Bases: SCPICmdWrite, SCPICmdRead
The REF<x>_D<x>:LABel:YPOS command.
Description
- This command sets or queries the y-position of the label of the specified digital bit. The channel is specified by x.
Usage
- Using the
.query()method will send theREF<x>_D<x>:LABel:YPOS?query. - Using the
.verify(value)method will send theREF<x>_D<x>:LABel:YPOS?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREF<x>_D<x>:LABel:YPOS valuecommand.
SCPI Syntax
- REF<x>_D<x>:LABel:YPOS <NR3>
- REF<x>_D<x>:LABel:YPOS?
Info
<NR3>is the y-position, in pixels relative to the baseline of the waveform, of the label.