callouts

The callouts commands module.

These commands are used in the following models: DPO7AX, LPD6, MSO4, MSO4B, MSO5, MSO5B, MSO5LP, MSO6, MSO6B

THIS FILE IS AUTO-GENERATED, IT SHOULD NOT BE MANUALLY MODIFIED.

Please report an issue if one is found.

Commands and Queries
- CALLOUTS:ADDNew <QString>
- CALLOUTS:CALLOUT<x>:BOOKMark:SOURCE CH<x>
- CALLOUTS:CALLOUT<x>:BOOKMark:SOURCE?
- CALLOUTS:CALLOUT<x>:BOOKMark:XPOS <NR1>
- CALLOUTS:CALLOUT<x>:BOOKMark:XPOS?
- CALLOUTS:CALLOUT<x>:COLOR <QString>
- CALLOUTS:CALLOUT<x>:COLOR?
- CALLOUTS:CALLOUT<x>:DISPLAYPOSition:X <NR1>
- CALLOUTS:CALLOUT<x>:DISPLAYPOSition:X?
- CALLOUTS:CALLOUT<x>:DISPLAYPOSition:Y <NR1>
- CALLOUTS:CALLOUT<x>:DISPLAYPOSition:Y?
- CALLOUTS:CALLOUT<x>:FONT:BOLD {1|0}
- CALLOUTS:CALLOUT<x>:FONT:BOLD?
- CALLOUTS:CALLOUT<x>:FONT:ITALIC {1|0}
- CALLOUTS:CALLOUT<x>:FONT:ITALIC?
- CALLOUTS:CALLOUT<x>:FONT:SIZE <NR1>
- CALLOUTS:CALLOUT<x>:FONT:SIZE?
- CALLOUTS:CALLOUT<x>:FONT:TYPE <QString>
- CALLOUTS:CALLOUT<x>:FONT:TYPE?
- CALLOUTS:CALLOUT<x>:FONT:UNDERLine {1|0}
- CALLOUTS:CALLOUT<x>:FONT:UNDERLine?
- CALLOUTS:CALLOUT<x>:TEXT <QString>
- CALLOUTS:CALLOUT<x>:TEXT?
- CALLOUTS:CALLOUT<x>:TYPE {NOTE|ARROW|RECTANGLE|BOOKMARK}
- CALLOUTS:CALLOUT<x>:TYPE?
- CALLOUTS:DELete <QString>

Callouts

Bases: SCPICmdRead

The CALLOUTS command tree.

Usage
  • Using the .query() method will send the CALLOUTS? query.
  • Using the .verify(value) method will send the CALLOUTS? query and raise an AssertionError if the returned value does not match value.
Properties
  • .addnew: The CALLOUTS:ADDNew command.
  • .callout: The CALLOUTS:CALLOUT<x> command tree.
  • .delete: The CALLOUTS:DELete command.

addnew property

Return the CALLOUTS:ADDNew command.

Description
  • This command adds the specified callout. A Note is the default callout type.
Usage
  • Using the .write(value) method will send the CALLOUTS:ADDNew value command.
SCPI Syntax
- CALLOUTS:ADDNew <QString>
Info
  • <QString> specifies the callout. The argument is of the form ‘CALLOUT‘, where is a number value ≥ 1.

callout property

Return the CALLOUTS:CALLOUT<x> command tree.

Usage
  • Using the .query() method will send the CALLOUTS:CALLOUT<x>? query.
  • Using the .verify(value) method will send the CALLOUTS:CALLOUT<x>? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .bookmark: The CALLOUTS:CALLOUT<x>:BOOKMark command tree.
  • .color: The CALLOUTS:CALLOUT<x>:COLOR command.
  • .displayposition: The CALLOUTS:CALLOUT<x>:DISPLAYPOSition command tree.
  • .font: The CALLOUTS:CALLOUT<x>:FONT command tree.
  • .text: The CALLOUTS:CALLOUT<x>:TEXT command.
  • .type: The CALLOUTS:CALLOUT<x>:TYPE command.

delete property

Return the CALLOUTS:DELete command.

Description
  • This command deletes the specified callout. A Note is the default callout type.
Usage
  • Using the .write(value) method will send the CALLOUTS:DELete value command.
SCPI Syntax
- CALLOUTS:DELete <QString>
Info
  • <QString> specifies the callout. The argument is of the form ‘CALLOUT‘, where is a number value ≥ 1.

CalloutsAddnew

Bases: SCPICmdWrite

The CALLOUTS:ADDNew command.

Description
  • This command adds the specified callout. A Note is the default callout type.
Usage
  • Using the .write(value) method will send the CALLOUTS:ADDNew value command.
SCPI Syntax
- CALLOUTS:ADDNew <QString>
Info
  • <QString> specifies the callout. The argument is of the form ‘CALLOUT‘, where is a number value ≥ 1.

CalloutsCalloutItem

Bases: ValidatedDynamicNumberCmd, SCPICmdRead

The CALLOUTS:CALLOUT<x> command tree.

Usage
  • Using the .query() method will send the CALLOUTS:CALLOUT<x>? query.
  • Using the .verify(value) method will send the CALLOUTS:CALLOUT<x>? query and raise an AssertionError if the returned value does not match value.
Properties
  • .bookmark: The CALLOUTS:CALLOUT<x>:BOOKMark command tree.
  • .color: The CALLOUTS:CALLOUT<x>:COLOR command.
  • .displayposition: The CALLOUTS:CALLOUT<x>:DISPLAYPOSition command tree.
  • .font: The CALLOUTS:CALLOUT<x>:FONT command tree.
  • .text: The CALLOUTS:CALLOUT<x>:TEXT command.
  • .type: The CALLOUTS:CALLOUT<x>:TYPE command.

bookmark property

Return the CALLOUTS:CALLOUT<x>:BOOKMark command tree.

Usage
  • Using the .query() method will send the CALLOUTS:CALLOUT<x>:BOOKMark? query.
  • Using the .verify(value) method will send the CALLOUTS:CALLOUT<x>:BOOKMark? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .source: The CALLOUTS:CALLOUT<x>:BOOKMark:SOURCE command.
  • .xpos: The CALLOUTS:CALLOUT<x>:BOOKMark:XPOS command.

color property

Return the CALLOUTS:CALLOUT<x>:COLOR command.

Description
  • This command sets or queries the text color of the callout.
Usage
  • Using the .query() method will send the CALLOUTS:CALLOUT<x>:COLOR? query.
  • Using the .verify(value) method will send the CALLOUTS:CALLOUT<x>:COLOR? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the CALLOUTS:CALLOUT<x>:COLOR value command.
SCPI Syntax
- CALLOUTS:CALLOUT<x>:COLOR <QString>
- CALLOUTS:CALLOUT<x>:COLOR?
Info
  • <QString> specifies the callout text color using hexadecimal color values.

displayposition property

Return the CALLOUTS:CALLOUT<x>:DISPLAYPOSition command tree.

Usage
  • Using the .query() method will send the CALLOUTS:CALLOUT<x>:DISPLAYPOSition? query.
  • Using the .verify(value) method will send the CALLOUTS:CALLOUT<x>:DISPLAYPOSition? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .x: The CALLOUTS:CALLOUT<x>:DISPLAYPOSition:X command.
  • .y: The CALLOUTS:CALLOUT<x>:DISPLAYPOSition:Y command.

font property

Return the CALLOUTS:CALLOUT<x>:FONT command tree.

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

text property

Return the CALLOUTS:CALLOUT<x>:TEXT command.

Description
  • This command sets or queries the callout text.
Usage
  • Using the .query() method will send the CALLOUTS:CALLOUT<x>:TEXT? query.
  • Using the .verify(value) method will send the CALLOUTS:CALLOUT<x>:TEXT? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the CALLOUTS:CALLOUT<x>:TEXT value command.
SCPI Syntax
- CALLOUTS:CALLOUT<x>:TEXT <QString>
- CALLOUTS:CALLOUT<x>:TEXT?
Info
  • <QString> specifies the callout text.

type property

Return the CALLOUTS:CALLOUT<x>:TYPE command.

Description
  • This command sets or queries type of the callout.
Usage
  • Using the .query() method will send the CALLOUTS:CALLOUT<x>:TYPE? query.
  • Using the .verify(value) method will send the CALLOUTS:CALLOUT<x>:TYPE? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the CALLOUTS:CALLOUT<x>:TYPE value command.
SCPI Syntax
- CALLOUTS:CALLOUT<x>:TYPE {NOTE|ARROW|RECTANGLE|BOOKMARK}
- CALLOUTS:CALLOUT<x>:TYPE?
Info
  • NOTE specifies callout type as note.
  • ARROW specifies callout type as arrow.
  • RECTANGLE specifies callout type as rectangle.
  • BOOKMARK specifies callout type as bookmark.

CalloutsCalloutItemBookmark

Bases: SCPICmdRead

The CALLOUTS:CALLOUT<x>:BOOKMark command tree.

Usage
  • Using the .query() method will send the CALLOUTS:CALLOUT<x>:BOOKMark? query.
  • Using the .verify(value) method will send the CALLOUTS:CALLOUT<x>:BOOKMark? query and raise an AssertionError if the returned value does not match value.
Properties
  • .source: The CALLOUTS:CALLOUT<x>:BOOKMark:SOURCE command.
  • .xpos: The CALLOUTS:CALLOUT<x>:BOOKMark:XPOS command.

source property

Return the CALLOUTS:CALLOUT<x>:BOOKMark:SOURCE command.

Description
  • This command sets or queries the source of the Bookmark callout type.
Usage
  • Using the .query() method will send the CALLOUTS:CALLOUT<x>:BOOKMark:SOURCE? query.
  • Using the .verify(value) method will send the CALLOUTS:CALLOUT<x>:BOOKMark:SOURCE? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the CALLOUTS:CALLOUT<x>:BOOKMark:SOURCE value command.
SCPI Syntax
- CALLOUTS:CALLOUT<x>:BOOKMark:SOURCE CH<x>
- CALLOUTS:CALLOUT<x>:BOOKMark:SOURCE?
Info
  • CH1 specifies the bookmark callout source as Ch1.
  • CH2 specifies the bookmark callout source as Ch2.
  • CH3 specifies the bookmark callout source as Ch3.
  • CH4 specifies the bookmark callout source as Ch4.

xpos property

Return the CALLOUTS:CALLOUT<x>:BOOKMark:XPOS command.

Description
  • This command sets or queries the X-Position of the Bookmark callout type.
Usage
  • Using the .query() method will send the CALLOUTS:CALLOUT<x>:BOOKMark:XPOS? query.
  • Using the .verify(value) method will send the CALLOUTS:CALLOUT<x>:BOOKMark:XPOS? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the CALLOUTS:CALLOUT<x>:BOOKMark:XPOS value command.
SCPI Syntax
- CALLOUTS:CALLOUT<x>:BOOKMark:XPOS <NR1>
- CALLOUTS:CALLOUT<x>:BOOKMark:XPOS?
Info
  • <NR1> specifies the location of the bookmark linked to the source waveform in X-axis.

CalloutsCalloutItemBookmarkSource

Bases: SCPICmdWrite, SCPICmdRead

The CALLOUTS:CALLOUT<x>:BOOKMark:SOURCE command.

Description
  • This command sets or queries the source of the Bookmark callout type.
Usage
  • Using the .query() method will send the CALLOUTS:CALLOUT<x>:BOOKMark:SOURCE? query.
  • Using the .verify(value) method will send the CALLOUTS:CALLOUT<x>:BOOKMark:SOURCE? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the CALLOUTS:CALLOUT<x>:BOOKMark:SOURCE value command.
SCPI Syntax
- CALLOUTS:CALLOUT<x>:BOOKMark:SOURCE CH<x>
- CALLOUTS:CALLOUT<x>:BOOKMark:SOURCE?
Info
  • CH1 specifies the bookmark callout source as Ch1.
  • CH2 specifies the bookmark callout source as Ch2.
  • CH3 specifies the bookmark callout source as Ch3.
  • CH4 specifies the bookmark callout source as Ch4.

CalloutsCalloutItemBookmarkXpos

Bases: SCPICmdWrite, SCPICmdRead

The CALLOUTS:CALLOUT<x>:BOOKMark:XPOS command.

Description
  • This command sets or queries the X-Position of the Bookmark callout type.
Usage
  • Using the .query() method will send the CALLOUTS:CALLOUT<x>:BOOKMark:XPOS? query.
  • Using the .verify(value) method will send the CALLOUTS:CALLOUT<x>:BOOKMark:XPOS? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the CALLOUTS:CALLOUT<x>:BOOKMark:XPOS value command.
SCPI Syntax
- CALLOUTS:CALLOUT<x>:BOOKMark:XPOS <NR1>
- CALLOUTS:CALLOUT<x>:BOOKMark:XPOS?
Info
  • <NR1> specifies the location of the bookmark linked to the source waveform in X-axis.

CalloutsCalloutItemColor

Bases: SCPICmdWrite, SCPICmdRead

The CALLOUTS:CALLOUT<x>:COLOR command.

Description
  • This command sets or queries the text color of the callout.
Usage
  • Using the .query() method will send the CALLOUTS:CALLOUT<x>:COLOR? query.
  • Using the .verify(value) method will send the CALLOUTS:CALLOUT<x>:COLOR? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the CALLOUTS:CALLOUT<x>:COLOR value command.
SCPI Syntax
- CALLOUTS:CALLOUT<x>:COLOR <QString>
- CALLOUTS:CALLOUT<x>:COLOR?
Info
  • <QString> specifies the callout text color using hexadecimal color values.

CalloutsCalloutItemDisplayposition

Bases: SCPICmdRead

The CALLOUTS:CALLOUT<x>:DISPLAYPOSition command tree.

Usage
  • Using the .query() method will send the CALLOUTS:CALLOUT<x>:DISPLAYPOSition? query.
  • Using the .verify(value) method will send the CALLOUTS:CALLOUT<x>:DISPLAYPOSition? query and raise an AssertionError if the returned value does not match value.
Properties
  • .x: The CALLOUTS:CALLOUT<x>:DISPLAYPOSition:X command.
  • .y: The CALLOUTS:CALLOUT<x>:DISPLAYPOSition:Y command.

x property

Return the CALLOUTS:CALLOUT<x>:DISPLAYPOSition:X command.

Description
  • This command sets or queries horizontal display position of the callout text.
Usage
  • Using the .query() method will send the CALLOUTS:CALLOUT<x>:DISPLAYPOSition:X? query.
  • Using the .verify(value) method will send the CALLOUTS:CALLOUT<x>:DISPLAYPOSition:X? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the CALLOUTS:CALLOUT<x>:DISPLAYPOSition:X value command.
SCPI Syntax
- CALLOUTS:CALLOUT<x>:DISPLAYPOSition:X <NR1>
- CALLOUTS:CALLOUT<x>:DISPLAYPOSition:X?
Info
  • <NR1> specifies the callout horizontal display position.

y property

Return the CALLOUTS:CALLOUT<x>:DISPLAYPOSition:Y command.

Description
  • This command sets or queries vertical display position of the callout text.
Usage
  • Using the .query() method will send the CALLOUTS:CALLOUT<x>:DISPLAYPOSition:Y? query.
  • Using the .verify(value) method will send the CALLOUTS:CALLOUT<x>:DISPLAYPOSition:Y? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the CALLOUTS:CALLOUT<x>:DISPLAYPOSition:Y value command.
SCPI Syntax
- CALLOUTS:CALLOUT<x>:DISPLAYPOSition:Y <NR1>
- CALLOUTS:CALLOUT<x>:DISPLAYPOSition:Y?
Info
  • <NR1> specifies the callout vertical display position.

CalloutsCalloutItemDisplaypositionX

Bases: SCPICmdWrite, SCPICmdRead

The CALLOUTS:CALLOUT<x>:DISPLAYPOSition:X command.

Description
  • This command sets or queries horizontal display position of the callout text.
Usage
  • Using the .query() method will send the CALLOUTS:CALLOUT<x>:DISPLAYPOSition:X? query.
  • Using the .verify(value) method will send the CALLOUTS:CALLOUT<x>:DISPLAYPOSition:X? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the CALLOUTS:CALLOUT<x>:DISPLAYPOSition:X value command.
SCPI Syntax
- CALLOUTS:CALLOUT<x>:DISPLAYPOSition:X <NR1>
- CALLOUTS:CALLOUT<x>:DISPLAYPOSition:X?
Info
  • <NR1> specifies the callout horizontal display position.

CalloutsCalloutItemDisplaypositionY

Bases: SCPICmdWrite, SCPICmdRead

The CALLOUTS:CALLOUT<x>:DISPLAYPOSition:Y command.

Description
  • This command sets or queries vertical display position of the callout text.
Usage
  • Using the .query() method will send the CALLOUTS:CALLOUT<x>:DISPLAYPOSition:Y? query.
  • Using the .verify(value) method will send the CALLOUTS:CALLOUT<x>:DISPLAYPOSition:Y? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the CALLOUTS:CALLOUT<x>:DISPLAYPOSition:Y value command.
SCPI Syntax
- CALLOUTS:CALLOUT<x>:DISPLAYPOSition:Y <NR1>
- CALLOUTS:CALLOUT<x>:DISPLAYPOSition:Y?
Info
  • <NR1> specifies the callout vertical display position.

CalloutsCalloutItemFont

Bases: SCPICmdRead

The CALLOUTS:CALLOUT<x>:FONT command tree.

Usage
  • Using the .query() method will send the CALLOUTS:CALLOUT<x>:FONT? query.
  • Using the .verify(value) method will send the CALLOUTS:CALLOUT<x>:FONT? query and raise an AssertionError if the returned value does not match value.
Properties
  • .bold: The CALLOUTS:CALLOUT<x>:FONT:BOLD command.
  • .italic: The CALLOUTS:CALLOUT<x>:FONT:ITALIC command.
  • .size: The CALLOUTS:CALLOUT<x>:FONT:SIZE command.
  • .type: The CALLOUTS:CALLOUT<x>:FONT:TYPE command.
  • .underline: The CALLOUTS:CALLOUT<x>:FONT:UNDERLine command.

bold property

Return the CALLOUTS:CALLOUT<x>:FONT:BOLD command.

Description
  • This command sets or queries the bold state of the callout text.
Usage
  • Using the .query() method will send the CALLOUTS:CALLOUT<x>:FONT:BOLD? query.
  • Using the .verify(value) method will send the CALLOUTS:CALLOUT<x>:FONT:BOLD? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the CALLOUTS:CALLOUT<x>:FONT:BOLD value command.
SCPI Syntax
- CALLOUTS:CALLOUT<x>:FONT:BOLD {1|0}
- CALLOUTS:CALLOUT<x>:FONT:BOLD?
Info
  • 1 specifies the callout font weight as bold.
  • 0 specifies the callout font weight as normal.

italic property

Return the CALLOUTS:CALLOUT<x>:FONT:ITALIC command.

Description
  • This command sets or queries the italic state of the callout text.
Usage
  • Using the .query() method will send the CALLOUTS:CALLOUT<x>:FONT:ITALIC? query.
  • Using the .verify(value) method will send the CALLOUTS:CALLOUT<x>:FONT:ITALIC? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the CALLOUTS:CALLOUT<x>:FONT:ITALIC value command.
SCPI Syntax
- CALLOUTS:CALLOUT<x>:FONT:ITALIC {1|0}
- CALLOUTS:CALLOUT<x>:FONT:ITALIC?
Info
  • 1 specifies the callout font style as italic.
  • 0 does not specify the font style as italic.

size property

Return the CALLOUTS:CALLOUT<x>:FONT:SIZE command.

Description
  • This command sets or queries the font size of the callout text.
Usage
  • Using the .query() method will send the CALLOUTS:CALLOUT<x>:FONT:SIZE? query.
  • Using the .verify(value) method will send the CALLOUTS:CALLOUT<x>:FONT:SIZE? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the CALLOUTS:CALLOUT<x>:FONT:SIZE value command.
SCPI Syntax
- CALLOUTS:CALLOUT<x>:FONT:SIZE <NR1>
- CALLOUTS:CALLOUT<x>:FONT:SIZE?
Info
  • <NR1> specifies the font size in points.

type property

Return the CALLOUTS:CALLOUT<x>:FONT:TYPE command.

Description
  • This command sets or queries type of the callout.
Usage
  • Using the .query() method will send the CALLOUTS:CALLOUT<x>:FONT:TYPE? query.
  • Using the .verify(value) method will send the CALLOUTS:CALLOUT<x>:FONT:TYPE? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the CALLOUTS:CALLOUT<x>:FONT:TYPE value command.
SCPI Syntax
- CALLOUTS:CALLOUT<x>:FONT:TYPE <QString>
- CALLOUTS:CALLOUT<x>:FONT:TYPE?
Info
  • <QString> specifies the type of font for the callout text. The available font types include: DejaVu Sans, DejaVu Sans Mono, DejaVu Serif, Frutiger LT Std, Monospace, Sans Serif, Serif, Ubuntu, Ubuntu Condensed, and Ubuntu Mono.

underline property

Return the CALLOUTS:CALLOUT<x>:FONT:UNDERLine command.

Description
  • This command sets or queries the underline state of the callout text.
Usage
  • Using the .query() method will send the CALLOUTS:CALLOUT<x>:FONT:UNDERLine? query.
  • Using the .verify(value) method will send the CALLOUTS:CALLOUT<x>:FONT:UNDERLine? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the CALLOUTS:CALLOUT<x>:FONT:UNDERLine value command.
SCPI Syntax
- CALLOUTS:CALLOUT<x>:FONT:UNDERLine {1|0}
- CALLOUTS:CALLOUT<x>:FONT:UNDERLine?
Info
  • 1 underlines the callout text.
  • 0 does not underline the callout text.

CalloutsCalloutItemFontBold

Bases: SCPICmdWrite, SCPICmdRead

The CALLOUTS:CALLOUT<x>:FONT:BOLD command.

Description
  • This command sets or queries the bold state of the callout text.
Usage
  • Using the .query() method will send the CALLOUTS:CALLOUT<x>:FONT:BOLD? query.
  • Using the .verify(value) method will send the CALLOUTS:CALLOUT<x>:FONT:BOLD? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the CALLOUTS:CALLOUT<x>:FONT:BOLD value command.
SCPI Syntax
- CALLOUTS:CALLOUT<x>:FONT:BOLD {1|0}
- CALLOUTS:CALLOUT<x>:FONT:BOLD?
Info
  • 1 specifies the callout font weight as bold.
  • 0 specifies the callout font weight as normal.

CalloutsCalloutItemFontItalic

Bases: SCPICmdWrite, SCPICmdRead

The CALLOUTS:CALLOUT<x>:FONT:ITALIC command.

Description
  • This command sets or queries the italic state of the callout text.
Usage
  • Using the .query() method will send the CALLOUTS:CALLOUT<x>:FONT:ITALIC? query.
  • Using the .verify(value) method will send the CALLOUTS:CALLOUT<x>:FONT:ITALIC? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the CALLOUTS:CALLOUT<x>:FONT:ITALIC value command.
SCPI Syntax
- CALLOUTS:CALLOUT<x>:FONT:ITALIC {1|0}
- CALLOUTS:CALLOUT<x>:FONT:ITALIC?
Info
  • 1 specifies the callout font style as italic.
  • 0 does not specify the font style as italic.

CalloutsCalloutItemFontSize

Bases: SCPICmdWrite, SCPICmdRead

The CALLOUTS:CALLOUT<x>:FONT:SIZE command.

Description
  • This command sets or queries the font size of the callout text.
Usage
  • Using the .query() method will send the CALLOUTS:CALLOUT<x>:FONT:SIZE? query.
  • Using the .verify(value) method will send the CALLOUTS:CALLOUT<x>:FONT:SIZE? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the CALLOUTS:CALLOUT<x>:FONT:SIZE value command.
SCPI Syntax
- CALLOUTS:CALLOUT<x>:FONT:SIZE <NR1>
- CALLOUTS:CALLOUT<x>:FONT:SIZE?
Info
  • <NR1> specifies the font size in points.

CalloutsCalloutItemFontType

Bases: SCPICmdWrite, SCPICmdRead

The CALLOUTS:CALLOUT<x>:FONT:TYPE command.

Description
  • This command sets or queries type of the callout.
Usage
  • Using the .query() method will send the CALLOUTS:CALLOUT<x>:FONT:TYPE? query.
  • Using the .verify(value) method will send the CALLOUTS:CALLOUT<x>:FONT:TYPE? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the CALLOUTS:CALLOUT<x>:FONT:TYPE value command.
SCPI Syntax
- CALLOUTS:CALLOUT<x>:FONT:TYPE <QString>
- CALLOUTS:CALLOUT<x>:FONT:TYPE?
Info
  • <QString> specifies the type of font for the callout text. The available font types include: DejaVu Sans, DejaVu Sans Mono, DejaVu Serif, Frutiger LT Std, Monospace, Sans Serif, Serif, Ubuntu, Ubuntu Condensed, and Ubuntu Mono.

CalloutsCalloutItemFontUnderline

Bases: SCPICmdWrite, SCPICmdRead

The CALLOUTS:CALLOUT<x>:FONT:UNDERLine command.

Description
  • This command sets or queries the underline state of the callout text.
Usage
  • Using the .query() method will send the CALLOUTS:CALLOUT<x>:FONT:UNDERLine? query.
  • Using the .verify(value) method will send the CALLOUTS:CALLOUT<x>:FONT:UNDERLine? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the CALLOUTS:CALLOUT<x>:FONT:UNDERLine value command.
SCPI Syntax
- CALLOUTS:CALLOUT<x>:FONT:UNDERLine {1|0}
- CALLOUTS:CALLOUT<x>:FONT:UNDERLine?
Info
  • 1 underlines the callout text.
  • 0 does not underline the callout text.

CalloutsCalloutItemText

Bases: SCPICmdWrite, SCPICmdRead

The CALLOUTS:CALLOUT<x>:TEXT command.

Description
  • This command sets or queries the callout text.
Usage
  • Using the .query() method will send the CALLOUTS:CALLOUT<x>:TEXT? query.
  • Using the .verify(value) method will send the CALLOUTS:CALLOUT<x>:TEXT? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the CALLOUTS:CALLOUT<x>:TEXT value command.
SCPI Syntax
- CALLOUTS:CALLOUT<x>:TEXT <QString>
- CALLOUTS:CALLOUT<x>:TEXT?
Info
  • <QString> specifies the callout text.

CalloutsCalloutItemType

Bases: SCPICmdWrite, SCPICmdRead

The CALLOUTS:CALLOUT<x>:TYPE command.

Description
  • This command sets or queries type of the callout.
Usage
  • Using the .query() method will send the CALLOUTS:CALLOUT<x>:TYPE? query.
  • Using the .verify(value) method will send the CALLOUTS:CALLOUT<x>:TYPE? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the CALLOUTS:CALLOUT<x>:TYPE value command.
SCPI Syntax
- CALLOUTS:CALLOUT<x>:TYPE {NOTE|ARROW|RECTANGLE|BOOKMARK}
- CALLOUTS:CALLOUT<x>:TYPE?
Info
  • NOTE specifies callout type as note.
  • ARROW specifies callout type as arrow.
  • RECTANGLE specifies callout type as rectangle.
  • BOOKMARK specifies callout type as bookmark.

CalloutsDelete

Bases: SCPICmdWrite

The CALLOUTS:DELete command.

Description
  • This command deletes the specified callout. A Note is the default callout type.
Usage
  • Using the .write(value) method will send the CALLOUTS:DELete value command.
SCPI Syntax
- CALLOUTS:DELete <QString>
Info
  • <QString> specifies the callout. The argument is of the form ‘CALLOUT‘, where is a number value ≥ 1.