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 the REF<x>? query.
  • Using the .verify(value) method will send the REF<x>? query and raise an AssertionError if the returned value does not match value.
Properties
  • .d: The REF<x>_D<x> command tree.
  • .dall: The REF<x>_DALL command tree.

d property

Return the REF<x>_D<x> command tree.

Usage
  • Using the .query() method will send the REF<x>_D<x>? query.
  • Using the .verify(value) method will send the REF<x>_D<x>? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .label: The REF<x>_D<x>:LABel command tree.

dall property

Return the REF<x>_DALL command tree.

Usage
  • Using the .query() method will send the REF<x>_DALL? query.
  • Using the .verify(value) method will send the REF<x>_DALL? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .label: The REF<x>_DALL:LABel command tree.

RefItemDall

Bases: SCPICmdRead

The REF<x>_DALL command tree.

Usage
  • Using the .query() method will send the REF<x>_DALL? query.
  • Using the .verify(value) method will send the REF<x>_DALL? query and raise an AssertionError if the returned value does not match value.
Properties
  • .label: The REF<x>_DALL:LABel command tree.

label property

Return the REF<x>_DALL:LABel command tree.

Usage
  • Using the .query() method will send the REF<x>_DALL:LABel? query.
  • Using the .verify(value) method will send the REF<x>_DALL:LABel? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .color: The REF<x>_DALL:LABel:COLor command.
  • .font: The REF<x>_DALL:LABel:FONT command tree.
  • .name: The REF<x>_DALL:LABel:NAMe command.
  • .xpos: The REF<x>_DALL:LABel:XPOS command.
  • .ypos: The REF<x>_DALL:LABel:YPOS command.

RefItemDallLabel

Bases: SCPICmdRead

The REF<x>_DALL:LABel command tree.

Usage
  • Using the .query() method will send the REF<x>_DALL:LABel? query.
  • Using the .verify(value) method will send the REF<x>_DALL:LABel? query and raise an AssertionError if the returned value does not match value.
Properties
  • .color: The REF<x>_DALL:LABel:COLor command.
  • .font: The REF<x>_DALL:LABel:FONT command tree.
  • .name: The REF<x>_DALL:LABel:NAMe command.
  • .xpos: The REF<x>_DALL:LABel:XPOS command.
  • .ypos: The REF<x>_DALL:LABel:YPOS command.

color property

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 the REF<x>_DALL:LABel:COLor? query.
  • Using the .verify(value) method will send the REF<x>_DALL:LABel:COLor? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the REF<x>_DALL:LABel:COLor value command.
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

Return the REF<x>_DALL:LABel:FONT command tree.

Usage
  • Using the .query() method will send the REF<x>_DALL:LABel:FONT? query.
  • Using the .verify(value) method will send the REF<x>_DALL:LABel:FONT? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .bold: The REF<x>_DALL:LABel:FONT:BOLD command.
  • .italic: The REF<x>_DALL:LABel:FONT:ITALic command.
  • .size: The REF<x>_DALL:LABel:FONT:SIZE command.
  • .type: The REF<x>_DALL:LABel:FONT:TYPE command.
  • .underline: The REF<x>_DALL:LABel:FONT:UNDERline command.

name property

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 the REF<x>_DALL:LABel:NAMe? query.
  • Using the .verify(value) method will send the REF<x>_DALL:LABel:NAMe? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the REF<x>_DALL:LABel:NAMe value command.
SCPI Syntax
- REF<x>_DALL:LABel:NAMe <QString>
- REF<x>_DALL:LABel:NAMe?
Info
  • <QString> is the name of the group.

xpos property

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 the REF<x>_DALL:LABel:XPOS? query.
  • Using the .verify(value) method will send the REF<x>_DALL:LABel:XPOS? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the REF<x>_DALL:LABel:XPOS value command.
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

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 the REF<x>_DALL:LABel:YPOS? query.
  • Using the .verify(value) method will send the REF<x>_DALL:LABel:YPOS? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the REF<x>_DALL:LABel:YPOS value command.
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 the REF<x>_DALL:LABel:COLor? query.
  • Using the .verify(value) method will send the REF<x>_DALL:LABel:COLor? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the REF<x>_DALL:LABel:COLor value command.
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 the REF<x>_DALL:LABel:FONT? query.
  • Using the .verify(value) method will send the REF<x>_DALL:LABel:FONT? query and raise an AssertionError if the returned value does not match value.
Properties
  • .bold: The REF<x>_DALL:LABel:FONT:BOLD command.
  • .italic: The REF<x>_DALL:LABel:FONT:ITALic command.
  • .size: The REF<x>_DALL:LABel:FONT:SIZE command.
  • .type: The REF<x>_DALL:LABel:FONT:TYPE command.
  • .underline: The REF<x>_DALL:LABel:FONT:UNDERline command.

bold property

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 the REF<x>_DALL:LABel:FONT:BOLD? query.
  • Using the .verify(value) method will send the REF<x>_DALL:LABel:FONT:BOLD? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the REF<x>_DALL:LABel:FONT:BOLD value command.
SCPI Syntax
- REF<x>_DALL:LABel:FONT:BOLD {ON|OFF|<NR1>}
- REF<x>_DALL:LABel:FONT:BOLD?
Info
  • OFF argument turns off bold font.
  • ON argument turns on bold font.
  • <NR1> = 0 turns off bold font; any other value turns on bold font.

italic property

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 the REF<x>_DALL:LABel:FONT:ITALic? query.
  • Using the .verify(value) method will send the REF<x>_DALL:LABel:FONT:ITALic? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the REF<x>_DALL:LABel:FONT:ITALic value command.
SCPI Syntax
- REF<x>_DALL:LABel:FONT:ITALic {ON|OFF|<NR1>}
- REF<x>_DALL:LABel:FONT:ITALic?
Info
  • OFF argument turns off italic font.
  • ON argument turns on italic font.
  • <NR1> = 0 turns off italic font; any other value turns on italic font.

size property

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 the REF<x>_DALL:LABel:FONT:SIZE? query.
  • Using the .verify(value) method will send the REF<x>_DALL:LABel:FONT:SIZE? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the REF<x>_DALL:LABel:FONT:SIZE value command.
SCPI Syntax
- REF<x>_DALL:LABel:FONT:SIZE <NR1>
- REF<x>_DALL:LABel:FONT:SIZE?
Info
  • <NR1> is the font size.

type property

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 the REF<x>_DALL:LABel:FONT:TYPE? query.
  • Using the .verify(value) method will send the REF<x>_DALL:LABel:FONT:TYPE? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the REF<x>_DALL:LABel:FONT:TYPE value command.
SCPI Syntax
- REF<x>_DALL:LABel:FONT:TYPE <QString>
- REF<x>_DALL:LABel:FONT:TYPE?
Info
  • <QString> is the font type.

underline property

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 the REF<x>_DALL:LABel:FONT:UNDERline? query.
  • Using the .verify(value) method will send the REF<x>_DALL:LABel:FONT:UNDERline? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the REF<x>_DALL:LABel:FONT:UNDERline value command.
SCPI Syntax
- REF<x>_DALL:LABel:FONT:UNDERline {ON|OFF|<NR1>}
- REF<x>_DALL:LABel:FONT:UNDERline?
Info
  • OFF argument turns off underline font.
  • ON argument 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 the REF<x>_DALL:LABel:FONT:BOLD? query.
  • Using the .verify(value) method will send the REF<x>_DALL:LABel:FONT:BOLD? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the REF<x>_DALL:LABel:FONT:BOLD value command.
SCPI Syntax
- REF<x>_DALL:LABel:FONT:BOLD {ON|OFF|<NR1>}
- REF<x>_DALL:LABel:FONT:BOLD?
Info
  • OFF argument turns off bold font.
  • ON argument 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 the REF<x>_DALL:LABel:FONT:ITALic? query.
  • Using the .verify(value) method will send the REF<x>_DALL:LABel:FONT:ITALic? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the REF<x>_DALL:LABel:FONT:ITALic value command.
SCPI Syntax
- REF<x>_DALL:LABel:FONT:ITALic {ON|OFF|<NR1>}
- REF<x>_DALL:LABel:FONT:ITALic?
Info
  • OFF argument turns off italic font.
  • ON argument 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 the REF<x>_DALL:LABel:FONT:SIZE? query.
  • Using the .verify(value) method will send the REF<x>_DALL:LABel:FONT:SIZE? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the REF<x>_DALL:LABel:FONT:SIZE value command.
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 the REF<x>_DALL:LABel:FONT:TYPE? query.
  • Using the .verify(value) method will send the REF<x>_DALL:LABel:FONT:TYPE? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the REF<x>_DALL:LABel:FONT:TYPE value command.
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 the REF<x>_DALL:LABel:FONT:UNDERline? query.
  • Using the .verify(value) method will send the REF<x>_DALL:LABel:FONT:UNDERline? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the REF<x>_DALL:LABel:FONT:UNDERline value command.
SCPI Syntax
- REF<x>_DALL:LABel:FONT:UNDERline {ON|OFF|<NR1>}
- REF<x>_DALL:LABel:FONT:UNDERline?
Info
  • OFF argument turns off underline font.
  • ON argument 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 the REF<x>_DALL:LABel:NAMe? query.
  • Using the .verify(value) method will send the REF<x>_DALL:LABel:NAMe? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the REF<x>_DALL:LABel:NAMe value command.
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 the REF<x>_DALL:LABel:XPOS? query.
  • Using the .verify(value) method will send the REF<x>_DALL:LABel:XPOS? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the REF<x>_DALL:LABel:XPOS value command.
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 the REF<x>_DALL:LABel:YPOS? query.
  • Using the .verify(value) method will send the REF<x>_DALL:LABel:YPOS? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the REF<x>_DALL:LABel:YPOS value command.
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 the REF<x>_D<x>? query.
  • Using the .verify(value) method will send the REF<x>_D<x>? query and raise an AssertionError if the returned value does not match value.
Properties
  • .label: The REF<x>_D<x>:LABel command tree.

label property

Return the REF<x>_D<x>:LABel command tree.

Usage
  • Using the .query() method will send the REF<x>_D<x>:LABel? query.
  • Using the .verify(value) method will send the REF<x>_D<x>:LABel? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .color: The REF<x>_D<x>:LABel:COLor command.
  • .font: The REF<x>_D<x>:LABel:FONT command tree.
  • .name: The REF<x>_D<x>:LABel:NAMe command.
  • .xpos: The REF<x>_D<x>:LABel:XPOS command.
  • .ypos: The REF<x>_D<x>:LABel:YPOS command.

RefItemDigitalBitLabel

Bases: SCPICmdRead

The REF<x>_D<x>:LABel command tree.

Usage
  • Using the .query() method will send the REF<x>_D<x>:LABel? query.
  • Using the .verify(value) method will send the REF<x>_D<x>:LABel? query and raise an AssertionError if the returned value does not match value.
Properties
  • .color: The REF<x>_D<x>:LABel:COLor command.
  • .font: The REF<x>_D<x>:LABel:FONT command tree.
  • .name: The REF<x>_D<x>:LABel:NAMe command.
  • .xpos: The REF<x>_D<x>:LABel:XPOS command.
  • .ypos: The REF<x>_D<x>:LABel:YPOS command.

color property

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 the REF<x>_D<x>:LABel:COLor? query.
  • Using the .verify(value) method will send the REF<x>_D<x>:LABel:COLor? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the REF<x>_D<x>:LABel:COLor value command.
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 the REF<x>_D<x>:LABel:FONT? query.
  • Using the .verify(value) method will send the REF<x>_D<x>:LABel:FONT? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .bold: The REF<x>_D<x>:LABel:FONT:BOLD command.
  • .italic: The REF<x>_D<x>:LABel:FONT:ITALic command.
  • .size: The REF<x>_D<x>:LABel:FONT:SIZE command.
  • .type: The REF<x>_D<x>:LABel:FONT:TYPE command.
  • .underline: The REF<x>_D<x>:LABel:FONT:UNDERline command.

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 the REF<x>_D<x>:LABel:NAMe? query.
  • Using the .verify(value) method will send the REF<x>_D<x>:LABel:NAMe? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the REF<x>_D<x>:LABel:NAMe value command.
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 the REF<x>_D<x>:LABel:XPOS? query.
  • Using the .verify(value) method will send the REF<x>_D<x>:LABel:XPOS? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the REF<x>_D<x>:LABel:XPOS value command.
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 the REF<x>_D<x>:LABel:YPOS? query.
  • Using the .verify(value) method will send the REF<x>_D<x>:LABel:YPOS? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the REF<x>_D<x>:LABel:YPOS value command.
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 the REF<x>_D<x>:LABel:COLor? query.
  • Using the .verify(value) method will send the REF<x>_D<x>:LABel:COLor? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the REF<x>_D<x>:LABel:COLor value command.
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 the REF<x>_D<x>:LABel:FONT? query.
  • Using the .verify(value) method will send the REF<x>_D<x>:LABel:FONT? query and raise an AssertionError if the returned value does not match value.
Properties
  • .bold: The REF<x>_D<x>:LABel:FONT:BOLD command.
  • .italic: The REF<x>_D<x>:LABel:FONT:ITALic command.
  • .size: The REF<x>_D<x>:LABel:FONT:SIZE command.
  • .type: The REF<x>_D<x>:LABel:FONT:TYPE command.
  • .underline: The REF<x>_D<x>:LABel:FONT:UNDERline command.

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 the REF<x>_D<x>:LABel:FONT:BOLD? query.
  • Using the .verify(value) method will send the REF<x>_D<x>:LABel:FONT:BOLD? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the REF<x>_D<x>:LABel:FONT:BOLD value command.
SCPI Syntax
- REF<x>_D<x>:LABel:FONT:BOLD {ON|OFF|<NR1>}
- REF<x>_D<x>:LABel:FONT:BOLD?
Info
  • OFF argument turns off bold font.
  • ON argument turns on bold font.
  • <NR1> = 0 turns off bold font; any other value turns on bold font.

italic property

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 the REF<x>_D<x>:LABel:FONT:ITALic? query.
  • Using the .verify(value) method will send the REF<x>_D<x>:LABel:FONT:ITALic? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the REF<x>_D<x>:LABel:FONT:ITALic value command.
SCPI Syntax
- REF<x>_D<x>:LABel:FONT:ITALic {ON|OFF|<NR1>}
- REF<x>_D<x>:LABel:FONT:ITALic?
Info
  • OFF argument turns off italic font.
  • ON argument 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 the REF<x>_D<x>:LABel:FONT:SIZE? query.
  • Using the .verify(value) method will send the REF<x>_D<x>:LABel:FONT:SIZE? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the REF<x>_D<x>:LABel:FONT:SIZE value command.
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 the REF<x>_D<x>:LABel:FONT:TYPE? query.
  • Using the .verify(value) method will send the REF<x>_D<x>:LABel:FONT:TYPE? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the REF<x>_D<x>:LABel:FONT:TYPE value command.
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

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 the REF<x>_D<x>:LABel:FONT:UNDERline? query.
  • Using the .verify(value) method will send the REF<x>_D<x>:LABel:FONT:UNDERline? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the REF<x>_D<x>:LABel:FONT:UNDERline value command.
SCPI Syntax
- REF<x>_D<x>:LABel:FONT:UNDERline {ON|OFF|<NR1>}
- REF<x>_D<x>:LABel:FONT:UNDERline?
Info
  • OFF argument turns off underline font.
  • ON argument 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 the REF<x>_D<x>:LABel:FONT:BOLD? query.
  • Using the .verify(value) method will send the REF<x>_D<x>:LABel:FONT:BOLD? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the REF<x>_D<x>:LABel:FONT:BOLD value command.
SCPI Syntax
- REF<x>_D<x>:LABel:FONT:BOLD {ON|OFF|<NR1>}
- REF<x>_D<x>:LABel:FONT:BOLD?
Info
  • OFF argument turns off bold font.
  • ON argument 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 the REF<x>_D<x>:LABel:FONT:ITALic? query.
  • Using the .verify(value) method will send the REF<x>_D<x>:LABel:FONT:ITALic? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the REF<x>_D<x>:LABel:FONT:ITALic value command.
SCPI Syntax
- REF<x>_D<x>:LABel:FONT:ITALic {ON|OFF|<NR1>}
- REF<x>_D<x>:LABel:FONT:ITALic?
Info
  • OFF argument turns off italic font.
  • ON argument 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 the REF<x>_D<x>:LABel:FONT:SIZE? query.
  • Using the .verify(value) method will send the REF<x>_D<x>:LABel:FONT:SIZE? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the REF<x>_D<x>:LABel:FONT:SIZE value command.
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 the REF<x>_D<x>:LABel:FONT:TYPE? query.
  • Using the .verify(value) method will send the REF<x>_D<x>:LABel:FONT:TYPE? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the REF<x>_D<x>:LABel:FONT:TYPE value command.
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 the REF<x>_D<x>:LABel:FONT:UNDERline? query.
  • Using the .verify(value) method will send the REF<x>_D<x>:LABel:FONT:UNDERline? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the REF<x>_D<x>:LABel:FONT:UNDERline value command.
SCPI Syntax
- REF<x>_D<x>:LABel:FONT:UNDERline {ON|OFF|<NR1>}
- REF<x>_D<x>:LABel:FONT:UNDERline?
Info
  • OFF argument turns off underline font.
  • ON argument 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 the REF<x>_D<x>:LABel:NAMe? query.
  • Using the .verify(value) method will send the REF<x>_D<x>:LABel:NAMe? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the REF<x>_D<x>:LABel:NAMe value command.
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 the REF<x>_D<x>:LABel:XPOS? query.
  • Using the .verify(value) method will send the REF<x>_D<x>:LABel:XPOS? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the REF<x>_D<x>:LABel:XPOS value command.
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 the REF<x>_D<x>:LABel:YPOS? query.
  • Using the .verify(value) method will send the REF<x>_D<x>:LABel:YPOS? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the REF<x>_D<x>:LABel:YPOS value command.
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.