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 theCALLOUTS?query. - Using the
.verify(value)method will send theCALLOUTS?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.addnew: TheCALLOUTS:ADDNewcommand..callout: TheCALLOUTS:CALLOUT<x>command tree..delete: TheCALLOUTS:DELetecommand.
addnew
property
¶
addnew: CalloutsAddnew
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 theCALLOUTS:ADDNew valuecommand.
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
¶
callout: dict[int, CalloutsCalloutItem]
Return the CALLOUTS:CALLOUT<x> command tree.
Usage
- Using the
.query()method will send theCALLOUTS:CALLOUT<x>?query. - Using the
.verify(value)method will send theCALLOUTS:CALLOUT<x>?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.bookmark: TheCALLOUTS:CALLOUT<x>:BOOKMarkcommand tree..color: TheCALLOUTS:CALLOUT<x>:COLORcommand..displayposition: TheCALLOUTS:CALLOUT<x>:DISPLAYPOSitioncommand tree..font: TheCALLOUTS:CALLOUT<x>:FONTcommand tree..text: TheCALLOUTS:CALLOUT<x>:TEXTcommand..type: TheCALLOUTS:CALLOUT<x>:TYPEcommand.
delete
property
¶
delete: CalloutsDelete
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 theCALLOUTS:DELete valuecommand.
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 theCALLOUTS:ADDNew valuecommand.
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 theCALLOUTS:CALLOUT<x>?query. - Using the
.verify(value)method will send theCALLOUTS:CALLOUT<x>?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.bookmark: TheCALLOUTS:CALLOUT<x>:BOOKMarkcommand tree..color: TheCALLOUTS:CALLOUT<x>:COLORcommand..displayposition: TheCALLOUTS:CALLOUT<x>:DISPLAYPOSitioncommand tree..font: TheCALLOUTS:CALLOUT<x>:FONTcommand tree..text: TheCALLOUTS:CALLOUT<x>:TEXTcommand..type: TheCALLOUTS:CALLOUT<x>:TYPEcommand.
bookmark
property
¶
bookmark: CalloutsCalloutItemBookmark
Return the CALLOUTS:CALLOUT<x>:BOOKMark command tree.
Usage
- Using the
.query()method will send theCALLOUTS:CALLOUT<x>:BOOKMark?query. - Using the
.verify(value)method will send theCALLOUTS:CALLOUT<x>:BOOKMark?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.source: TheCALLOUTS:CALLOUT<x>:BOOKMark:SOURCEcommand..xpos: TheCALLOUTS:CALLOUT<x>:BOOKMark:XPOScommand.
color
property
¶
color: CalloutsCalloutItemColor
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 theCALLOUTS:CALLOUT<x>:COLOR?query. - Using the
.verify(value)method will send theCALLOUTS:CALLOUT<x>:COLOR?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theCALLOUTS:CALLOUT<x>:COLOR valuecommand.
SCPI Syntax
- CALLOUTS:CALLOUT<x>:COLOR <QString>
- CALLOUTS:CALLOUT<x>:COLOR?
Info
<QString>specifies the callout text color using hexadecimal color values.
displayposition
property
¶
displayposition: CalloutsCalloutItemDisplayposition
Return the CALLOUTS:CALLOUT<x>:DISPLAYPOSition command tree.
Usage
- Using the
.query()method will send theCALLOUTS:CALLOUT<x>:DISPLAYPOSition?query. - Using the
.verify(value)method will send theCALLOUTS:CALLOUT<x>:DISPLAYPOSition?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.x: TheCALLOUTS:CALLOUT<x>:DISPLAYPOSition:Xcommand..y: TheCALLOUTS:CALLOUT<x>:DISPLAYPOSition:Ycommand.
font
property
¶
font: CalloutsCalloutItemFont
Return the CALLOUTS:CALLOUT<x>:FONT command tree.
Usage
- Using the
.query()method will send theCALLOUTS:CALLOUT<x>:FONT?query. - Using the
.verify(value)method will send theCALLOUTS:CALLOUT<x>:FONT?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.bold: TheCALLOUTS:CALLOUT<x>:FONT:BOLDcommand..italic: TheCALLOUTS:CALLOUT<x>:FONT:ITALICcommand..size: TheCALLOUTS:CALLOUT<x>:FONT:SIZEcommand..type: TheCALLOUTS:CALLOUT<x>:FONT:TYPEcommand..underline: TheCALLOUTS:CALLOUT<x>:FONT:UNDERLinecommand.
text
property
¶
text: CalloutsCalloutItemText
Return the CALLOUTS:CALLOUT<x>:TEXT command.
Description
- This command sets or queries the callout text.
Usage
- Using the
.query()method will send theCALLOUTS:CALLOUT<x>:TEXT?query. - Using the
.verify(value)method will send theCALLOUTS:CALLOUT<x>:TEXT?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theCALLOUTS:CALLOUT<x>:TEXT valuecommand.
SCPI Syntax
- CALLOUTS:CALLOUT<x>:TEXT <QString>
- CALLOUTS:CALLOUT<x>:TEXT?
Info
<QString>specifies the callout text.
type
property
¶
type: CalloutsCalloutItemType
Return the CALLOUTS:CALLOUT<x>:TYPE command.
Description
- This command sets or queries type of the callout.
Usage
- Using the
.query()method will send theCALLOUTS:CALLOUT<x>:TYPE?query. - Using the
.verify(value)method will send theCALLOUTS:CALLOUT<x>:TYPE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theCALLOUTS:CALLOUT<x>:TYPE valuecommand.
SCPI Syntax
- CALLOUTS:CALLOUT<x>:TYPE {NOTE|ARROW|RECTANGLE|BOOKMARK}
- CALLOUTS:CALLOUT<x>:TYPE?
Info
NOTEspecifies callout type as note.ARROWspecifies callout type as arrow.RECTANGLEspecifies callout type as rectangle.BOOKMARKspecifies callout type as bookmark.
CalloutsCalloutItemBookmark
¶
Bases: SCPICmdRead
The CALLOUTS:CALLOUT<x>:BOOKMark command tree.
Usage
- Using the
.query()method will send theCALLOUTS:CALLOUT<x>:BOOKMark?query. - Using the
.verify(value)method will send theCALLOUTS:CALLOUT<x>:BOOKMark?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.source: TheCALLOUTS:CALLOUT<x>:BOOKMark:SOURCEcommand..xpos: TheCALLOUTS:CALLOUT<x>:BOOKMark:XPOScommand.
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 theCALLOUTS:CALLOUT<x>:BOOKMark:SOURCE?query. - Using the
.verify(value)method will send theCALLOUTS:CALLOUT<x>:BOOKMark:SOURCE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theCALLOUTS:CALLOUT<x>:BOOKMark:SOURCE valuecommand.
SCPI Syntax
- CALLOUTS:CALLOUT<x>:BOOKMark:SOURCE CH<x>
- CALLOUTS:CALLOUT<x>:BOOKMark:SOURCE?
Info
CH1specifies the bookmark callout source as Ch1.CH2specifies the bookmark callout source as Ch2.CH3specifies the bookmark callout source as Ch3.CH4specifies 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 theCALLOUTS:CALLOUT<x>:BOOKMark:XPOS?query. - Using the
.verify(value)method will send theCALLOUTS:CALLOUT<x>:BOOKMark:XPOS?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theCALLOUTS:CALLOUT<x>:BOOKMark:XPOS valuecommand.
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 theCALLOUTS:CALLOUT<x>:BOOKMark:SOURCE?query. - Using the
.verify(value)method will send theCALLOUTS:CALLOUT<x>:BOOKMark:SOURCE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theCALLOUTS:CALLOUT<x>:BOOKMark:SOURCE valuecommand.
SCPI Syntax
- CALLOUTS:CALLOUT<x>:BOOKMark:SOURCE CH<x>
- CALLOUTS:CALLOUT<x>:BOOKMark:SOURCE?
Info
CH1specifies the bookmark callout source as Ch1.CH2specifies the bookmark callout source as Ch2.CH3specifies the bookmark callout source as Ch3.CH4specifies 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 theCALLOUTS:CALLOUT<x>:BOOKMark:XPOS?query. - Using the
.verify(value)method will send theCALLOUTS:CALLOUT<x>:BOOKMark:XPOS?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theCALLOUTS:CALLOUT<x>:BOOKMark:XPOS valuecommand.
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 theCALLOUTS:CALLOUT<x>:COLOR?query. - Using the
.verify(value)method will send theCALLOUTS:CALLOUT<x>:COLOR?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theCALLOUTS:CALLOUT<x>:COLOR valuecommand.
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 theCALLOUTS:CALLOUT<x>:DISPLAYPOSition?query. - Using the
.verify(value)method will send theCALLOUTS:CALLOUT<x>:DISPLAYPOSition?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.x: TheCALLOUTS:CALLOUT<x>:DISPLAYPOSition:Xcommand..y: TheCALLOUTS:CALLOUT<x>:DISPLAYPOSition:Ycommand.
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 theCALLOUTS:CALLOUT<x>:DISPLAYPOSition:X?query. - Using the
.verify(value)method will send theCALLOUTS:CALLOUT<x>:DISPLAYPOSition:X?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theCALLOUTS:CALLOUT<x>:DISPLAYPOSition:X valuecommand.
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 theCALLOUTS:CALLOUT<x>:DISPLAYPOSition:Y?query. - Using the
.verify(value)method will send theCALLOUTS:CALLOUT<x>:DISPLAYPOSition:Y?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theCALLOUTS:CALLOUT<x>:DISPLAYPOSition:Y valuecommand.
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 theCALLOUTS:CALLOUT<x>:DISPLAYPOSition:X?query. - Using the
.verify(value)method will send theCALLOUTS:CALLOUT<x>:DISPLAYPOSition:X?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theCALLOUTS:CALLOUT<x>:DISPLAYPOSition:X valuecommand.
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 theCALLOUTS:CALLOUT<x>:DISPLAYPOSition:Y?query. - Using the
.verify(value)method will send theCALLOUTS:CALLOUT<x>:DISPLAYPOSition:Y?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theCALLOUTS:CALLOUT<x>:DISPLAYPOSition:Y valuecommand.
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 theCALLOUTS:CALLOUT<x>:FONT?query. - Using the
.verify(value)method will send theCALLOUTS:CALLOUT<x>:FONT?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.bold: TheCALLOUTS:CALLOUT<x>:FONT:BOLDcommand..italic: TheCALLOUTS:CALLOUT<x>:FONT:ITALICcommand..size: TheCALLOUTS:CALLOUT<x>:FONT:SIZEcommand..type: TheCALLOUTS:CALLOUT<x>:FONT:TYPEcommand..underline: TheCALLOUTS:CALLOUT<x>:FONT:UNDERLinecommand.
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 theCALLOUTS:CALLOUT<x>:FONT:BOLD?query. - Using the
.verify(value)method will send theCALLOUTS:CALLOUT<x>:FONT:BOLD?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theCALLOUTS:CALLOUT<x>:FONT:BOLD valuecommand.
SCPI Syntax
- CALLOUTS:CALLOUT<x>:FONT:BOLD {1|0}
- CALLOUTS:CALLOUT<x>:FONT:BOLD?
Info
1specifies the callout font weight as bold.0specifies the callout font weight as normal.
italic
property
¶
italic: CalloutsCalloutItemFontItalic
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 theCALLOUTS:CALLOUT<x>:FONT:ITALIC?query. - Using the
.verify(value)method will send theCALLOUTS:CALLOUT<x>:FONT:ITALIC?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theCALLOUTS:CALLOUT<x>:FONT:ITALIC valuecommand.
SCPI Syntax
- CALLOUTS:CALLOUT<x>:FONT:ITALIC {1|0}
- CALLOUTS:CALLOUT<x>:FONT:ITALIC?
Info
1specifies the callout font style as italic.0does 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 theCALLOUTS:CALLOUT<x>:FONT:SIZE?query. - Using the
.verify(value)method will send theCALLOUTS:CALLOUT<x>:FONT:SIZE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theCALLOUTS:CALLOUT<x>:FONT:SIZE valuecommand.
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 theCALLOUTS:CALLOUT<x>:FONT:TYPE?query. - Using the
.verify(value)method will send theCALLOUTS:CALLOUT<x>:FONT:TYPE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theCALLOUTS:CALLOUT<x>:FONT:TYPE valuecommand.
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
¶
underline: CalloutsCalloutItemFontUnderline
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 theCALLOUTS:CALLOUT<x>:FONT:UNDERLine?query. - Using the
.verify(value)method will send theCALLOUTS:CALLOUT<x>:FONT:UNDERLine?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theCALLOUTS:CALLOUT<x>:FONT:UNDERLine valuecommand.
SCPI Syntax
- CALLOUTS:CALLOUT<x>:FONT:UNDERLine {1|0}
- CALLOUTS:CALLOUT<x>:FONT:UNDERLine?
Info
1underlines the callout text.0does 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 theCALLOUTS:CALLOUT<x>:FONT:BOLD?query. - Using the
.verify(value)method will send theCALLOUTS:CALLOUT<x>:FONT:BOLD?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theCALLOUTS:CALLOUT<x>:FONT:BOLD valuecommand.
SCPI Syntax
- CALLOUTS:CALLOUT<x>:FONT:BOLD {1|0}
- CALLOUTS:CALLOUT<x>:FONT:BOLD?
Info
1specifies the callout font weight as bold.0specifies 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 theCALLOUTS:CALLOUT<x>:FONT:ITALIC?query. - Using the
.verify(value)method will send theCALLOUTS:CALLOUT<x>:FONT:ITALIC?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theCALLOUTS:CALLOUT<x>:FONT:ITALIC valuecommand.
SCPI Syntax
- CALLOUTS:CALLOUT<x>:FONT:ITALIC {1|0}
- CALLOUTS:CALLOUT<x>:FONT:ITALIC?
Info
1specifies the callout font style as italic.0does 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 theCALLOUTS:CALLOUT<x>:FONT:SIZE?query. - Using the
.verify(value)method will send theCALLOUTS:CALLOUT<x>:FONT:SIZE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theCALLOUTS:CALLOUT<x>:FONT:SIZE valuecommand.
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 theCALLOUTS:CALLOUT<x>:FONT:TYPE?query. - Using the
.verify(value)method will send theCALLOUTS:CALLOUT<x>:FONT:TYPE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theCALLOUTS:CALLOUT<x>:FONT:TYPE valuecommand.
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 theCALLOUTS:CALLOUT<x>:FONT:UNDERLine?query. - Using the
.verify(value)method will send theCALLOUTS:CALLOUT<x>:FONT:UNDERLine?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theCALLOUTS:CALLOUT<x>:FONT:UNDERLine valuecommand.
SCPI Syntax
- CALLOUTS:CALLOUT<x>:FONT:UNDERLine {1|0}
- CALLOUTS:CALLOUT<x>:FONT:UNDERLine?
Info
1underlines the callout text.0does 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 theCALLOUTS:CALLOUT<x>:TEXT?query. - Using the
.verify(value)method will send theCALLOUTS:CALLOUT<x>:TEXT?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theCALLOUTS:CALLOUT<x>:TEXT valuecommand.
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 theCALLOUTS:CALLOUT<x>:TYPE?query. - Using the
.verify(value)method will send theCALLOUTS:CALLOUT<x>:TYPE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theCALLOUTS:CALLOUT<x>:TYPE valuecommand.
SCPI Syntax
- CALLOUTS:CALLOUT<x>:TYPE {NOTE|ARROW|RECTANGLE|BOOKMARK}
- CALLOUTS:CALLOUT<x>:TYPE?
Info
NOTEspecifies callout type as note.ARROWspecifies callout type as arrow.RECTANGLEspecifies callout type as rectangle.BOOKMARKspecifies 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 theCALLOUTS:DELete valuecommand.
SCPI Syntax
- CALLOUTS:DELete <QString>
Info
<QString>specifies the callout. The argument is of the form ‘CALLOUT‘, where is a number value ≥ 1.