plot
¶
The plot commands module.
These commands are used in the following models: DPO7AX
THIS FILE IS AUTO-GENERATED, IT SHOULD NOT BE MANUALLY MODIFIED.
Please report an issue if one is found.
Commands and Queries
- PLOT:ADDNew <QString>
- PLOT:DELete <QString>
- PLOT:LIST?
- PLOT:PLOT<x>:BATHtub:BER <NR1>
- PLOT:PLOT<x>:BATHtub:BER?
- PLOT:PLOT<x>:BATHtub:XAXISUnits {UNITIntervals|SECOnds}
- PLOT:PLOT<x>:BATHtub:XAXISUnits?
- PLOT:PLOT<x>:BITType {ALLBits|TRANSition|NONTRANsition}
- PLOT:PLOT<x>:BITType?
- PLOT:PLOT<x>:DDJHistogram {ON|OFF|1|0}
- PLOT:PLOT<x>:DDJHistogram?
- PLOT:PLOT<x>:EXPORTRaw?
- PLOT:PLOT<x>:EXTENDuis <NR1>
- PLOT:PLOT<x>:EXTENDuis?
- PLOT:PLOT<x>:EYERender {FAst|COMPlete|CDOTs}
- PLOT:PLOT<x>:EYERender?
- PLOT:PLOT<x>:LABel:COLor <QString>
- PLOT:PLOT<x>:LABel:COLor?
- PLOT:PLOT<x>:LABel:FONT:BOLD {ON|OFF|<NR1>}
- PLOT:PLOT<x>:LABel:FONT:BOLD?
- PLOT:PLOT<x>:LABel:FONT:ITALic {ON|OFF|<NR1>}
- PLOT:PLOT<x>:LABel:FONT:ITALic?
- PLOT:PLOT<x>:LABel:FONT:SIZE <NR1>
- PLOT:PLOT<x>:LABel:FONT:SIZE?
- PLOT:PLOT<x>:LABel:FONT:TYPE <QString>
- PLOT:PLOT<x>:LABel:FONT:TYPE?
- PLOT:PLOT<x>:LABel:FONT:UNDERline {ON|OFF|<NR1>}
- PLOT:PLOT<x>:LABel:FONT:UNDERline?
- PLOT:PLOT<x>:LABel:NAMe <QString>
- PLOT:PLOT<x>:LABel:NAMe?
- PLOT:PLOT<x>:LABel:XPOS <NR3>
- PLOT:PLOT<x>:LABel:XPOS?
- PLOT:PLOT<x>:LABel:YPOS <NR3>
- PLOT:PLOT<x>:LABel:YPOS?
- PLOT:PLOT<x>:MASK?
- PLOT:PLOT<x>:MASKOffset:HORizontal:AUTOfit {ON|OFF}
- PLOT:PLOT<x>:MASKOffset:HORizontal:AUTOfit?
- PLOT:PLOT<x>:MASKOffset:PERCENTui:FROM <NR3>
- PLOT:PLOT<x>:MASKOffset:PERCENTui:FROM?
- PLOT:PLOT<x>:MASKOffset:PERCENTui:TO <NR3>
- PLOT:PLOT<x>:MASKOffset:PERCENTui:TO?
- PLOT:PLOT<x>:MASKTESTTYPE {OFF|MHITs|MMARgin}
- PLOT:PLOT<x>:MASKTESTTYPE?
- PLOT:PLOT<x>:MMARgin:FTHReshold <NR3>
- PLOT:PLOT<x>:MMARgin:FTHReshold?
- PLOT:PLOT<x>:MMARgin:MHRThreshold <NR3>
- PLOT:PLOT<x>:MMARgin:MHRThreshold?
- PLOT:PLOT<x>:MMARgin:MHTHreshold <NR1>
- PLOT:PLOT<x>:MMARgin:MHTHreshold?
- PLOT:PLOT<x>:MMARgin:MMECriteria {THITs|HRATio}
- PLOT:PLOT<x>:MMARgin:MMECriteria?
- PLOT:PLOT<x>:MMARgin:STEPsize <NR3>
- PLOT:PLOT<x>:MMARgin:STEPsize?
- PLOT:PLOT<x>:NUMBins {TWENtyfive|FIFTY|HUNdred|TWOFifty|FIVEHundred|TWOThousand|MAXimum}
- PLOT:PLOT<x>:NUMBins?
- PLOT:PLOT<x>:PJHistogram {ON|OFF|1|0}
- PLOT:PLOT<x>:PJHistogram?
- PLOT:PLOT<x>:PTYPe {RMS|MAGNITUDE}
- PLOT:PLOT<x>:PTYPe?
- PLOT:PLOT<x>:RESult:MHRatio?
- PLOT:PLOT<x>:RESult:MMARgin?
- PLOT:PLOT<x>:RJHistogram {ON|OFF|1|0}
- PLOT:PLOT<x>:RJHistogram?
- PLOT:PLOT<x>:SOUrce1 MEAS<x>
- PLOT:PLOT<x>:SOUrce1?
- PLOT:PLOT<x>:SUBGroup:Display {ALL|ONEPAIRVI|ONEPAIRV|ONEPAIRI|PHASEONE|PHASETWO|PHASETHREE|ABC|DQ0}
- PLOT:PLOT<x>:SUBGroup:Display?
- PLOT:PLOT<x>:SUBGroup:TRENd {VRMS|IRMS|PHASE|FREQuency|TRPWR|REPWR|APPPWR|TRPWRSUM|REPWRSUM|APPPWRSUM|DCPWR|INPWR|OUTPWR|EFFiciency|TOTALEFFiciency|INPWRSUM|OUTPWRSUM|TRR|TA|TB}
- PLOT:PLOT<x>:SUBGroup:TRENd?
- PLOT:PLOT<x>:TJHistogram {ON|OFF|1|0}
- PLOT:PLOT<x>:TJHistogram?
- PLOT:PLOT<x>:TYPe {NONE|BATHTUB|EYEDIAGRAM|HISTOGRAM|CJHIST||TIMETREND|TRESPONSE|XY|XYZ}
Plot
¶
Bases: SCPICmdRead
The PLOT command tree.
Usage
- Using the
.query()method will send thePLOT?query. - Using the
.verify(value)method will send thePLOT?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.addnew: ThePLOT:ADDNewcommand..delete: ThePLOT:DELetecommand..list: ThePLOT:LISTcommand..plot: ThePLOT:PLOT<x>command tree.
addnew
property
¶
addnew: PlotAddnew
Return the PLOT:ADDNew command.
Description
- This command adds the specified plot.
Usage
- Using the
.write(value)method will send thePLOT:ADDNew valuecommand.
SCPI Syntax
- PLOT:ADDNew <QString>
Info
<QString>is the specified plot. The argument is of the form ’ PLOT‘, where ≥ 1.
delete
property
¶
delete: PlotDelete
Return the PLOT:DELete command.
Description
- This command deletes the specified plot.
Usage
- Using the
.write(value)method will send thePLOT:DELete valuecommand.
SCPI Syntax
- PLOT:DELete <QString>
Info
<QString>is the specified plot. Argument is of the form ‘PLOT‘, where is ≥ 1).
list
property
¶
list: PlotList
Return the PLOT:LIST command.
Description
- This command lists all currently defined plots.
Usage
- Using the
.query()method will send thePLOT:LIST?query. - Using the
.verify(value)method will send thePLOT:LIST?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- PLOT:LIST?
plot
property
¶
plot: dict[int, PlotPlotItem]
Return the PLOT:PLOT<x> command tree.
Usage
- Using the
.query()method will send thePLOT:PLOT<x>?query. - Using the
.verify(value)method will send thePLOT:PLOT<x>?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.bathtub: ThePLOT:PLOT<x>:BATHtubcommand tree..bittype: ThePLOT:PLOT<x>:BITTypecommand..ddjhistogram: ThePLOT:PLOT<x>:DDJHistogramcommand..exportraw: ThePLOT:PLOT<x>:EXPORTRawcommand..extenduis: ThePLOT:PLOT<x>:EXTENDuiscommand..eyerender: ThePLOT:PLOT<x>:EYERendercommand..label: ThePLOT:PLOT<x>:LABelcommand tree..mask: ThePLOT:PLOT<x>:MASKcommand..maskoffset: ThePLOT:PLOT<x>:MASKOffsetcommand tree..masktesttype: ThePLOT:PLOT<x>:MASKTESTTYPEcommand..mmargin: ThePLOT:PLOT<x>:MMARgincommand tree..numbins: ThePLOT:PLOT<x>:NUMBinscommand..pjhistogram: ThePLOT:PLOT<x>:PJHistogramcommand..ptype: ThePLOT:PLOT<x>:PTYPecommand..result: ThePLOT:PLOT<x>:RESultcommand tree..rjhistogram: ThePLOT:PLOT<x>:RJHistogramcommand..source1: ThePLOT:PLOT<x>:SOUrce1command..subgroup: ThePLOT:PLOT<x>:SUBGroupcommand tree..tjhistogram: ThePLOT:PLOT<x>:TJHistogramcommand..type: ThePLOT:PLOT<x>:TYPecommand.
PlotAddnew
¶
Bases: SCPICmdWrite
The PLOT:ADDNew command.
Description
- This command adds the specified plot.
Usage
- Using the
.write(value)method will send thePLOT:ADDNew valuecommand.
SCPI Syntax
- PLOT:ADDNew <QString>
Info
<QString>is the specified plot. The argument is of the form ’ PLOT‘, where ≥ 1.
PlotDelete
¶
Bases: SCPICmdWrite
The PLOT:DELete command.
Description
- This command deletes the specified plot.
Usage
- Using the
.write(value)method will send thePLOT:DELete valuecommand.
SCPI Syntax
- PLOT:DELete <QString>
Info
<QString>is the specified plot. Argument is of the form ‘PLOT‘, where is ≥ 1).
PlotList
¶
Bases: SCPICmdRead
The PLOT:LIST command.
Description
- This command lists all currently defined plots.
Usage
- Using the
.query()method will send thePLOT:LIST?query. - Using the
.verify(value)method will send thePLOT:LIST?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- PLOT:LIST?
PlotPlotItem
¶
Bases: ValidatedDynamicNumberCmd, SCPICmdRead
The PLOT:PLOT<x> command tree.
Usage
- Using the
.query()method will send thePLOT:PLOT<x>?query. - Using the
.verify(value)method will send thePLOT:PLOT<x>?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.bathtub: ThePLOT:PLOT<x>:BATHtubcommand tree..bittype: ThePLOT:PLOT<x>:BITTypecommand..ddjhistogram: ThePLOT:PLOT<x>:DDJHistogramcommand..exportraw: ThePLOT:PLOT<x>:EXPORTRawcommand..extenduis: ThePLOT:PLOT<x>:EXTENDuiscommand..eyerender: ThePLOT:PLOT<x>:EYERendercommand..label: ThePLOT:PLOT<x>:LABelcommand tree..mask: ThePLOT:PLOT<x>:MASKcommand..maskoffset: ThePLOT:PLOT<x>:MASKOffsetcommand tree..masktesttype: ThePLOT:PLOT<x>:MASKTESTTYPEcommand..mmargin: ThePLOT:PLOT<x>:MMARgincommand tree..numbins: ThePLOT:PLOT<x>:NUMBinscommand..pjhistogram: ThePLOT:PLOT<x>:PJHistogramcommand..ptype: ThePLOT:PLOT<x>:PTYPecommand..result: ThePLOT:PLOT<x>:RESultcommand tree..rjhistogram: ThePLOT:PLOT<x>:RJHistogramcommand..source1: ThePLOT:PLOT<x>:SOUrce1command..subgroup: ThePLOT:PLOT<x>:SUBGroupcommand tree..tjhistogram: ThePLOT:PLOT<x>:TJHistogramcommand..type: ThePLOT:PLOT<x>:TYPecommand.
bathtub
property
¶
bathtub: PlotPlotItemBathtub
Return the PLOT:PLOT<x>:BATHtub command tree.
Usage
- Using the
.query()method will send thePLOT:PLOT<x>:BATHtub?query. - Using the
.verify(value)method will send thePLOT:PLOT<x>:BATHtub?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.ber: ThePLOT:PLOT<x>:BATHtub:BERcommand..xaxisunits: ThePLOT:PLOT<x>:BATHtub:XAXISUnitscommand.
bittype
property
¶
bittype: PlotPlotItemBittype
Return the PLOT:PLOT<x>:BITType command.
Description
- This command sets or queries the bit type to display for the specified eye diagram plot.
Usage
- Using the
.query()method will send thePLOT:PLOT<x>:BITType?query. - Using the
.verify(value)method will send thePLOT:PLOT<x>:BITType?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send thePLOT:PLOT<x>:BITType valuecommand.
SCPI Syntax
- PLOT:PLOT<x>:BITType {ALLBits|TRANSition|NONTRANsition}
- PLOT:PLOT<x>:BITType?
Info
PLOT<x>is the plot number.ALLBitssets the eye diagram plot to show both transition and nontransition bits.TRANSitionsets the eye diagram plot to show only bits where a logic level transition occurs.NONTRANsitionsets the eye diagram plot to show only bits where no logic level transition occurs.
ddjhistogram
property
¶
ddjhistogram: PlotPlotItemDdjhistogram
Return the PLOT:PLOT<x>:DDJHistogram command.
Description
- Sets or queries the status of DDJ Histogram in composite histogram plot.
Usage
- Using the
.query()method will send thePLOT:PLOT<x>:DDJHistogram?query. - Using the
.verify(value)method will send thePLOT:PLOT<x>:DDJHistogram?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send thePLOT:PLOT<x>:DDJHistogram valuecommand.
SCPI Syntax
- PLOT:PLOT<x>:DDJHistogram {ON|OFF|1|0}
- PLOT:PLOT<x>:DDJHistogram?
Info
ONindicates that DDJHistogram is active.OFFindicates that DDJHistogram is off.1turns on DDJHistogram. Any number value other than 0 will turn DDJHistogram on.0turns off DDJHistogram.
exportraw
property
¶
exportraw: PlotPlotItemExportraw
Return the PLOT:PLOT<x>:EXPORTRaw command.
Description
- This command returns a binary stream of double values containing the x,y and hits
value. Use this command along with
MEASUREMENT:ADDMEAS TIE,PLOT:PLOT1:TYPE EYEDIAGRAM,DISplay:SELect:VIEWplotview1 to export the eye diagram plot data.
Usage
- Using the
.query()method will send thePLOT:PLOT<x>:EXPORTRaw?query. - Using the
.verify(value)method will send thePLOT:PLOT<x>:EXPORTRaw?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- PLOT:PLOT<x>:EXPORTRaw?
extenduis
property
¶
extenduis: PlotPlotItemExtenduis
Return the PLOT:PLOT<x>:EXTENDuis command.
Description
- This command sets or queries number of UIs surrounding the eye boundary UIs that are used for fast eye rendering.
Usage
- Using the
.query()method will send thePLOT:PLOT<x>:EXTENDuis?query. - Using the
.verify(value)method will send thePLOT:PLOT<x>:EXTENDuis?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send thePLOT:PLOT<x>:EXTENDuis valuecommand.
SCPI Syntax
- PLOT:PLOT<x>:EXTENDuis <NR1>
- PLOT:PLOT<x>:EXTENDuis?
Info
PLOT<x>is the plot number.<NR1>is the number of surrounding UIs.
eyerender
property
¶
eyerender: PlotPlotItemEyerender
Return the PLOT:PLOT<x>:EYERender command.
Description
- This command sets or queries the eye rendering method for the specified plot.
Usage
- Using the
.query()method will send thePLOT:PLOT<x>:EYERender?query. - Using the
.verify(value)method will send thePLOT:PLOT<x>:EYERender?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send thePLOT:PLOT<x>:EYERender valuecommand.
SCPI Syntax
- PLOT:PLOT<x>:EYERender {FAst|COMPlete|CDOTs}
- PLOT:PLOT<x>:EYERender?
Info
PLOT<x>is the plot number.FAstsets the eye rendering method to fast.COMPletesets the eye rendering method to complete.CDOTssets the eye rendering method to Complete Dots rendering.
label
property
¶
label: PlotPlotItemLabel
Return the PLOT:PLOT<x>:LABel command tree.
Usage
- Using the
.query()method will send thePLOT:PLOT<x>:LABel?query. - Using the
.verify(value)method will send thePLOT:PLOT<x>:LABel?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.color: ThePLOT:PLOT<x>:LABel:COLorcommand..font: ThePLOT:PLOT<x>:LABel:FONTcommand tree..name: ThePLOT:PLOT<x>:LABel:NAMecommand..xpos: ThePLOT:PLOT<x>:LABel:XPOScommand..ypos: ThePLOT:PLOT<x>:LABel:YPOScommand.
mask
property
¶
mask: PlotPlotItemMask
Return the PLOT:PLOT<x>:MASK command.
Description
- This command returns the name of the mask test associated with the specified eye diagram plot.
Usage
- Using the
.query()method will send thePLOT:PLOT<x>:MASK?query. - Using the
.verify(value)method will send thePLOT:PLOT<x>:MASK?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- PLOT:PLOT<x>:MASK?
Info
PLOT<x>is the plot number.
maskoffset
property
¶
maskoffset: PlotPlotItemMaskoffset
Return the PLOT:PLOT<x>:MASKOffset command tree.
Usage
- Using the
.query()method will send thePLOT:PLOT<x>:MASKOffset?query. - Using the
.verify(value)method will send thePLOT:PLOT<x>:MASKOffset?query and raise an AssertionError if the returned value does not matchvalue.
Info
PLOT<x>is the plot number.
Sub-properties
.horizontal: ThePLOT:PLOT<x>:MASKOffset:HORizontalcommand tree..percentui: ThePLOT:PLOT<x>:MASKOffset:PERCENTuicommand tree.
masktesttype
property
¶
masktesttype: PlotPlotItemMasktesttype
Return the PLOT:PLOT<x>:MASKTESTTYPE command.
Description
- This command sets or queries the eye mask test type for the specified eye diagram plot.
Usage
- Using the
.query()method will send thePLOT:PLOT<x>:MASKTESTTYPE?query. - Using the
.verify(value)method will send thePLOT:PLOT<x>:MASKTESTTYPE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send thePLOT:PLOT<x>:MASKTESTTYPE valuecommand.
SCPI Syntax
- PLOT:PLOT<x>:MASKTESTTYPE {OFF|MHITs|MMARgin}
- PLOT:PLOT<x>:MASKTESTTYPE?
Info
PLOT<x>is the plot number.OFFsets the mask test type to Off.MHITssets the mask test type to Mask Hits.MMARginsets the mask test type to Mask Margin.
mmargin
property
¶
mmargin: PlotPlotItemMmargin
Return the PLOT:PLOT<x>:MMARgin command tree.
Usage
- Using the
.query()method will send thePLOT:PLOT<x>:MMARgin?query. - Using the
.verify(value)method will send thePLOT:PLOT<x>:MMARgin?query and raise an AssertionError if the returned value does not matchvalue.
Info
PLOT<x>is the plot number.
Sub-properties
.fthreshold: ThePLOT:PLOT<x>:MMARgin:FTHResholdcommand..mhrthreshold: ThePLOT:PLOT<x>:MMARgin:MHRThresholdcommand..mhthreshold: ThePLOT:PLOT<x>:MMARgin:MHTHresholdcommand..mmecriteria: ThePLOT:PLOT<x>:MMARgin:MMECriteriacommand..stepsize: ThePLOT:PLOT<x>:MMARgin:STEPsizecommand.
numbins
property
¶
numbins: PlotPlotItemNumbins
Return the PLOT:PLOT<x>:NUMBins command.
Description
- This command sets or queries the current histogram/composite jitter histogram resolution.
Usage
- Using the
.query()method will send thePLOT:PLOT<x>:NUMBins?query. - Using the
.verify(value)method will send thePLOT:PLOT<x>:NUMBins?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send thePLOT:PLOT<x>:NUMBins valuecommand.
SCPI Syntax
- PLOT:PLOT<x>:NUMBins {TWENtyfive|FIFTY|HUNdred|TWOFifty|FIVEHundred|TWOThousand|MAXimum}
- PLOT:PLOT<x>:NUMBins?
Info
TWENtyfivesets the number of bins to 25.FIFTYsets the number of bins to 50.HUNdredsets the number of bins to 100.TWOFiftysets the number of bins to 250.FIVEHundredsets the number of bins to 500.TWOThousandsets the number of bins to 2000.MAXimumsets the number of bins to the maximum value.
pjhistogram
property
¶
pjhistogram: PlotPlotItemPjhistogram
Return the PLOT:PLOT<x>:PJHistogram command.
Description
- Sets or queries the status of PJ Histogram in composite histogram plot.
Usage
- Using the
.query()method will send thePLOT:PLOT<x>:PJHistogram?query. - Using the
.verify(value)method will send thePLOT:PLOT<x>:PJHistogram?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send thePLOT:PLOT<x>:PJHistogram valuecommand.
SCPI Syntax
- PLOT:PLOT<x>:PJHistogram {ON|OFF|1|0}
- PLOT:PLOT<x>:PJHistogram?
Info
ONindicates that PJHistogram is active.OFFindicates that PJHistogram is off.1turns on PJHistogram. Any number value other than 0 will turn PJHistogram on.0turns off PJHistogram.
ptype
property
¶
ptype: PlotPlotItemPtype
Return the PLOT:PLOT<x>:PTYPe command.
Description
- This command sets or returns the phasor type of the phasor diagram plot.
Usage
- Using the
.query()method will send thePLOT:PLOT<x>:PTYPe?query. - Using the
.verify(value)method will send thePLOT:PLOT<x>:PTYPe?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send thePLOT:PLOT<x>:PTYPe valuecommand.
SCPI Syntax
- PLOT:PLOT<x>:PTYPe {RMS|MAGNITUDE}
- PLOT:PLOT<x>:PTYPe?
Info
PLOT<x>is the plot number.RMSsets the phasor type to RMS.MAGNITUDEsets the phasor type to MAGNITUDE.
result
property
¶
result: PlotPlotItemResult
Return the PLOT:PLOT<x>:RESult command tree.
Usage
- Using the
.query()method will send thePLOT:PLOT<x>:RESult?query. - Using the
.verify(value)method will send thePLOT:PLOT<x>:RESult?query and raise an AssertionError if the returned value does not matchvalue.
Info
PLOT<x>is the plot number.
Sub-properties
.mhratio: ThePLOT:PLOT<x>:RESult:MHRatiocommand..mmargin: ThePLOT:PLOT<x>:RESult:MMARgincommand.
rjhistogram
property
¶
rjhistogram: PlotPlotItemRjhistogram
Return the PLOT:PLOT<x>:RJHistogram command.
Description
- Sets or queries the status of RJ Histogram in composite histogram plot.
Usage
- Using the
.query()method will send thePLOT:PLOT<x>:RJHistogram?query. - Using the
.verify(value)method will send thePLOT:PLOT<x>:RJHistogram?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send thePLOT:PLOT<x>:RJHistogram valuecommand.
SCPI Syntax
- PLOT:PLOT<x>:RJHistogram {ON|OFF|1|0}
- PLOT:PLOT<x>:RJHistogram?
Info
ONindicates that RJHistogram is active.OFFindicates that RJHistogram is off.1turns on RJHistogram. Any number value other than 0 will turn RJHistogram on.0turns off RJHistogram.
source1
property
¶
source1: PlotPlotItemSource1
Return the PLOT:PLOT<x>:SOUrce1 command.
Description
- This command sets or queries the plot source.
Usage
- Using the
.query()method will send thePLOT:PLOT<x>:SOUrce1?query. - Using the
.verify(value)method will send thePLOT:PLOT<x>:SOUrce1?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send thePLOT:PLOT<x>:SOUrce1 valuecommand.
SCPI Syntax
- PLOT:PLOT<x>:SOUrce1 MEAS<x>
- PLOT:PLOT<x>:SOUrce1?
Info
MEAS<x>is the specified measurement source for the specified plot.
subgroup
property
¶
subgroup: PlotPlotItemSubgroup
Return the PLOT:PLOT<x>:SUBGroup command tree.
Usage
- Using the
.query()method will send thePLOT:PLOT<x>:SUBGroup?query. - Using the
.verify(value)method will send thePLOT:PLOT<x>:SUBGroup?query and raise an AssertionError if the returned value does not matchvalue.
Info
PLOT<x>is the plot number.
Sub-properties
.display: ThePLOT:PLOT<x>:SUBGroup:Displaycommand..trend: ThePLOT:PLOT<x>:SUBGroup:TRENdcommand.
tjhistogram
property
¶
tjhistogram: PlotPlotItemTjhistogram
Return the PLOT:PLOT<x>:TJHistogram command.
Description
- Sets or queries the status of TJ Histogram in composite histogram plot
Usage
- Using the
.query()method will send thePLOT:PLOT<x>:TJHistogram?query. - Using the
.verify(value)method will send thePLOT:PLOT<x>:TJHistogram?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send thePLOT:PLOT<x>:TJHistogram valuecommand.
SCPI Syntax
- PLOT:PLOT<x>:TJHistogram {ON|OFF|1|0}
- PLOT:PLOT<x>:TJHistogram?
Info
ONindicates that TJHistogram is active.OFFindicates that TJHistogram is off.1turns on TJHistogram. Any number value other than 0 will turn TJHistogram on.0turns off TJHistogram.
type
property
¶
type: PlotPlotItemType
Return the PLOT:PLOT<x>:TYPe command.
Description
- This command sets or returns the current plot type of the specified plot.
Usage
- Using the
.write(value)method will send thePLOT:PLOT<x>:TYPe valuecommand.
SCPI Syntax
- PLOT:PLOT<x>:TYPe {NONE|BATHTUB|EYEDIAGRAM|HISTOGRAM|CJHIST||TIMETREND|TRESPONSE|XY|XYZ}
Info
<x>is the plot number. This is the equivalent of the number shown on a plot heading in the UI.NONEdoes not create a plot.BATHTUBcreates a bathtub plot.EYEDIAGRAMcreates an eye diagram. This plot type is not available on a 4 Series MSO instrument.HISTOGRAMcreates a histogram plot.TIMETRENDcreates a time trend plot.TRESPONSEcreates a response plot.XYcreates a XY plot.XYZcreates a XYZ plot.
PlotPlotItemBathtub
¶
Bases: SCPICmdRead
The PLOT:PLOT<x>:BATHtub command tree.
Usage
- Using the
.query()method will send thePLOT:PLOT<x>:BATHtub?query. - Using the
.verify(value)method will send thePLOT:PLOT<x>:BATHtub?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.ber: ThePLOT:PLOT<x>:BATHtub:BERcommand..xaxisunits: ThePLOT:PLOT<x>:BATHtub:XAXISUnitscommand.
ber
property
¶
Return the PLOT:PLOT<x>:BATHtub:BER command.
Description
- This command sets or queries the bathtub BER value.
Usage
- Using the
.query()method will send thePLOT:PLOT<x>:BATHtub:BER?query. - Using the
.verify(value)method will send thePLOT:PLOT<x>:BATHtub:BER?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send thePLOT:PLOT<x>:BATHtub:BER valuecommand.
SCPI Syntax
- PLOT:PLOT<x>:BATHtub:BER <NR1>
- PLOT:PLOT<x>:BATHtub:BER?
Info
<NR1>is the bathtub BER value.
xaxisunits
property
¶
xaxisunits: PlotPlotItemBathtubXaxisunits
Return the PLOT:PLOT<x>:BATHtub:XAXISUnits command.
Description
- This command sets or queries the X-Axis unit, either unit intervals or seconds.
Usage
- Using the
.query()method will send thePLOT:PLOT<x>:BATHtub:XAXISUnits?query. - Using the
.verify(value)method will send thePLOT:PLOT<x>:BATHtub:XAXISUnits?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send thePLOT:PLOT<x>:BATHtub:XAXISUnits valuecommand.
SCPI Syntax
- PLOT:PLOT<x>:BATHtub:XAXISUnits {UNITIntervals|SECOnds}
- PLOT:PLOT<x>:BATHtub:XAXISUnits?
Info
UNITIntervalsspecifies units as unit intervals.SECOndsspecifies units as seconds.
PlotPlotItemBathtubBer
¶
Bases: SCPICmdWrite, SCPICmdRead
The PLOT:PLOT<x>:BATHtub:BER command.
Description
- This command sets or queries the bathtub BER value.
Usage
- Using the
.query()method will send thePLOT:PLOT<x>:BATHtub:BER?query. - Using the
.verify(value)method will send thePLOT:PLOT<x>:BATHtub:BER?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send thePLOT:PLOT<x>:BATHtub:BER valuecommand.
SCPI Syntax
- PLOT:PLOT<x>:BATHtub:BER <NR1>
- PLOT:PLOT<x>:BATHtub:BER?
Info
<NR1>is the bathtub BER value.
PlotPlotItemBathtubXaxisunits
¶
Bases: SCPICmdWrite, SCPICmdRead
The PLOT:PLOT<x>:BATHtub:XAXISUnits command.
Description
- This command sets or queries the X-Axis unit, either unit intervals or seconds.
Usage
- Using the
.query()method will send thePLOT:PLOT<x>:BATHtub:XAXISUnits?query. - Using the
.verify(value)method will send thePLOT:PLOT<x>:BATHtub:XAXISUnits?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send thePLOT:PLOT<x>:BATHtub:XAXISUnits valuecommand.
SCPI Syntax
- PLOT:PLOT<x>:BATHtub:XAXISUnits {UNITIntervals|SECOnds}
- PLOT:PLOT<x>:BATHtub:XAXISUnits?
Info
UNITIntervalsspecifies units as unit intervals.SECOndsspecifies units as seconds.
PlotPlotItemBittype
¶
Bases: SCPICmdWrite, SCPICmdRead
The PLOT:PLOT<x>:BITType command.
Description
- This command sets or queries the bit type to display for the specified eye diagram plot.
Usage
- Using the
.query()method will send thePLOT:PLOT<x>:BITType?query. - Using the
.verify(value)method will send thePLOT:PLOT<x>:BITType?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send thePLOT:PLOT<x>:BITType valuecommand.
SCPI Syntax
- PLOT:PLOT<x>:BITType {ALLBits|TRANSition|NONTRANsition}
- PLOT:PLOT<x>:BITType?
Info
PLOT<x>is the plot number.ALLBitssets the eye diagram plot to show both transition and nontransition bits.TRANSitionsets the eye diagram plot to show only bits where a logic level transition occurs.NONTRANsitionsets the eye diagram plot to show only bits where no logic level transition occurs.
PlotPlotItemDdjhistogram
¶
Bases: SCPICmdWrite, SCPICmdRead
The PLOT:PLOT<x>:DDJHistogram command.
Description
- Sets or queries the status of DDJ Histogram in composite histogram plot.
Usage
- Using the
.query()method will send thePLOT:PLOT<x>:DDJHistogram?query. - Using the
.verify(value)method will send thePLOT:PLOT<x>:DDJHistogram?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send thePLOT:PLOT<x>:DDJHistogram valuecommand.
SCPI Syntax
- PLOT:PLOT<x>:DDJHistogram {ON|OFF|1|0}
- PLOT:PLOT<x>:DDJHistogram?
Info
ONindicates that DDJHistogram is active.OFFindicates that DDJHistogram is off.1turns on DDJHistogram. Any number value other than 0 will turn DDJHistogram on.0turns off DDJHistogram.
PlotPlotItemExportraw
¶
Bases: SCPICmdRead
The PLOT:PLOT<x>:EXPORTRaw command.
Description
- This command returns a binary stream of double values containing the x,y and hits value.
Use this command along with
MEASUREMENT:ADDMEAS TIE,PLOT:PLOT1:TYPE EYEDIAGRAM,DISplay:SELect:VIEWplotview1 to export the eye diagram plot data.
Usage
- Using the
.query()method will send thePLOT:PLOT<x>:EXPORTRaw?query. - Using the
.verify(value)method will send thePLOT:PLOT<x>:EXPORTRaw?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- PLOT:PLOT<x>:EXPORTRaw?
PlotPlotItemExtenduis
¶
Bases: SCPICmdWrite, SCPICmdRead
The PLOT:PLOT<x>:EXTENDuis command.
Description
- This command sets or queries number of UIs surrounding the eye boundary UIs that are used for fast eye rendering.
Usage
- Using the
.query()method will send thePLOT:PLOT<x>:EXTENDuis?query. - Using the
.verify(value)method will send thePLOT:PLOT<x>:EXTENDuis?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send thePLOT:PLOT<x>:EXTENDuis valuecommand.
SCPI Syntax
- PLOT:PLOT<x>:EXTENDuis <NR1>
- PLOT:PLOT<x>:EXTENDuis?
Info
PLOT<x>is the plot number.<NR1>is the number of surrounding UIs.
PlotPlotItemEyerender
¶
Bases: SCPICmdWrite, SCPICmdRead
The PLOT:PLOT<x>:EYERender command.
Description
- This command sets or queries the eye rendering method for the specified plot.
Usage
- Using the
.query()method will send thePLOT:PLOT<x>:EYERender?query. - Using the
.verify(value)method will send thePLOT:PLOT<x>:EYERender?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send thePLOT:PLOT<x>:EYERender valuecommand.
SCPI Syntax
- PLOT:PLOT<x>:EYERender {FAst|COMPlete|CDOTs}
- PLOT:PLOT<x>:EYERender?
Info
PLOT<x>is the plot number.FAstsets the eye rendering method to fast.COMPletesets the eye rendering method to complete.CDOTssets the eye rendering method to Complete Dots rendering.
PlotPlotItemLabel
¶
Bases: SCPICmdRead
The PLOT:PLOT<x>:LABel command tree.
Usage
- Using the
.query()method will send thePLOT:PLOT<x>:LABel?query. - Using the
.verify(value)method will send thePLOT:PLOT<x>:LABel?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.color: ThePLOT:PLOT<x>:LABel:COLorcommand..font: ThePLOT:PLOT<x>:LABel:FONTcommand tree..name: ThePLOT:PLOT<x>:LABel:NAMecommand..xpos: ThePLOT:PLOT<x>:LABel:XPOScommand..ypos: ThePLOT:PLOT<x>:LABel:YPOScommand.
color
property
¶
color: PlotPlotItemLabelColor
Return the PLOT:PLOT<x>:LABel:COLor command.
Description
- This command sets or queries the color of the specified trend label. This command/query only applies to Time Trend plots.
Usage
- Using the
.query()method will send thePLOT:PLOT<x>:LABel:COLor?query. - Using the
.verify(value)method will send thePLOT:PLOT<x>:LABel:COLor?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send thePLOT:PLOT<x>:LABel:COLor valuecommand.
SCPI Syntax
- PLOT:PLOT<x>:LABel:COLor <QString>
- PLOT:PLOT<x>:LABel:COLor?
Info
<QString>is the label color. The default color is specified by a quoted empty string, and is the only available color.
font
property
¶
font: PlotPlotItemLabelFont
Return the PLOT:PLOT<x>:LABel:FONT command tree.
Usage
- Using the
.query()method will send thePLOT:PLOT<x>:LABel:FONT?query. - Using the
.verify(value)method will send thePLOT:PLOT<x>:LABel:FONT?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.bold: ThePLOT:PLOT<x>:LABel:FONT:BOLDcommand..italic: ThePLOT:PLOT<x>:LABel:FONT:ITALiccommand..size: ThePLOT:PLOT<x>:LABel:FONT:SIZEcommand..type: ThePLOT:PLOT<x>:LABel:FONT:TYPEcommand..underline: ThePLOT:PLOT<x>:LABel:FONT:UNDERlinecommand.
name
property
¶
name: PlotPlotItemLabelName
Return the PLOT:PLOT<x>:LABel:NAMe command.
Description
- This command sets or queries the specified trend’s label. This command/query only applies to Time Trend plots.
Usage
- Using the
.query()method will send thePLOT:PLOT<x>:LABel:NAMe?query. - Using the
.verify(value)method will send thePLOT:PLOT<x>:LABel:NAMe?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send thePLOT:PLOT<x>:LABel:NAMe valuecommand.
SCPI Syntax
- PLOT:PLOT<x>:LABel:NAMe <QString>
- PLOT:PLOT<x>:LABel:NAMe?
Info
<QString>is the label.
xpos
property
¶
xpos: PlotPlotItemLabelXpos
Return the PLOT:PLOT<x>:LABel:XPOS command.
Description
- This command sets or queries the x-position of the specified trend label. This command/query only applies to Time Trend plots.
Usage
- Using the
.query()method will send thePLOT:PLOT<x>:LABel:XPOS?query. - Using the
.verify(value)method will send thePLOT:PLOT<x>:LABel:XPOS?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send thePLOT:PLOT<x>:LABel:XPOS valuecommand.
SCPI Syntax
- PLOT:PLOT<x>:LABel:XPOS <NR3>
- PLOT:PLOT<x>:LABel:XPOS?
Info
<NR3>is the y-position, in pixels relative to the left edge of the display, of the label.
ypos
property
¶
ypos: PlotPlotItemLabelYpos
Return the PLOT:PLOT<x>:LABel:YPOS command.
Description
- This command sets or queries the y-position of the specified trend label. This command/query only applies to Time Trend plots.
Usage
- Using the
.query()method will send thePLOT:PLOT<x>:LABel:YPOS?query. - Using the
.verify(value)method will send thePLOT:PLOT<x>:LABel:YPOS?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send thePLOT:PLOT<x>:LABel:YPOS valuecommand.
SCPI Syntax
- PLOT:PLOT<x>:LABel:YPOS <NR3>
- PLOT:PLOT<x>:LABel:YPOS?
Info
<NR3>is the x-position, in pixels relative to the left edge of the display, of the label.
PlotPlotItemLabelColor
¶
Bases: SCPICmdWrite, SCPICmdRead
The PLOT:PLOT<x>:LABel:COLor command.
Description
- This command sets or queries the color of the specified trend label. This command/query only applies to Time Trend plots.
Usage
- Using the
.query()method will send thePLOT:PLOT<x>:LABel:COLor?query. - Using the
.verify(value)method will send thePLOT:PLOT<x>:LABel:COLor?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send thePLOT:PLOT<x>:LABel:COLor valuecommand.
SCPI Syntax
- PLOT:PLOT<x>:LABel:COLor <QString>
- PLOT:PLOT<x>:LABel:COLor?
Info
<QString>is the label color. The default color is specified by a quoted empty string, and is the only available color.
PlotPlotItemLabelFont
¶
Bases: SCPICmdRead
The PLOT:PLOT<x>:LABel:FONT command tree.
Usage
- Using the
.query()method will send thePLOT:PLOT<x>:LABel:FONT?query. - Using the
.verify(value)method will send thePLOT:PLOT<x>:LABel:FONT?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.bold: ThePLOT:PLOT<x>:LABel:FONT:BOLDcommand..italic: ThePLOT:PLOT<x>:LABel:FONT:ITALiccommand..size: ThePLOT:PLOT<x>:LABel:FONT:SIZEcommand..type: ThePLOT:PLOT<x>:LABel:FONT:TYPEcommand..underline: ThePLOT:PLOT<x>:LABel:FONT:UNDERlinecommand.
bold
property
¶
Return the PLOT:PLOT<x>:LABel:FONT:BOLD command.
Description
- This command sets or queries the bold state of the specified trend label. This command/query only applies to Time Trend plots.
Usage
- Using the
.query()method will send thePLOT:PLOT<x>:LABel:FONT:BOLD?query. - Using the
.verify(value)method will send thePLOT:PLOT<x>:LABel:FONT:BOLD?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send thePLOT:PLOT<x>:LABel:FONT:BOLD valuecommand.
SCPI Syntax
- PLOT:PLOT<x>:LABel:FONT:BOLD {ON|OFF|<NR1>}
- PLOT:PLOT<x>:LABel:FONT:BOLD?
Info
<NR1>= 0 disables bold font; any other value turns this feature on.OFFdisables bold font.ONenables bold font.
italic
property
¶
italic: PlotPlotItemLabelFontItalic
Return the PLOT:PLOT<x>:LABel:FONT:ITALic command.
Description
- This command sets or queries the italic state of the specified trend label. This command/query only applies to Time Trend plots.
Usage
- Using the
.query()method will send thePLOT:PLOT<x>:LABel:FONT:ITALic?query. - Using the
.verify(value)method will send thePLOT:PLOT<x>:LABel:FONT:ITALic?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send thePLOT:PLOT<x>:LABel:FONT:ITALic valuecommand.
SCPI Syntax
- PLOT:PLOT<x>:LABel:FONT:ITALic {ON|OFF|<NR1>}
- PLOT:PLOT<x>:LABel:FONT:ITALic?
Info
<NR1>= 0 disables italic font; any other value turns this feature on.OFFdisables italic font.ONenables italic font.
size
property
¶
Return the PLOT:PLOT<x>:LABel:FONT:SIZE command.
Description
- This command sets or queries the font size of the specified trend label. This command/query only applies to Time Trend plots.
Usage
- Using the
.query()method will send thePLOT:PLOT<x>:LABel:FONT:SIZE?query. - Using the
.verify(value)method will send thePLOT:PLOT<x>:LABel:FONT:SIZE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send thePLOT:PLOT<x>:LABel:FONT:SIZE valuecommand.
SCPI Syntax
- PLOT:PLOT<x>:LABel:FONT:SIZE <NR1>
- PLOT:PLOT<x>:LABel:FONT:SIZE?
Info
<NR1>is the font size.
type
property
¶
Return the PLOT:PLOT<x>:LABel:FONT:TYPE command.
Description
- This command sets or queries the font type of the specified trend label, such as Arial or Times New Roman. This command/query only applies to Time Trend plots.
Usage
- Using the
.query()method will send thePLOT:PLOT<x>:LABel:FONT:TYPE?query. - Using the
.verify(value)method will send thePLOT:PLOT<x>:LABel:FONT:TYPE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send thePLOT:PLOT<x>:LABel:FONT:TYPE valuecommand.
SCPI Syntax
- PLOT:PLOT<x>:LABel:FONT:TYPE <QString>
- PLOT:PLOT<x>:LABel:FONT:TYPE?
Info
<QString>is the font type: Times New Roman, Arial, Frutiger LT Std 55 Roman, DejaVu Sans, DejaVu Sans Mono, Frutiger LT Std, Monospace, Sans Serif, Serif, Ubuntu, Ubuntu Condensed, and Ubuntu Mono.
underline
property
¶
underline: PlotPlotItemLabelFontUnderline
Return the PLOT:PLOT<x>:LABel:FONT:UNDERline command.
Description
- This command sets or queries the underline state of the specified trend label. This command/query only applies to Time Trend plots.
Usage
- Using the
.query()method will send thePLOT:PLOT<x>:LABel:FONT:UNDERline?query. - Using the
.verify(value)method will send thePLOT:PLOT<x>:LABel:FONT:UNDERline?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send thePLOT:PLOT<x>:LABel:FONT:UNDERline valuecommand.
SCPI Syntax
- PLOT:PLOT<x>:LABel:FONT:UNDERline {ON|OFF|<NR1>}
- PLOT:PLOT<x>:LABel:FONT:UNDERline?
Info
<NR1>= 0 disables underline font; any other value turns this feature on.OFFdisables underline font.ONenables underline font.
PlotPlotItemLabelFontBold
¶
Bases: SCPICmdWrite, SCPICmdRead
The PLOT:PLOT<x>:LABel:FONT:BOLD command.
Description
- This command sets or queries the bold state of the specified trend label. This command/query only applies to Time Trend plots.
Usage
- Using the
.query()method will send thePLOT:PLOT<x>:LABel:FONT:BOLD?query. - Using the
.verify(value)method will send thePLOT:PLOT<x>:LABel:FONT:BOLD?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send thePLOT:PLOT<x>:LABel:FONT:BOLD valuecommand.
SCPI Syntax
- PLOT:PLOT<x>:LABel:FONT:BOLD {ON|OFF|<NR1>}
- PLOT:PLOT<x>:LABel:FONT:BOLD?
Info
<NR1>= 0 disables bold font; any other value turns this feature on.OFFdisables bold font.ONenables bold font.
PlotPlotItemLabelFontItalic
¶
Bases: SCPICmdWrite, SCPICmdRead
The PLOT:PLOT<x>:LABel:FONT:ITALic command.
Description
- This command sets or queries the italic state of the specified trend label. This command/query only applies to Time Trend plots.
Usage
- Using the
.query()method will send thePLOT:PLOT<x>:LABel:FONT:ITALic?query. - Using the
.verify(value)method will send thePLOT:PLOT<x>:LABel:FONT:ITALic?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send thePLOT:PLOT<x>:LABel:FONT:ITALic valuecommand.
SCPI Syntax
- PLOT:PLOT<x>:LABel:FONT:ITALic {ON|OFF|<NR1>}
- PLOT:PLOT<x>:LABel:FONT:ITALic?
Info
<NR1>= 0 disables italic font; any other value turns this feature on.OFFdisables italic font.ONenables italic font.
PlotPlotItemLabelFontSize
¶
Bases: SCPICmdWrite, SCPICmdRead
The PLOT:PLOT<x>:LABel:FONT:SIZE command.
Description
- This command sets or queries the font size of the specified trend label. This command/query only applies to Time Trend plots.
Usage
- Using the
.query()method will send thePLOT:PLOT<x>:LABel:FONT:SIZE?query. - Using the
.verify(value)method will send thePLOT:PLOT<x>:LABel:FONT:SIZE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send thePLOT:PLOT<x>:LABel:FONT:SIZE valuecommand.
SCPI Syntax
- PLOT:PLOT<x>:LABel:FONT:SIZE <NR1>
- PLOT:PLOT<x>:LABel:FONT:SIZE?
Info
<NR1>is the font size.
PlotPlotItemLabelFontType
¶
Bases: SCPICmdWrite, SCPICmdRead
The PLOT:PLOT<x>:LABel:FONT:TYPE command.
Description
- This command sets or queries the font type of the specified trend label, such as Arial or Times New Roman. This command/query only applies to Time Trend plots.
Usage
- Using the
.query()method will send thePLOT:PLOT<x>:LABel:FONT:TYPE?query. - Using the
.verify(value)method will send thePLOT:PLOT<x>:LABel:FONT:TYPE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send thePLOT:PLOT<x>:LABel:FONT:TYPE valuecommand.
SCPI Syntax
- PLOT:PLOT<x>:LABel:FONT:TYPE <QString>
- PLOT:PLOT<x>:LABel:FONT:TYPE?
Info
<QString>is the font type: Times New Roman, Arial, Frutiger LT Std 55 Roman, DejaVu Sans, DejaVu Sans Mono, Frutiger LT Std, Monospace, Sans Serif, Serif, Ubuntu, Ubuntu Condensed, and Ubuntu Mono.
PlotPlotItemLabelFontUnderline
¶
Bases: SCPICmdWrite, SCPICmdRead
The PLOT:PLOT<x>:LABel:FONT:UNDERline command.
Description
- This command sets or queries the underline state of the specified trend label. This command/query only applies to Time Trend plots.
Usage
- Using the
.query()method will send thePLOT:PLOT<x>:LABel:FONT:UNDERline?query. - Using the
.verify(value)method will send thePLOT:PLOT<x>:LABel:FONT:UNDERline?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send thePLOT:PLOT<x>:LABel:FONT:UNDERline valuecommand.
SCPI Syntax
- PLOT:PLOT<x>:LABel:FONT:UNDERline {ON|OFF|<NR1>}
- PLOT:PLOT<x>:LABel:FONT:UNDERline?
Info
<NR1>= 0 disables underline font; any other value turns this feature on.OFFdisables underline font.ONenables underline font.
PlotPlotItemLabelName
¶
Bases: SCPICmdWrite, SCPICmdRead
The PLOT:PLOT<x>:LABel:NAMe command.
Description
- This command sets or queries the specified trend’s label. This command/query only applies to Time Trend plots.
Usage
- Using the
.query()method will send thePLOT:PLOT<x>:LABel:NAMe?query. - Using the
.verify(value)method will send thePLOT:PLOT<x>:LABel:NAMe?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send thePLOT:PLOT<x>:LABel:NAMe valuecommand.
SCPI Syntax
- PLOT:PLOT<x>:LABel:NAMe <QString>
- PLOT:PLOT<x>:LABel:NAMe?
Info
<QString>is the label.
PlotPlotItemLabelXpos
¶
Bases: SCPICmdWrite, SCPICmdRead
The PLOT:PLOT<x>:LABel:XPOS command.
Description
- This command sets or queries the x-position of the specified trend label. This command/query only applies to Time Trend plots.
Usage
- Using the
.query()method will send thePLOT:PLOT<x>:LABel:XPOS?query. - Using the
.verify(value)method will send thePLOT:PLOT<x>:LABel:XPOS?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send thePLOT:PLOT<x>:LABel:XPOS valuecommand.
SCPI Syntax
- PLOT:PLOT<x>:LABel:XPOS <NR3>
- PLOT:PLOT<x>:LABel:XPOS?
Info
<NR3>is the y-position, in pixels relative to the left edge of the display, of the label.
PlotPlotItemLabelYpos
¶
Bases: SCPICmdWrite, SCPICmdRead
The PLOT:PLOT<x>:LABel:YPOS command.
Description
- This command sets or queries the y-position of the specified trend label. This command/query only applies to Time Trend plots.
Usage
- Using the
.query()method will send thePLOT:PLOT<x>:LABel:YPOS?query. - Using the
.verify(value)method will send thePLOT:PLOT<x>:LABel:YPOS?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send thePLOT:PLOT<x>:LABel:YPOS valuecommand.
SCPI Syntax
- PLOT:PLOT<x>:LABel:YPOS <NR3>
- PLOT:PLOT<x>:LABel:YPOS?
Info
<NR3>is the x-position, in pixels relative to the left edge of the display, of the label.
PlotPlotItemMask
¶
Bases: SCPICmdRead
The PLOT:PLOT<x>:MASK command.
Description
- This command returns the name of the mask test associated with the specified eye diagram plot.
Usage
- Using the
.query()method will send thePLOT:PLOT<x>:MASK?query. - Using the
.verify(value)method will send thePLOT:PLOT<x>:MASK?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- PLOT:PLOT<x>:MASK?
Info
PLOT<x>is the plot number.
PlotPlotItemMaskoffset
¶
Bases: SCPICmdRead
The PLOT:PLOT<x>:MASKOffset command tree.
Usage
- Using the
.query()method will send thePLOT:PLOT<x>:MASKOffset?query. - Using the
.verify(value)method will send thePLOT:PLOT<x>:MASKOffset?query and raise an AssertionError if the returned value does not matchvalue.
Info
PLOT<x>is the plot number.
Properties
.horizontal: ThePLOT:PLOT<x>:MASKOffset:HORizontalcommand tree..percentui: ThePLOT:PLOT<x>:MASKOffset:PERCENTuicommand tree.
horizontal
property
¶
horizontal: PlotPlotItemMaskoffsetHorizontal
Return the PLOT:PLOT<x>:MASKOffset:HORizontal command tree.
Usage
- Using the
.query()method will send thePLOT:PLOT<x>:MASKOffset:HORizontal?query. - Using the
.verify(value)method will send thePLOT:PLOT<x>:MASKOffset:HORizontal?query and raise an AssertionError if the returned value does not matchvalue.
Info
PLOT<x>is the plot number.
Sub-properties
.autofit: ThePLOT:PLOT<x>:MASKOffset:HORizontal:AUTOfitcommand.
percentui
property
¶
percentui: PlotPlotItemMaskoffsetPercentui
Return the PLOT:PLOT<x>:MASKOffset:PERCENTui command tree.
Usage
- Using the
.query()method will send thePLOT:PLOT<x>:MASKOffset:PERCENTui?query. - Using the
.verify(value)method will send thePLOT:PLOT<x>:MASKOffset:PERCENTui?query and raise an AssertionError if the returned value does not matchvalue.
Info
PLOT<x>is the plot number.
Sub-properties
.from: ThePLOT:PLOT<x>:MASKOffset:PERCENTui:FROMcommand..to: ThePLOT:PLOT<x>:MASKOffset:PERCENTui:TOcommand.
PlotPlotItemMaskoffsetHorizontal
¶
Bases: SCPICmdRead
The PLOT:PLOT<x>:MASKOffset:HORizontal command tree.
Usage
- Using the
.query()method will send thePLOT:PLOT<x>:MASKOffset:HORizontal?query. - Using the
.verify(value)method will send thePLOT:PLOT<x>:MASKOffset:HORizontal?query and raise an AssertionError if the returned value does not matchvalue.
Info
PLOT<x>is the plot number.
Properties
.autofit: ThePLOT:PLOT<x>:MASKOffset:HORizontal:AUTOfitcommand.
autofit
property
¶
Return the PLOT:PLOT<x>:MASKOffset:HORizontal:AUTOfit command.
Description
- This command enables or disables eye mask autofit in the specified plot.
Usage
- Using the
.query()method will send thePLOT:PLOT<x>:MASKOffset:HORizontal:AUTOfit?query. - Using the
.verify(value)method will send thePLOT:PLOT<x>:MASKOffset:HORizontal:AUTOfit?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send thePLOT:PLOT<x>:MASKOffset:HORizontal:AUTOfit valuecommand.
SCPI Syntax
- PLOT:PLOT<x>:MASKOffset:HORizontal:AUTOfit {ON|OFF}
- PLOT:PLOT<x>:MASKOffset:HORizontal:AUTOfit?
Info
PLOT<x>is the plot number.ONenables eye mask autofit.OFFdisables eye mask autofit.
PlotPlotItemMaskoffsetHorizontalAutofit
¶
Bases: SCPICmdWrite, SCPICmdRead
The PLOT:PLOT<x>:MASKOffset:HORizontal:AUTOfit command.
Description
- This command enables or disables eye mask autofit in the specified plot.
Usage
- Using the
.query()method will send thePLOT:PLOT<x>:MASKOffset:HORizontal:AUTOfit?query. - Using the
.verify(value)method will send thePLOT:PLOT<x>:MASKOffset:HORizontal:AUTOfit?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send thePLOT:PLOT<x>:MASKOffset:HORizontal:AUTOfit valuecommand.
SCPI Syntax
- PLOT:PLOT<x>:MASKOffset:HORizontal:AUTOfit {ON|OFF}
- PLOT:PLOT<x>:MASKOffset:HORizontal:AUTOfit?
Info
PLOT<x>is the plot number.ONenables eye mask autofit.OFFdisables eye mask autofit.
PlotPlotItemMaskoffsetPercentui
¶
Bases: SCPICmdRead
The PLOT:PLOT<x>:MASKOffset:PERCENTui command tree.
Usage
- Using the
.query()method will send thePLOT:PLOT<x>:MASKOffset:PERCENTui?query. - Using the
.verify(value)method will send thePLOT:PLOT<x>:MASKOffset:PERCENTui?query and raise an AssertionError if the returned value does not matchvalue.
Info
PLOT<x>is the plot number.
Properties
.from: ThePLOT:PLOT<x>:MASKOffset:PERCENTui:FROMcommand..to: ThePLOT:PLOT<x>:MASKOffset:PERCENTui:TOcommand.
from_
property
¶
Return the PLOT:PLOT<x>:MASKOffset:PERCENTui:FROM command.
Description
- This command sets or queries the allowed range for the mask to move in the left direction. Only applies to eye diagram plots.
Usage
- Using the
.query()method will send thePLOT:PLOT<x>:MASKOffset:PERCENTui:FROM?query. - Using the
.verify(value)method will send thePLOT:PLOT<x>:MASKOffset:PERCENTui:FROM?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send thePLOT:PLOT<x>:MASKOffset:PERCENTui:FROM valuecommand.
SCPI Syntax
- PLOT:PLOT<x>:MASKOffset:PERCENTui:FROM <NR3>
- PLOT:PLOT<x>:MASKOffset:PERCENTui:FROM?
Info
PLOT<x>is the plot number.<NR3>is the allowed range in percentage for the mask to move in the left direction.
to
property
¶
Return the PLOT:PLOT<x>:MASKOffset:PERCENTui:TO command.
Description
- This command sets or queries the allowed range for the mask to move in the right direction. Only applies to eye diagram plots.
Usage
- Using the
.query()method will send thePLOT:PLOT<x>:MASKOffset:PERCENTui:TO?query. - Using the
.verify(value)method will send thePLOT:PLOT<x>:MASKOffset:PERCENTui:TO?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send thePLOT:PLOT<x>:MASKOffset:PERCENTui:TO valuecommand.
SCPI Syntax
- PLOT:PLOT<x>:MASKOffset:PERCENTui:TO <NR3>
- PLOT:PLOT<x>:MASKOffset:PERCENTui:TO?
Info
PLOT<x>is the plot number.<NR3>is the allowed range in percentage for the mask to move in the right direction.
PlotPlotItemMaskoffsetPercentuiFrom
¶
Bases: SCPICmdWrite, SCPICmdRead
The PLOT:PLOT<x>:MASKOffset:PERCENTui:FROM command.
Description
- This command sets or queries the allowed range for the mask to move in the left direction. Only applies to eye diagram plots.
Usage
- Using the
.query()method will send thePLOT:PLOT<x>:MASKOffset:PERCENTui:FROM?query. - Using the
.verify(value)method will send thePLOT:PLOT<x>:MASKOffset:PERCENTui:FROM?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send thePLOT:PLOT<x>:MASKOffset:PERCENTui:FROM valuecommand.
SCPI Syntax
- PLOT:PLOT<x>:MASKOffset:PERCENTui:FROM <NR3>
- PLOT:PLOT<x>:MASKOffset:PERCENTui:FROM?
Info
PLOT<x>is the plot number.<NR3>is the allowed range in percentage for the mask to move in the left direction.
PlotPlotItemMaskoffsetPercentuiTo
¶
Bases: SCPICmdWrite, SCPICmdRead
The PLOT:PLOT<x>:MASKOffset:PERCENTui:TO command.
Description
- This command sets or queries the allowed range for the mask to move in the right direction. Only applies to eye diagram plots.
Usage
- Using the
.query()method will send thePLOT:PLOT<x>:MASKOffset:PERCENTui:TO?query. - Using the
.verify(value)method will send thePLOT:PLOT<x>:MASKOffset:PERCENTui:TO?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send thePLOT:PLOT<x>:MASKOffset:PERCENTui:TO valuecommand.
SCPI Syntax
- PLOT:PLOT<x>:MASKOffset:PERCENTui:TO <NR3>
- PLOT:PLOT<x>:MASKOffset:PERCENTui:TO?
Info
PLOT<x>is the plot number.<NR3>is the allowed range in percentage for the mask to move in the right direction.
PlotPlotItemMasktesttype
¶
Bases: SCPICmdWrite, SCPICmdRead
The PLOT:PLOT<x>:MASKTESTTYPE command.
Description
- This command sets or queries the eye mask test type for the specified eye diagram plot.
Usage
- Using the
.query()method will send thePLOT:PLOT<x>:MASKTESTTYPE?query. - Using the
.verify(value)method will send thePLOT:PLOT<x>:MASKTESTTYPE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send thePLOT:PLOT<x>:MASKTESTTYPE valuecommand.
SCPI Syntax
- PLOT:PLOT<x>:MASKTESTTYPE {OFF|MHITs|MMARgin}
- PLOT:PLOT<x>:MASKTESTTYPE?
Info
PLOT<x>is the plot number.OFFsets the mask test type to Off.MHITssets the mask test type to Mask Hits.MMARginsets the mask test type to Mask Margin.
PlotPlotItemMmargin
¶
Bases: SCPICmdRead
The PLOT:PLOT<x>:MMARgin command tree.
Usage
- Using the
.query()method will send thePLOT:PLOT<x>:MMARgin?query. - Using the
.verify(value)method will send thePLOT:PLOT<x>:MMARgin?query and raise an AssertionError if the returned value does not matchvalue.
Info
PLOT<x>is the plot number.
Properties
.fthreshold: ThePLOT:PLOT<x>:MMARgin:FTHResholdcommand..mhrthreshold: ThePLOT:PLOT<x>:MMARgin:MHRThresholdcommand..mhthreshold: ThePLOT:PLOT<x>:MMARgin:MHTHresholdcommand..mmecriteria: ThePLOT:PLOT<x>:MMARgin:MMECriteriacommand..stepsize: ThePLOT:PLOT<x>:MMARgin:STEPsizecommand.
fthreshold
property
¶
fthreshold: PlotPlotItemMmarginFthreshold
Return the PLOT:PLOT<x>:MMARgin:FTHReshold command.
Description
- This command sets or returns the threshold of margin value that will cause a test failure.
Usage
- Using the
.query()method will send thePLOT:PLOT<x>:MMARgin:FTHReshold?query. - Using the
.verify(value)method will send thePLOT:PLOT<x>:MMARgin:FTHReshold?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send thePLOT:PLOT<x>:MMARgin:FTHReshold valuecommand.
SCPI Syntax
- PLOT:PLOT<x>:MMARgin:FTHReshold <NR3>
- PLOT:PLOT<x>:MMARgin:FTHReshold?
Info
PLOT<x>is the plot number.<NR3>sets the failure threshold.
mhrthreshold
property
¶
mhrthreshold: PlotPlotItemMmarginMhrthreshold
Return the PLOT:PLOT<x>:MMARgin:MHRThreshold command.
Description
- This command sets or returns the mask margin threshold in terms of mask hit ratio.
Usage
- Using the
.query()method will send thePLOT:PLOT<x>:MMARgin:MHRThreshold?query. - Using the
.verify(value)method will send thePLOT:PLOT<x>:MMARgin:MHRThreshold?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send thePLOT:PLOT<x>:MMARgin:MHRThreshold valuecommand.
SCPI Syntax
- PLOT:PLOT<x>:MMARgin:MHRThreshold <NR3>
- PLOT:PLOT<x>:MMARgin:MHRThreshold?
Info
PLOT<x>is the plot number.<NR3>sets the mask margin hit ratio threshold.
mhthreshold
property
¶
mhthreshold: PlotPlotItemMmarginMhthreshold
Return the PLOT:PLOT<x>:MMARgin:MHTHreshold command.
Description
- This command sets or returns the mask margin threshold in terms of total mask hits.
Usage
- Using the
.query()method will send thePLOT:PLOT<x>:MMARgin:MHTHreshold?query. - Using the
.verify(value)method will send thePLOT:PLOT<x>:MMARgin:MHTHreshold?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send thePLOT:PLOT<x>:MMARgin:MHTHreshold valuecommand.
SCPI Syntax
- PLOT:PLOT<x>:MMARgin:MHTHreshold <NR1>
- PLOT:PLOT<x>:MMARgin:MHTHreshold?
Info
PLOT:PLOT2:MMARgin:MHTHreshold 2500sets the mask margin threshold to 2500 for plot 2.PLOT:PLOT2:MMARgin:MHTHreshold?might returnPLOT:PLOT2:MMARgin:MHTHreshold 2500, indicating that the mask margin threshold is 2500 for plot 2.
mmecriteria
property
¶
mmecriteria: PlotPlotItemMmarginMmecriteria
Return the PLOT:PLOT<x>:MMARgin:MMECriteria command.
Description
- This command sets or queries mask margin stop condition.
Usage
- Using the
.query()method will send thePLOT:PLOT<x>:MMARgin:MMECriteria?query. - Using the
.verify(value)method will send thePLOT:PLOT<x>:MMARgin:MMECriteria?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send thePLOT:PLOT<x>:MMARgin:MMECriteria valuecommand.
SCPI Syntax
- PLOT:PLOT<x>:MMARgin:MMECriteria {THITs|HRATio}
- PLOT:PLOT<x>:MMARgin:MMECriteria?
Info
PLOT<x>is the plot number.THITssets the pass/fail criteria to Total Hits in mask.MMARginsets the pass/fail criteria to Hit Ratio.
stepsize
property
¶
stepsize: PlotPlotItemMmarginStepsize
Return the PLOT:PLOT<x>:MMARgin:STEPsize command.
Description
- This command sets or queries the step size used in mask margin for the specified eye diagram plot.
Usage
- Using the
.query()method will send thePLOT:PLOT<x>:MMARgin:STEPsize?query. - Using the
.verify(value)method will send thePLOT:PLOT<x>:MMARgin:STEPsize?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send thePLOT:PLOT<x>:MMARgin:STEPsize valuecommand.
SCPI Syntax
- PLOT:PLOT<x>:MMARgin:STEPsize <NR3>
- PLOT:PLOT<x>:MMARgin:STEPsize?
Info
PLOT<x>is the plot number.<NR3>sets the step size.
PlotPlotItemMmarginFthreshold
¶
Bases: SCPICmdWrite, SCPICmdRead
The PLOT:PLOT<x>:MMARgin:FTHReshold command.
Description
- This command sets or returns the threshold of margin value that will cause a test failure.
Usage
- Using the
.query()method will send thePLOT:PLOT<x>:MMARgin:FTHReshold?query. - Using the
.verify(value)method will send thePLOT:PLOT<x>:MMARgin:FTHReshold?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send thePLOT:PLOT<x>:MMARgin:FTHReshold valuecommand.
SCPI Syntax
- PLOT:PLOT<x>:MMARgin:FTHReshold <NR3>
- PLOT:PLOT<x>:MMARgin:FTHReshold?
Info
PLOT<x>is the plot number.<NR3>sets the failure threshold.
PlotPlotItemMmarginMhrthreshold
¶
Bases: SCPICmdWrite, SCPICmdRead
The PLOT:PLOT<x>:MMARgin:MHRThreshold command.
Description
- This command sets or returns the mask margin threshold in terms of mask hit ratio.
Usage
- Using the
.query()method will send thePLOT:PLOT<x>:MMARgin:MHRThreshold?query. - Using the
.verify(value)method will send thePLOT:PLOT<x>:MMARgin:MHRThreshold?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send thePLOT:PLOT<x>:MMARgin:MHRThreshold valuecommand.
SCPI Syntax
- PLOT:PLOT<x>:MMARgin:MHRThreshold <NR3>
- PLOT:PLOT<x>:MMARgin:MHRThreshold?
Info
PLOT<x>is the plot number.<NR3>sets the mask margin hit ratio threshold.
PlotPlotItemMmarginMhthreshold
¶
Bases: SCPICmdWrite, SCPICmdRead
The PLOT:PLOT<x>:MMARgin:MHTHreshold command.
Description
- This command sets or returns the mask margin threshold in terms of total mask hits.
Usage
- Using the
.query()method will send thePLOT:PLOT<x>:MMARgin:MHTHreshold?query. - Using the
.verify(value)method will send thePLOT:PLOT<x>:MMARgin:MHTHreshold?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send thePLOT:PLOT<x>:MMARgin:MHTHreshold valuecommand.
SCPI Syntax
- PLOT:PLOT<x>:MMARgin:MHTHreshold <NR1>
- PLOT:PLOT<x>:MMARgin:MHTHreshold?
Info
PLOT:PLOT2:MMARgin:MHTHreshold 2500sets the mask margin threshold to 2500 for plot 2.PLOT:PLOT2:MMARgin:MHTHreshold?might returnPLOT:PLOT2:MMARgin:MHTHreshold 2500, indicating that the mask margin threshold is 2500 for plot 2.
PlotPlotItemMmarginMmecriteria
¶
Bases: SCPICmdWrite, SCPICmdRead
The PLOT:PLOT<x>:MMARgin:MMECriteria command.
Description
- This command sets or queries mask margin stop condition.
Usage
- Using the
.query()method will send thePLOT:PLOT<x>:MMARgin:MMECriteria?query. - Using the
.verify(value)method will send thePLOT:PLOT<x>:MMARgin:MMECriteria?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send thePLOT:PLOT<x>:MMARgin:MMECriteria valuecommand.
SCPI Syntax
- PLOT:PLOT<x>:MMARgin:MMECriteria {THITs|HRATio}
- PLOT:PLOT<x>:MMARgin:MMECriteria?
Info
PLOT<x>is the plot number.THITssets the pass/fail criteria to Total Hits in mask.MMARginsets the pass/fail criteria to Hit Ratio.
PlotPlotItemMmarginStepsize
¶
Bases: SCPICmdWrite, SCPICmdRead
The PLOT:PLOT<x>:MMARgin:STEPsize command.
Description
- This command sets or queries the step size used in mask margin for the specified eye diagram plot.
Usage
- Using the
.query()method will send thePLOT:PLOT<x>:MMARgin:STEPsize?query. - Using the
.verify(value)method will send thePLOT:PLOT<x>:MMARgin:STEPsize?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send thePLOT:PLOT<x>:MMARgin:STEPsize valuecommand.
SCPI Syntax
- PLOT:PLOT<x>:MMARgin:STEPsize <NR3>
- PLOT:PLOT<x>:MMARgin:STEPsize?
Info
PLOT<x>is the plot number.<NR3>sets the step size.
PlotPlotItemNumbins
¶
Bases: SCPICmdWrite, SCPICmdRead
The PLOT:PLOT<x>:NUMBins command.
Description
- This command sets or queries the current histogram/composite jitter histogram resolution.
Usage
- Using the
.query()method will send thePLOT:PLOT<x>:NUMBins?query. - Using the
.verify(value)method will send thePLOT:PLOT<x>:NUMBins?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send thePLOT:PLOT<x>:NUMBins valuecommand.
SCPI Syntax
- PLOT:PLOT<x>:NUMBins {TWENtyfive|FIFTY|HUNdred|TWOFifty|FIVEHundred|TWOThousand|MAXimum}
- PLOT:PLOT<x>:NUMBins?
Info
TWENtyfivesets the number of bins to 25.FIFTYsets the number of bins to 50.HUNdredsets the number of bins to 100.TWOFiftysets the number of bins to 250.FIVEHundredsets the number of bins to 500.TWOThousandsets the number of bins to 2000.MAXimumsets the number of bins to the maximum value.
PlotPlotItemPjhistogram
¶
Bases: SCPICmdWrite, SCPICmdRead
The PLOT:PLOT<x>:PJHistogram command.
Description
- Sets or queries the status of PJ Histogram in composite histogram plot.
Usage
- Using the
.query()method will send thePLOT:PLOT<x>:PJHistogram?query. - Using the
.verify(value)method will send thePLOT:PLOT<x>:PJHistogram?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send thePLOT:PLOT<x>:PJHistogram valuecommand.
SCPI Syntax
- PLOT:PLOT<x>:PJHistogram {ON|OFF|1|0}
- PLOT:PLOT<x>:PJHistogram?
Info
ONindicates that PJHistogram is active.OFFindicates that PJHistogram is off.1turns on PJHistogram. Any number value other than 0 will turn PJHistogram on.0turns off PJHistogram.
PlotPlotItemPtype
¶
Bases: SCPICmdWrite, SCPICmdRead
The PLOT:PLOT<x>:PTYPe command.
Description
- This command sets or returns the phasor type of the phasor diagram plot.
Usage
- Using the
.query()method will send thePLOT:PLOT<x>:PTYPe?query. - Using the
.verify(value)method will send thePLOT:PLOT<x>:PTYPe?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send thePLOT:PLOT<x>:PTYPe valuecommand.
SCPI Syntax
- PLOT:PLOT<x>:PTYPe {RMS|MAGNITUDE}
- PLOT:PLOT<x>:PTYPe?
Info
PLOT<x>is the plot number.RMSsets the phasor type to RMS.MAGNITUDEsets the phasor type to MAGNITUDE.
PlotPlotItemResult
¶
Bases: SCPICmdRead
The PLOT:PLOT<x>:RESult command tree.
Usage
- Using the
.query()method will send thePLOT:PLOT<x>:RESult?query. - Using the
.verify(value)method will send thePLOT:PLOT<x>:RESult?query and raise an AssertionError if the returned value does not matchvalue.
Info
PLOT<x>is the plot number.
Properties
.mhratio: ThePLOT:PLOT<x>:RESult:MHRatiocommand..mmargin: ThePLOT:PLOT<x>:RESult:MMARgincommand.
mhratio
property
¶
mhratio: PlotPlotItemResultMhratio
Return the PLOT:PLOT<x>:RESult:MHRatio command.
Description
- This command queries mask hit ratio value when mask test type is set to Mask Hits.
Usage
- Using the
.query()method will send thePLOT:PLOT<x>:RESult:MHRatio?query. - Using the
.verify(value)method will send thePLOT:PLOT<x>:RESult:MHRatio?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- PLOT:PLOT<x>:RESult:MHRatio?
Info
PLOT<x>is the plot number.
mmargin
property
¶
mmargin: PlotPlotItemResultMmargin
Return the PLOT:PLOT<x>:RESult:MMARgin command.
Description
- This command queries the mask margin value when the mask test type is set to Mask Margin.
Usage
- Using the
.query()method will send thePLOT:PLOT<x>:RESult:MMARgin?query. - Using the
.verify(value)method will send thePLOT:PLOT<x>:RESult:MMARgin?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- PLOT:PLOT<x>:RESult:MMARgin?
Info
PLOT<x>is the plot number.
PlotPlotItemResultMhratio
¶
Bases: SCPICmdRead
The PLOT:PLOT<x>:RESult:MHRatio command.
Description
- This command queries mask hit ratio value when mask test type is set to Mask Hits.
Usage
- Using the
.query()method will send thePLOT:PLOT<x>:RESult:MHRatio?query. - Using the
.verify(value)method will send thePLOT:PLOT<x>:RESult:MHRatio?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- PLOT:PLOT<x>:RESult:MHRatio?
Info
PLOT<x>is the plot number.
PlotPlotItemResultMmargin
¶
Bases: SCPICmdRead
The PLOT:PLOT<x>:RESult:MMARgin command.
Description
- This command queries the mask margin value when the mask test type is set to Mask Margin.
Usage
- Using the
.query()method will send thePLOT:PLOT<x>:RESult:MMARgin?query. - Using the
.verify(value)method will send thePLOT:PLOT<x>:RESult:MMARgin?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- PLOT:PLOT<x>:RESult:MMARgin?
Info
PLOT<x>is the plot number.
PlotPlotItemRjhistogram
¶
Bases: SCPICmdWrite, SCPICmdRead
The PLOT:PLOT<x>:RJHistogram command.
Description
- Sets or queries the status of RJ Histogram in composite histogram plot.
Usage
- Using the
.query()method will send thePLOT:PLOT<x>:RJHistogram?query. - Using the
.verify(value)method will send thePLOT:PLOT<x>:RJHistogram?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send thePLOT:PLOT<x>:RJHistogram valuecommand.
SCPI Syntax
- PLOT:PLOT<x>:RJHistogram {ON|OFF|1|0}
- PLOT:PLOT<x>:RJHistogram?
Info
ONindicates that RJHistogram is active.OFFindicates that RJHistogram is off.1turns on RJHistogram. Any number value other than 0 will turn RJHistogram on.0turns off RJHistogram.
PlotPlotItemSource1
¶
Bases: SCPICmdWrite, SCPICmdRead
The PLOT:PLOT<x>:SOUrce1 command.
Description
- This command sets or queries the plot source.
Usage
- Using the
.query()method will send thePLOT:PLOT<x>:SOUrce1?query. - Using the
.verify(value)method will send thePLOT:PLOT<x>:SOUrce1?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send thePLOT:PLOT<x>:SOUrce1 valuecommand.
SCPI Syntax
- PLOT:PLOT<x>:SOUrce1 MEAS<x>
- PLOT:PLOT<x>:SOUrce1?
Info
MEAS<x>is the specified measurement source for the specified plot.
PlotPlotItemSubgroup
¶
Bases: SCPICmdRead
The PLOT:PLOT<x>:SUBGroup command tree.
Usage
- Using the
.query()method will send thePLOT:PLOT<x>:SUBGroup?query. - Using the
.verify(value)method will send thePLOT:PLOT<x>:SUBGroup?query and raise an AssertionError if the returned value does not matchvalue.
Info
PLOT<x>is the plot number.
Properties
.display: ThePLOT:PLOT<x>:SUBGroup:Displaycommand..trend: ThePLOT:PLOT<x>:SUBGroup:TRENdcommand.
display
property
¶
display: PlotPlotItemSubgroupDisplay
Return the PLOT:PLOT<x>:SUBGroup:Display command.
Description
- This command sets or queries the selected display of phasor plot.
Usage
- Using the
.query()method will send thePLOT:PLOT<x>:SUBGroup:Display?query. - Using the
.verify(value)method will send thePLOT:PLOT<x>:SUBGroup:Display?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send thePLOT:PLOT<x>:SUBGroup:Display valuecommand.
SCPI Syntax
- PLOT:PLOT<x>:SUBGroup:Display {ALL|ONEPAIRVI|ONEPAIRV|ONEPAIRI|PHASEONE|PHASETWO|PHASETHREE|ABC|DQ0}
- PLOT:PLOT<x>:SUBGroup:Display?
Info
PLOT<x>is the plot number.ALLsets the IMDA time trend and acq trend plot display configuration to ALL.ONEPAIRVIsets the IMDA time trend and acq trend plot display configuration to ONEPAIRVI.ONEPAIRVsets the IMDA time trend and acq trend plot display configuration to ONEPAIRV.ONEPAIRIsets the IMDA time trend and acq trend plot display configuration to ONEPAIRI.PHASEONEsets the IMDA time trend and acq trend plot display configuration to PHASEONE.PHASETWOsets the IMDA time trend and acq trend plot display configuration to PHASETWO.PHASETHREEsets the IMDA time trend and acq trend plot display configuration to PHASETHREE.ABCsets the IMDA time trend plot display to ABC.DQ0sets the IMDA time trend plot display to DQ0.
trend
property
¶
trend: PlotPlotItemSubgroupTrend
Return the PLOT:PLOT<x>:SUBGroup:TRENd command.
Description
- This command sets or queries the measurement selection of trend plot.
Usage
- Using the
.query()method will send thePLOT:PLOT<x>:SUBGroup:TRENd?query. - Using the
.verify(value)method will send thePLOT:PLOT<x>:SUBGroup:TRENd?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send thePLOT:PLOT<x>:SUBGroup:TRENd valuecommand.
SCPI Syntax
- PLOT:PLOT<x>:SUBGroup:TRENd {VRMS|IRMS|PHASE|FREQuency|TRPWR|REPWR|APPPWR|TRPWRSUM|REPWRSUM|APPPWRSUM|DCPWR|INPWR|OUTPWR|EFFiciency|TOTALEFFiciency|INPWRSUM|OUTPWRSUM|TRR|TA|TB}
- PLOT:PLOT<x>:SUBGroup:TRENd?
Info
PLOT<x>is the plot number.VRMSsets the IMDA measurement selection to VRMS.IRMSsets the IMDA measurement selection to IRMS.PHASEsets the IMDA measurement selection to PHASE.FREQuencysets the IMDA measurement selection to FREQuency.TRPWRsets the IMDA measurement selection to TRPWR.REPWRsets the IMDA measurement selection to REPWR.APPPWRsets the IMDA measurement selection to APPPWR.TRPWRSUMsets the IMDA measurement selection to TRPWRSUM.REPWRSUMsets the IMDA measurement selection to REPWRSUM.APPPWRSUMsets the IMDA measurement selection to APPPWRSUM.DCPWRsets the IMDA measurement selection to DCPWR. This selection is applicable only for acq trend plots.INPWRsets the IMDA measurement selection to INPWR. This selection is applicable only for acq trend plots.OUTPWRsets the IMDA measurement selection to OUTPWR. This selection is applicable only for acq trend plots.EFFiciencysets the IMDA measurement selection to EFFiciency.TOTALEFFiciencysets the IMDA measurement selection to TOTALEFFiciency. This selection is applicable only for acq trend plots.INPWRSUMsets the IMDA measurement selection to INPWRSUM. This selection is applicable only for acq trend plots.OUTPWRSUMsets the IMDA measurement selection to OUTPWRSUM. This selection is applicable only for acq trend plots.TRRsets the IMDA measurement selection to TRR.TAsets the IMDA measurement selection to TA.TBsets the IMDA measurement selection to TB.
PlotPlotItemSubgroupDisplay
¶
Bases: SCPICmdWrite, SCPICmdRead
The PLOT:PLOT<x>:SUBGroup:Display command.
Description
- This command sets or queries the selected display of phasor plot.
Usage
- Using the
.query()method will send thePLOT:PLOT<x>:SUBGroup:Display?query. - Using the
.verify(value)method will send thePLOT:PLOT<x>:SUBGroup:Display?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send thePLOT:PLOT<x>:SUBGroup:Display valuecommand.
SCPI Syntax
- PLOT:PLOT<x>:SUBGroup:Display {ALL|ONEPAIRVI|ONEPAIRV|ONEPAIRI|PHASEONE|PHASETWO|PHASETHREE|ABC|DQ0}
- PLOT:PLOT<x>:SUBGroup:Display?
Info
PLOT<x>is the plot number.ALLsets the IMDA time trend and acq trend plot display configuration to ALL.ONEPAIRVIsets the IMDA time trend and acq trend plot display configuration to ONEPAIRVI.ONEPAIRVsets the IMDA time trend and acq trend plot display configuration to ONEPAIRV.ONEPAIRIsets the IMDA time trend and acq trend plot display configuration to ONEPAIRI.PHASEONEsets the IMDA time trend and acq trend plot display configuration to PHASEONE.PHASETWOsets the IMDA time trend and acq trend plot display configuration to PHASETWO.PHASETHREEsets the IMDA time trend and acq trend plot display configuration to PHASETHREE.ABCsets the IMDA time trend plot display to ABC.DQ0sets the IMDA time trend plot display to DQ0.
PlotPlotItemSubgroupTrend
¶
Bases: SCPICmdWrite, SCPICmdRead
The PLOT:PLOT<x>:SUBGroup:TRENd command.
Description
- This command sets or queries the measurement selection of trend plot.
Usage
- Using the
.query()method will send thePLOT:PLOT<x>:SUBGroup:TRENd?query. - Using the
.verify(value)method will send thePLOT:PLOT<x>:SUBGroup:TRENd?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send thePLOT:PLOT<x>:SUBGroup:TRENd valuecommand.
SCPI Syntax
- PLOT:PLOT<x>:SUBGroup:TRENd {VRMS|IRMS|PHASE|FREQuency|TRPWR|REPWR|APPPWR|TRPWRSUM|REPWRSUM|APPPWRSUM|DCPWR|INPWR|OUTPWR|EFFiciency|TOTALEFFiciency|INPWRSUM|OUTPWRSUM|TRR|TA|TB}
- PLOT:PLOT<x>:SUBGroup:TRENd?
Info
PLOT<x>is the plot number.VRMSsets the IMDA measurement selection to VRMS.IRMSsets the IMDA measurement selection to IRMS.PHASEsets the IMDA measurement selection to PHASE.FREQuencysets the IMDA measurement selection to FREQuency.TRPWRsets the IMDA measurement selection to TRPWR.REPWRsets the IMDA measurement selection to REPWR.APPPWRsets the IMDA measurement selection to APPPWR.TRPWRSUMsets the IMDA measurement selection to TRPWRSUM.REPWRSUMsets the IMDA measurement selection to REPWRSUM.APPPWRSUMsets the IMDA measurement selection to APPPWRSUM.DCPWRsets the IMDA measurement selection to DCPWR. This selection is applicable only for acq trend plots.INPWRsets the IMDA measurement selection to INPWR. This selection is applicable only for acq trend plots.OUTPWRsets the IMDA measurement selection to OUTPWR. This selection is applicable only for acq trend plots.EFFiciencysets the IMDA measurement selection to EFFiciency.TOTALEFFiciencysets the IMDA measurement selection to TOTALEFFiciency. This selection is applicable only for acq trend plots.INPWRSUMsets the IMDA measurement selection to INPWRSUM. This selection is applicable only for acq trend plots.OUTPWRSUMsets the IMDA measurement selection to OUTPWRSUM. This selection is applicable only for acq trend plots.TRRsets the IMDA measurement selection to TRR.TAsets the IMDA measurement selection to TA.TBsets the IMDA measurement selection to TB.
PlotPlotItemTjhistogram
¶
Bases: SCPICmdWrite, SCPICmdRead
The PLOT:PLOT<x>:TJHistogram command.
Description
- Sets or queries the status of TJ Histogram in composite histogram plot
Usage
- Using the
.query()method will send thePLOT:PLOT<x>:TJHistogram?query. - Using the
.verify(value)method will send thePLOT:PLOT<x>:TJHistogram?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send thePLOT:PLOT<x>:TJHistogram valuecommand.
SCPI Syntax
- PLOT:PLOT<x>:TJHistogram {ON|OFF|1|0}
- PLOT:PLOT<x>:TJHistogram?
Info
ONindicates that TJHistogram is active.OFFindicates that TJHistogram is off.1turns on TJHistogram. Any number value other than 0 will turn TJHistogram on.0turns off TJHistogram.
PlotPlotItemType
¶
Bases: SCPICmdWrite
The PLOT:PLOT<x>:TYPe command.
Description
- This command sets or returns the current plot type of the specified plot.
Usage
- Using the
.write(value)method will send thePLOT:PLOT<x>:TYPe valuecommand.
SCPI Syntax
- PLOT:PLOT<x>:TYPe {NONE|BATHTUB|EYEDIAGRAM|HISTOGRAM|CJHIST||TIMETREND|TRESPONSE|XY|XYZ}
Info
<x>is the plot number. This is the equivalent of the number shown on a plot heading in the UI.NONEdoes not create a plot.BATHTUBcreates a bathtub plot.EYEDIAGRAMcreates an eye diagram. This plot type is not available on a 4 Series MSO instrument.HISTOGRAMcreates a histogram plot.TIMETRENDcreates a time trend plot.TRESPONSEcreates a response plot.XYcreates a XY plot.XYZcreates a XYZ plot.