visual
¶
The visual commands module.
These commands are used in the following models: DPO5K, DPO5KB, DPO70KC, DPO70KD, DPO70KDX, DPO70KSX, DPO7K, DPO7KC, DSA70KC, DSA70KD, MSO5K, MSO5KB, MSO70KC, MSO70KDX
THIS FILE IS AUTO-GENERATED, IT SHOULD NOT BE MANUALLY MODIFIED.
Please report an issue if one is found.
Commands and Queries
- VISual:AREA<x>:DISplay {ON|OFF}
- VISual:AREA<x>:DISplay?
- VISual:AREA<x>:FLIP {HORIZONTAL|VERTICAL}
- VISual:AREA<x>:HEIGHT <nr3>
- VISual:AREA<x>:HEIGHT?
- VISual:AREA<x>:LABel <string>
- VISual:AREA<x>:LABel?
- VISual:AREA<x>:OPERATION<x> {IN|OUT}
- VISual:AREA<x>:OPERATION<x>?
- VISual:AREA<x>:ROTAtion <nr3>
- VISual:AREA<x>:ROTAtion?
- VISual:AREA<x>:SHAPE {HEXAgon|RECTangle|TRAPezoid|TRIAngle}
- VISual:AREA<x>:SHAPE?
- VISual:AREA<x>:SHOWLOGic {ON|OFF}
- VISual:AREA<x>:SHOWLOGic?
- VISual:AREA<x>:SOURCE<x> {WFMCH<x>}
- VISual:AREA<x>:SOURCE<x>?
- VISual:AREA<x>:VERTICES {<NR3>,<NR3>,<NR3>,<NR3>,<NR3>,<NR3> [,<NR3>,<NR3>,<NR3>,<NR3>[,<NR3>,<NR3>]]}
- VISual:AREA<x>:VERTICES?
- VISual:AREA<x>:WIDTH <nr3>
- VISual:AREA<x>:WIDTH?
- VISual:AREA<x>:XPOSition <nr3>
- VISual:AREA<x>:XPOSition?
- VISual:AREA<x>:YPOSition <nr3>
- VISual:AREA<x>:YPOSition?
- VISual:AREA<x>?
- VISual:AREACOLOr {DEFAULT|INHERIT}
- VISual:AREACOLOr?
- VISual:ASPECTratio {ON|OFF|<NR1>}
- VISual:ASPECTratio?
- VISual:DELETEAREA <1-8>
- VISual:ENAble {ON|OFF}
- VISual:ENAble?
- VISual:FILE:RECALL <string>
- VISual:FILE:SAVE <string>
- VISual?
Visual
¶
Bases: SCPICmdRead
The VISual command.
Description
- This query-only command returns the settings for each visual trigger area.
Usage
- Using the
.query()method will send theVISual?query. - Using the
.verify(value)method will send theVISual?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- VISual?
Properties
.area: TheVISual:AREA<x>command..areacolor: TheVISual:AREACOLOrcommand..aspectratio: TheVISual:ASPECTratiocommand..deletearea: TheVISual:DELETEAREAcommand..enable: TheVISual:ENAblecommand..file: TheVISual:FILEcommand tree.
area
property
¶
area: dict[int, VisualAreaItem]
Return the VISual:AREA<x> command.
Description
- This query-only command returns the settings for the specified visual trigger area. The area is specified by x. The value of x can range from 1 through 8.
Usage
- Using the
.query()method will send theVISual:AREA<x>?query. - Using the
.verify(value)method will send theVISual:AREA<x>?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- VISual:AREA<x>?
Sub-properties
.display: TheVISual:AREA<x>:DISplaycommand..flip: TheVISual:AREA<x>:FLIPcommand..height: TheVISual:AREA<x>:HEIGHTcommand..label: TheVISual:AREA<x>:LABelcommand..operation: TheVISual:AREA<x>:OPERATION<x>command..rotation: TheVISual:AREA<x>:ROTAtioncommand..shape: TheVISual:AREA<x>:SHAPEcommand..showlogic: TheVISual:AREA<x>:SHOWLOGiccommand..source: TheVISual:AREA<x>:SOURCE<x>command..vertices: TheVISual:AREA<x>:VERTICEScommand..width: TheVISual:AREA<x>:WIDTHcommand..xposition: TheVISual:AREA<x>:XPOSitioncommand..yposition: TheVISual:AREA<x>:YPOSitioncommand.
areacolor
property
¶
areacolor: VisualAreacolor
Return the VISual:AREACOLOr command.
Description
- This command sets or queries the colors used by visual trigger areas.
Usage
- Using the
.query()method will send theVISual:AREACOLOr?query. - Using the
.verify(value)method will send theVISual:AREACOLOr?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theVISual:AREACOLOr valuecommand.
SCPI Syntax
- VISual:AREACOLOr {DEFAULT|INHERIT}
- VISual:AREACOLOr?
Info
DEFAULTsets visual trigger areas to use the default blue color.INHERITsets visual trigger areas to inherit the color of the channel.
aspectratio
property
¶
aspectratio: VisualAspectratio
Return the VISual:ASPECTratio command.
Description
- This command sets or queries the aspect ratio setting of the visual trigger system.
Usage
- Using the
.query()method will send theVISual:ASPECTratio?query. - Using the
.verify(value)method will send theVISual:ASPECTratio?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theVISual:ASPECTratio valuecommand.
SCPI Syntax
- VISual:ASPECTratio {ON|OFF|<NR1>}
- VISual:ASPECTratio?
Info
<NR1>= 0 disables the function; any other value enables it.OFFdisables the function.ONenables keeping the aspect ratio constant.
deletearea
property
¶
deletearea: VisualDeletearea
Return the VISual:DELETEAREA command.
Description
- This command deletes the specified visual trigger area. The area is specified by x. The value of x can range from 1 to 8.
Usage
- Using the
.write(value)method will send theVISual:DELETEAREA valuecommand.
SCPI Syntax
- VISual:DELETEAREA <1-8>
enable
property
¶
enable: VisualEnable
Return the VISual:ENAble command.
Description
- Enables or disables the visual triggering. Queries the status (on or off) of the visual triggering. This does not refer to the option key.
Usage
- Using the
.query()method will send theVISual:ENAble?query. - Using the
.verify(value)method will send theVISual:ENAble?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theVISual:ENAble valuecommand.
SCPI Syntax
- VISual:ENAble {ON|OFF}
- VISual:ENAble?
Info
ONenables the visual triggering feature.OFFdisables the visual triggering feature.
file
property
¶
file: VisualFile
Return the VISual:FILE command tree.
Usage
- Using the
.query()method will send theVISual:FILE?query. - Using the
.verify(value)method will send theVISual:FILE?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.recall: TheVISual:FILE:RECALLcommand..save: TheVISual:FILE:SAVEcommand.
VisualAreaItem
¶
Bases: ValidatedDynamicNumberCmd, SCPICmdRead
The VISual:AREA<x> command.
Description
- This query-only command returns the settings for the specified visual trigger area. The area is specified by x. The value of x can range from 1 through 8.
Usage
- Using the
.query()method will send theVISual:AREA<x>?query. - Using the
.verify(value)method will send theVISual:AREA<x>?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- VISual:AREA<x>?
Properties
.display: TheVISual:AREA<x>:DISplaycommand..flip: TheVISual:AREA<x>:FLIPcommand..height: TheVISual:AREA<x>:HEIGHTcommand..label: TheVISual:AREA<x>:LABelcommand..operation: TheVISual:AREA<x>:OPERATION<x>command..rotation: TheVISual:AREA<x>:ROTAtioncommand..shape: TheVISual:AREA<x>:SHAPEcommand..showlogic: TheVISual:AREA<x>:SHOWLOGiccommand..source: TheVISual:AREA<x>:SOURCE<x>command..vertices: TheVISual:AREA<x>:VERTICEScommand..width: TheVISual:AREA<x>:WIDTHcommand..xposition: TheVISual:AREA<x>:XPOSitioncommand..yposition: TheVISual:AREA<x>:YPOSitioncommand.
display
property
¶
display: VisualAreaItemDisplay
Return the VISual:AREA<x>:DISplay command.
Description
- Causes the areas to be hidden or displayed on the oscilloscope screen. Queries the
status of the area display. All areas are set On or Off together. The
in the command is reserved for future use.
Usage
- Using the
.query()method will send theVISual:AREA<x>:DISplay?query. - Using the
.verify(value)method will send theVISual:AREA<x>:DISplay?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theVISual:AREA<x>:DISplay valuecommand.
SCPI Syntax
- VISual:AREA<x>:DISplay {ON|OFF}
- VISual:AREA<x>:DISplay?
Info
ONcauses the areas to appear on screen.Offhides the areas.
flip
property
¶
flip: VisualAreaItemFlip
Return the VISual:AREA<x>:FLIP command.
Description
- This command flips the specified visual trigger area. The area is specified by x. The value of x can range from 1 to 8.
Usage
- Using the
.write(value)method will send theVISual:AREA<x>:FLIP valuecommand.
SCPI Syntax
- VISual:AREA<x>:FLIP {HORIZONTAL|VERTICAL}
Info
HORIZONTALspecifies to flip the area in the horizontal direction.VERTICALspecifies to flip the area in the vertical direction.
height
property
¶
height: VisualAreaItemHeight
Return the VISual:AREA<x>:HEIGHT command.
Description
- This command sets or queries the height of the specified visual trigger area. The area is specified by x. The value of x can range from 1 to 8.
Usage
- Using the
.query()method will send theVISual:AREA<x>:HEIGHT?query. - Using the
.verify(value)method will send theVISual:AREA<x>:HEIGHT?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theVISual:AREA<x>:HEIGHT valuecommand.
SCPI Syntax
- VISual:AREA<x>:HEIGHT <nr3>
- VISual:AREA<x>:HEIGHT?
Info
<NR3>specifies the height of the specified visual trigger area.
label
property
¶
label: VisualAreaItemLabel
Return the VISual:AREA<x>:LABel command.
Description
- This command sets or queries the label of the specified visual trigger area. The area is specified by x. The value of x can range from 1 to 8.
Usage
- Using the
.query()method will send theVISual:AREA<x>:LABel?query. - Using the
.verify(value)method will send theVISual:AREA<x>:LABel?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theVISual:AREA<x>:LABel valuecommand.
SCPI Syntax
- VISual:AREA<x>:LABel <string>
- VISual:AREA<x>:LABel?
Info
<string>specifies the label for the area.
operation
property
¶
operation: dict[int, VisualAreaItemOperationItem]
Return the VISual:AREA<x>:OPERATION<x> command.
Description
- Sets or queries the operation of the area specified by
. You can enter the command as VISUAL:AREA<x>:OPERATIONorVISUAL:AREA<x>:OPERATION1.
Usage
- Using the
.query()method will send theVISual:AREA<x>:OPERATION<x>?query. - Using the
.verify(value)method will send theVISual:AREA<x>:OPERATION<x>?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theVISual:AREA<x>:OPERATION<x> valuecommand.
SCPI Syntax
- VISual:AREA<x>:OPERATION<x> {IN|OUT}
- VISual:AREA<x>:OPERATION<x>?
Info
INspecifies that the selected source must pass through the specified area.OUTspecifies that the selected source must NOT pass through the specified area.
rotation
property
¶
rotation: VisualAreaItemRotation
Return the VISual:AREA<x>:ROTAtion command.
Description
- This command sets or queries the rotation angle of the specified visual trigger area. The area is specified by x. The value of x can range from 1 to 8.
Usage
- Using the
.query()method will send theVISual:AREA<x>:ROTAtion?query. - Using the
.verify(value)method will send theVISual:AREA<x>:ROTAtion?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theVISual:AREA<x>:ROTAtion valuecommand.
SCPI Syntax
- VISual:AREA<x>:ROTAtion <nr3>
- VISual:AREA<x>:ROTAtion?
Info
<NR3>specifies the rotation angle of the specified visual trigger area.
shape
property
¶
shape: VisualAreaItemShape
Return the VISual:AREA<x>:SHAPE command.
Description
- Selects the initial shape of area
.
Usage
- Using the
.query()method will send theVISual:AREA<x>:SHAPE?query. - Using the
.verify(value)method will send theVISual:AREA<x>:SHAPE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theVISual:AREA<x>:SHAPE valuecommand.
SCPI Syntax
- VISual:AREA<x>:SHAPE {HEXAgon|RECTangle|TRAPezoid|TRIAngle}
- VISual:AREA<x>:SHAPE?
Info
HEXAGONsets the initial shape of the selected area to a hexagon.RECTANGLEsets the initial shape of the selected area to a rectangle.TRAPEZOIDsets the initial shape of the selected area to a trapezoid.TRIANGLEsets the initial shape of the selected area to a triangle.
showlogic
property
¶
showlogic: VisualAreaItemShowlogic
Return the VISual:AREA<x>:SHOWLOGic command.
Description
- Causes area Source and Operation indicators to be hidden or displayed on screen.
Queries the status of this feature. All areas are turned on and off together. The
is reserved for future use.
Usage
- Using the
.query()method will send theVISual:AREA<x>:SHOWLOGic?query. - Using the
.verify(value)method will send theVISual:AREA<x>:SHOWLOGic?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theVISual:AREA<x>:SHOWLOGic valuecommand.
SCPI Syntax
- VISual:AREA<x>:SHOWLOGic {ON|OFF}
- VISual:AREA<x>:SHOWLOGic?
Info
ONshows the definition (source, operation, and area label) of each area within the graphical display of that area.OFFremoves the definitions from the display.
source
property
¶
source: dict[int, VisualAreaItemSourceItem]
Return the VISual:AREA<x>:SOURCE<x> command.
Description
- Selects or queries the signal source for the area
. The source can only be an analog channel. You can enter the command as VISUAL:AREA<x>:SOURCEorVISUAL:AREA<x>:SOURCE1.
Usage
- Using the
.query()method will send theVISual:AREA<x>:SOURCE<x>?query. - Using the
.verify(value)method will send theVISual:AREA<x>:SOURCE<x>?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theVISual:AREA<x>:SOURCE<x> valuecommand.
SCPI Syntax
- VISual:AREA<x>:SOURCE<x> {WFMCH<x>}
- VISual:AREA<x>:SOURCE<x>?
Info
WFMCH1indicates that the analog channel 1 waveform is used as the signal source for the area. The other three channels have the same syntax.
vertices
property
¶
vertices: VisualAreaItemVertices
Return the VISual:AREA<x>:VERTICES command.
Description
- Sets or queries the polygon vertex x and y coordinate values for an area. You must set vertex values in pairs; you can set 3, 4, or 6 pairs (no pentagons are allowed).
Usage
- Using the
.query()method will send theVISual:AREA<x>:VERTICES?query. - Using the
.verify(value)method will send theVISual:AREA<x>:VERTICES?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theVISual:AREA<x>:VERTICES valuecommand.
SCPI Syntax
- VISual:AREA<x>:VERTICES {<NR3>,<NR3>,<NR3>,<NR3>,<NR3>,<NR3> [,<NR3>,<NR3>,<NR3>,<NR3>[,<NR3>,<NR3>]]}
- VISual:AREA<x>:VERTICES?
width
property
¶
width: VisualAreaItemWidth
Return the VISual:AREA<x>:WIDTH command.
Description
- This command sets or queries the width of the specified visual trigger area. The area is specified by x. The value of x can range from 1 to 8.
Usage
- Using the
.query()method will send theVISual:AREA<x>:WIDTH?query. - Using the
.verify(value)method will send theVISual:AREA<x>:WIDTH?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theVISual:AREA<x>:WIDTH valuecommand.
SCPI Syntax
- VISual:AREA<x>:WIDTH <nr3>
- VISual:AREA<x>:WIDTH?
Info
<NR3>specifies the width of the visual trigger area.
xposition
property
¶
xposition: VisualAreaItemXposition
Return the VISual:AREA<x>:XPOSition command.
Description
- This command sets or queries horizontal position of specified visual trigger area. The area is specified by x. The value of x can range from 1 to 8.
Usage
- Using the
.query()method will send theVISual:AREA<x>:XPOSition?query. - Using the
.verify(value)method will send theVISual:AREA<x>:XPOSition?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theVISual:AREA<x>:XPOSition valuecommand.
SCPI Syntax
- VISual:AREA<x>:XPOSition <nr3>
- VISual:AREA<x>:XPOSition?
Info
<NR3>specifies the horizontal position of the center of the visual trigger area.
yposition
property
¶
yposition: VisualAreaItemYposition
Return the VISual:AREA<x>:YPOSition command.
Description
- This command sets or queries vertical position of the specified visual trigger area. The area is specified by x. The value of x can range from 1 to 8.
Usage
- Using the
.query()method will send theVISual:AREA<x>:YPOSition?query. - Using the
.verify(value)method will send theVISual:AREA<x>:YPOSition?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theVISual:AREA<x>:YPOSition valuecommand.
SCPI Syntax
- VISual:AREA<x>:YPOSition <nr3>
- VISual:AREA<x>:YPOSition?
Info
<NR3>specifies the vertical position of the center of the visual trigger area.
VisualAreaItemDisplay
¶
Bases: SCPICmdWrite, SCPICmdRead
The VISual:AREA<x>:DISplay command.
Description
- Causes the areas to be hidden or displayed on the oscilloscope screen. Queries the status
of the area display. All areas are set On or Off together. The
in the command is reserved for future use.
Usage
- Using the
.query()method will send theVISual:AREA<x>:DISplay?query. - Using the
.verify(value)method will send theVISual:AREA<x>:DISplay?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theVISual:AREA<x>:DISplay valuecommand.
SCPI Syntax
- VISual:AREA<x>:DISplay {ON|OFF}
- VISual:AREA<x>:DISplay?
Info
ONcauses the areas to appear on screen.Offhides the areas.
VisualAreaItemFlip
¶
Bases: SCPICmdWrite
The VISual:AREA<x>:FLIP command.
Description
- This command flips the specified visual trigger area. The area is specified by x. The value of x can range from 1 to 8.
Usage
- Using the
.write(value)method will send theVISual:AREA<x>:FLIP valuecommand.
SCPI Syntax
- VISual:AREA<x>:FLIP {HORIZONTAL|VERTICAL}
Info
HORIZONTALspecifies to flip the area in the horizontal direction.VERTICALspecifies to flip the area in the vertical direction.
VisualAreaItemHeight
¶
Bases: SCPICmdWrite, SCPICmdRead
The VISual:AREA<x>:HEIGHT command.
Description
- This command sets or queries the height of the specified visual trigger area. The area is specified by x. The value of x can range from 1 to 8.
Usage
- Using the
.query()method will send theVISual:AREA<x>:HEIGHT?query. - Using the
.verify(value)method will send theVISual:AREA<x>:HEIGHT?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theVISual:AREA<x>:HEIGHT valuecommand.
SCPI Syntax
- VISual:AREA<x>:HEIGHT <nr3>
- VISual:AREA<x>:HEIGHT?
Info
<NR3>specifies the height of the specified visual trigger area.
VisualAreaItemLabel
¶
Bases: SCPICmdWrite, SCPICmdRead
The VISual:AREA<x>:LABel command.
Description
- This command sets or queries the label of the specified visual trigger area. The area is specified by x. The value of x can range from 1 to 8.
Usage
- Using the
.query()method will send theVISual:AREA<x>:LABel?query. - Using the
.verify(value)method will send theVISual:AREA<x>:LABel?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theVISual:AREA<x>:LABel valuecommand.
SCPI Syntax
- VISual:AREA<x>:LABel <string>
- VISual:AREA<x>:LABel?
Info
<string>specifies the label for the area.
VisualAreaItemOperationItem
¶
Bases: ValidatedDynamicNumberCmd, SCPICmdWrite, SCPICmdRead
The VISual:AREA<x>:OPERATION<x> command.
Description
- Sets or queries the operation of the area specified by
. You can enter the command as VISUAL:AREA<x>:OPERATIONorVISUAL:AREA<x>:OPERATION1.
Usage
- Using the
.query()method will send theVISual:AREA<x>:OPERATION<x>?query. - Using the
.verify(value)method will send theVISual:AREA<x>:OPERATION<x>?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theVISual:AREA<x>:OPERATION<x> valuecommand.
SCPI Syntax
- VISual:AREA<x>:OPERATION<x> {IN|OUT}
- VISual:AREA<x>:OPERATION<x>?
Info
INspecifies that the selected source must pass through the specified area.OUTspecifies that the selected source must NOT pass through the specified area.
VisualAreaItemRotation
¶
Bases: SCPICmdWrite, SCPICmdRead
The VISual:AREA<x>:ROTAtion command.
Description
- This command sets or queries the rotation angle of the specified visual trigger area. The area is specified by x. The value of x can range from 1 to 8.
Usage
- Using the
.query()method will send theVISual:AREA<x>:ROTAtion?query. - Using the
.verify(value)method will send theVISual:AREA<x>:ROTAtion?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theVISual:AREA<x>:ROTAtion valuecommand.
SCPI Syntax
- VISual:AREA<x>:ROTAtion <nr3>
- VISual:AREA<x>:ROTAtion?
Info
<NR3>specifies the rotation angle of the specified visual trigger area.
VisualAreaItemShape
¶
Bases: SCPICmdWrite, SCPICmdRead
The VISual:AREA<x>:SHAPE command.
Description
- Selects the initial shape of area
.
Usage
- Using the
.query()method will send theVISual:AREA<x>:SHAPE?query. - Using the
.verify(value)method will send theVISual:AREA<x>:SHAPE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theVISual:AREA<x>:SHAPE valuecommand.
SCPI Syntax
- VISual:AREA<x>:SHAPE {HEXAgon|RECTangle|TRAPezoid|TRIAngle}
- VISual:AREA<x>:SHAPE?
Info
HEXAGONsets the initial shape of the selected area to a hexagon.RECTANGLEsets the initial shape of the selected area to a rectangle.TRAPEZOIDsets the initial shape of the selected area to a trapezoid.TRIANGLEsets the initial shape of the selected area to a triangle.
VisualAreaItemShowlogic
¶
Bases: SCPICmdWrite, SCPICmdRead
The VISual:AREA<x>:SHOWLOGic command.
Description
- Causes area Source and Operation indicators to be hidden or displayed on screen. Queries
the status of this feature. All areas are turned on and off together. The
is reserved for future use.
Usage
- Using the
.query()method will send theVISual:AREA<x>:SHOWLOGic?query. - Using the
.verify(value)method will send theVISual:AREA<x>:SHOWLOGic?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theVISual:AREA<x>:SHOWLOGic valuecommand.
SCPI Syntax
- VISual:AREA<x>:SHOWLOGic {ON|OFF}
- VISual:AREA<x>:SHOWLOGic?
Info
ONshows the definition (source, operation, and area label) of each area within the graphical display of that area.OFFremoves the definitions from the display.
VisualAreaItemSourceItem
¶
Bases: ValidatedDynamicNumberCmd, SCPICmdWrite, SCPICmdRead
The VISual:AREA<x>:SOURCE<x> command.
Description
- Selects or queries the signal source for the area
. The source can only be an analog channel. You can enter the command as VISUAL:AREA<x>:SOURCEorVISUAL:AREA<x>:SOURCE1.
Usage
- Using the
.query()method will send theVISual:AREA<x>:SOURCE<x>?query. - Using the
.verify(value)method will send theVISual:AREA<x>:SOURCE<x>?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theVISual:AREA<x>:SOURCE<x> valuecommand.
SCPI Syntax
- VISual:AREA<x>:SOURCE<x> {WFMCH<x>}
- VISual:AREA<x>:SOURCE<x>?
Info
WFMCH1indicates that the analog channel 1 waveform is used as the signal source for the area. The other three channels have the same syntax.
VisualAreaItemVertices
¶
Bases: SCPICmdWrite, SCPICmdRead
The VISual:AREA<x>:VERTICES command.
Description
- Sets or queries the polygon vertex x and y coordinate values for an area. You must set vertex values in pairs; you can set 3, 4, or 6 pairs (no pentagons are allowed).
Usage
- Using the
.query()method will send theVISual:AREA<x>:VERTICES?query. - Using the
.verify(value)method will send theVISual:AREA<x>:VERTICES?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theVISual:AREA<x>:VERTICES valuecommand.
SCPI Syntax
- VISual:AREA<x>:VERTICES {<NR3>,<NR3>,<NR3>,<NR3>,<NR3>,<NR3> [,<NR3>,<NR3>,<NR3>,<NR3>[,<NR3>,<NR3>]]}
- VISual:AREA<x>:VERTICES?
VisualAreaItemWidth
¶
Bases: SCPICmdWrite, SCPICmdRead
The VISual:AREA<x>:WIDTH command.
Description
- This command sets or queries the width of the specified visual trigger area. The area is specified by x. The value of x can range from 1 to 8.
Usage
- Using the
.query()method will send theVISual:AREA<x>:WIDTH?query. - Using the
.verify(value)method will send theVISual:AREA<x>:WIDTH?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theVISual:AREA<x>:WIDTH valuecommand.
SCPI Syntax
- VISual:AREA<x>:WIDTH <nr3>
- VISual:AREA<x>:WIDTH?
Info
<NR3>specifies the width of the visual trigger area.
VisualAreaItemXposition
¶
Bases: SCPICmdWrite, SCPICmdRead
The VISual:AREA<x>:XPOSition command.
Description
- This command sets or queries horizontal position of specified visual trigger area. The area is specified by x. The value of x can range from 1 to 8.
Usage
- Using the
.query()method will send theVISual:AREA<x>:XPOSition?query. - Using the
.verify(value)method will send theVISual:AREA<x>:XPOSition?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theVISual:AREA<x>:XPOSition valuecommand.
SCPI Syntax
- VISual:AREA<x>:XPOSition <nr3>
- VISual:AREA<x>:XPOSition?
Info
<NR3>specifies the horizontal position of the center of the visual trigger area.
VisualAreaItemYposition
¶
Bases: SCPICmdWrite, SCPICmdRead
The VISual:AREA<x>:YPOSition command.
Description
- This command sets or queries vertical position of the specified visual trigger area. The area is specified by x. The value of x can range from 1 to 8.
Usage
- Using the
.query()method will send theVISual:AREA<x>:YPOSition?query. - Using the
.verify(value)method will send theVISual:AREA<x>:YPOSition?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theVISual:AREA<x>:YPOSition valuecommand.
SCPI Syntax
- VISual:AREA<x>:YPOSition <nr3>
- VISual:AREA<x>:YPOSition?
Info
<NR3>specifies the vertical position of the center of the visual trigger area.
VisualAreacolor
¶
Bases: SCPICmdWrite, SCPICmdRead
The VISual:AREACOLOr command.
Description
- This command sets or queries the colors used by visual trigger areas.
Usage
- Using the
.query()method will send theVISual:AREACOLOr?query. - Using the
.verify(value)method will send theVISual:AREACOLOr?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theVISual:AREACOLOr valuecommand.
SCPI Syntax
- VISual:AREACOLOr {DEFAULT|INHERIT}
- VISual:AREACOLOr?
Info
DEFAULTsets visual trigger areas to use the default blue color.INHERITsets visual trigger areas to inherit the color of the channel.
VisualAspectratio
¶
Bases: SCPICmdWrite, SCPICmdRead
The VISual:ASPECTratio command.
Description
- This command sets or queries the aspect ratio setting of the visual trigger system.
Usage
- Using the
.query()method will send theVISual:ASPECTratio?query. - Using the
.verify(value)method will send theVISual:ASPECTratio?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theVISual:ASPECTratio valuecommand.
SCPI Syntax
- VISual:ASPECTratio {ON|OFF|<NR1>}
- VISual:ASPECTratio?
Info
<NR1>= 0 disables the function; any other value enables it.OFFdisables the function.ONenables keeping the aspect ratio constant.
VisualDeletearea
¶
Bases: SCPICmdWrite
The VISual:DELETEAREA command.
Description
- This command deletes the specified visual trigger area. The area is specified by x. The value of x can range from 1 to 8.
Usage
- Using the
.write(value)method will send theVISual:DELETEAREA valuecommand.
SCPI Syntax
- VISual:DELETEAREA <1-8>
VisualEnable
¶
Bases: SCPICmdWrite, SCPICmdRead
The VISual:ENAble command.
Description
- Enables or disables the visual triggering. Queries the status (on or off) of the visual triggering. This does not refer to the option key.
Usage
- Using the
.query()method will send theVISual:ENAble?query. - Using the
.verify(value)method will send theVISual:ENAble?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theVISual:ENAble valuecommand.
SCPI Syntax
- VISual:ENAble {ON|OFF}
- VISual:ENAble?
Info
ONenables the visual triggering feature.OFFdisables the visual triggering feature.
VisualFile
¶
Bases: SCPICmdRead
The VISual:FILE command tree.
Usage
- Using the
.query()method will send theVISual:FILE?query. - Using the
.verify(value)method will send theVISual:FILE?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.recall: TheVISual:FILE:RECALLcommand..save: TheVISual:FILE:SAVEcommand.
recall
property
¶
recall: VisualFileRecall
Return the VISual:FILE:RECALL command.
Description
- Recalls a file of Visual Trigger Parameters, updating the database appropriately. The file is stored in the form of programmer interface commands, which are human readable.
Usage
- Using the
.write(value)method will send theVISual:FILE:RECALL valuecommand.
SCPI Syntax
- VISual:FILE:RECALL <string>
save
property
¶
save: VisualFileSave
Return the VISual:FILE:SAVE command.
Description
- Saves only the Visual Trigger Parameters, to a file that you name in the
. The file is stored in the form of programmer interface commands, which are human readable.
Usage
- Using the
.write(value)method will send theVISual:FILE:SAVE valuecommand.
SCPI Syntax
- VISual:FILE:SAVE <string>
Info
<string>is the complete path and file name where you want to store the visual trigger parameters. This can be a local or network drive.
VisualFileRecall
¶
Bases: SCPICmdWrite
The VISual:FILE:RECALL command.
Description
- Recalls a file of Visual Trigger Parameters, updating the database appropriately. The file is stored in the form of programmer interface commands, which are human readable.
Usage
- Using the
.write(value)method will send theVISual:FILE:RECALL valuecommand.
SCPI Syntax
- VISual:FILE:RECALL <string>
VisualFileSave
¶
Bases: SCPICmdWrite
The VISual:FILE:SAVE command.
Description
- Saves only the Visual Trigger Parameters, to a file that you name in the
. The file is stored in the form of programmer interface commands, which are human readable.
Usage
- Using the
.write(value)method will send theVISual:FILE:SAVE valuecommand.
SCPI Syntax
- VISual:FILE:SAVE <string>
Info
<string>is the complete path and file name where you want to store the visual trigger parameters. This can be a local or network drive.