histogram
¶
The histogram commands module.
These commands are used in the following models: LPD6, MSO4, MSO4B, MSO5, MSO5B, MSO5LP, MSO6, MSO6B
THIS FILE IS AUTO-GENERATED, IT SHOULD NOT BE MANUALLY MODIFIED.
Please report an issue if one is found.
Commands and Queries
- HISTogram:ADDNew <QString>
- HISTogram:DELETEALL
- HISTogram:DELete <QString>
- HISTogram:HISTogram<x>:BOX <NR3>,<NR3>,<NR3>,<NR3>
- HISTogram:HISTogram<x>:BOX?
- HISTogram:HISTogram<x>:BSTate {ON|OFF}
- HISTogram:HISTogram<x>:BSTate?
- HISTogram:HISTogram<x>:DATa?
- HISTogram:HISTogram<x>:DISPlay {LINEAr|LOG}
- HISTogram:HISTogram<x>:DISPlay?
- HISTogram:HISTogram<x>:FUNCtion {HORizontal|VERTical}
- HISTogram:HISTogram<x>:FUNCtion?
- HISTogram:HISTogram<x>:MEASurement:COUNt {ON|OFF}
- HISTogram:HISTogram<x>:MEASurement:COUNt?
- HISTogram:HISTogram<x>:MEASurement:HITS {ON|OFF}
- HISTogram:HISTogram<x>:MEASurement:HITS?
- HISTogram:HISTogram<x>:MEASurement:MAX {ON|OFF}
- HISTogram:HISTogram<x>:MEASurement:MAX?
- HISTogram:HISTogram<x>:MEASurement:MEAN {ON|OFF}
- HISTogram:HISTogram<x>:MEASurement:MEAN?
- HISTogram:HISTogram<x>:MEASurement:MEDian {ON|OFF}
- HISTogram:HISTogram<x>:MEASurement:MEDian?
- HISTogram:HISTogram<x>:MEASurement:MIN {ON|OFF}
- HISTogram:HISTogram<x>:MEASurement:MIN?
- HISTogram:HISTogram<x>:MEASurement:MODE {ON|OFF}
- HISTogram:HISTogram<x>:MEASurement:MODE?
- HISTogram:HISTogram<x>:MEASurement:ONESigma {ON|OFF}
- HISTogram:HISTogram<x>:MEASurement:ONESigma?
- HISTogram:HISTogram<x>:MEASurement:PHITs {ON|OFF}
- HISTogram:HISTogram<x>:MEASurement:PHITs?
- HISTogram:HISTogram<x>:MEASurement:PK2PK {ON|OFF}
- HISTogram:HISTogram<x>:MEASurement:PK2PK?
- HISTogram:HISTogram<x>:MEASurement:RESUlts? {COUNt|HITS|MAX|MIN|PK2PK|MODE|MEAN|MEDian|PHITs|STDDev|ONESigma|TWOSigma|THRSigma,ALLAcqs|CURRentacq|HISTory,MAXimum|MEAN|MINimum|PK2PK|POPUlation|STDDev}
- HISTogram:HISTogram<x>:MEASurement:STDDev {ON|OFF}
- HISTogram:HISTogram<x>:MEASurement:STDDev?
- HISTogram:HISTogram<x>:MEASurement:THRSigma {ON|OFF}
- HISTogram:HISTogram<x>:MEASurement:THRSigma?
- HISTogram:HISTogram<x>:MEASurement:TWOSigma {ON|OFF}
- HISTogram:HISTogram<x>:MEASurement:TWOSigma?
- HISTogram:HISTogram<x>:SAVe <QString>
- HISTogram:HISTogram<x>:SIZe <NR3>
- HISTogram:HISTogram<x>:SIZe?
- HISTogram:HISTogram<x>:SOUrce {CH<x>|MATH<x>|REF<x>}
- HISTogram:HISTogram<x>:SOUrce?
- HISTogram:HISTogram<x>:STATE {ON|OFF}
- HISTogram:HISTogram<x>:STATE?
- HISTogram:HISTogram<x>:TRANsparency <NR3>
- HISTogram:HISTogram<x>:TRANsparency?
- HISTogram:LIST?
Histogram
¶
Bases: SCPICmdRead
The HISTogram command tree.
Usage
- Using the
.query()method will send theHISTogram?query. - Using the
.verify(value)method will send theHISTogram?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.addnew: TheHISTogram:ADDNewcommand..deleteall: TheHISTogram:DELETEALLcommand..delete: TheHISTogram:DELetecommand..histogram: TheHISTogram:HISTogram<x>command tree..list: TheHISTogram:LISTcommand.
addnew
property
¶
addnew: HistogramAddnew
Return the HISTogram:ADDNew command.
Description
- This command adds the specified waveform histogram.
Usage
- Using the
.write(value)method will send theHISTogram:ADDNew valuecommand.
SCPI Syntax
- HISTogram:ADDNew <QString>
Info
<QString>specifies the waveform histogram to add. The argument is of the form ‘HIST‘, where NR1 is a number value ≥ 1.
delete
property
¶
delete: HistogramDelete
Return the HISTogram:DELete command.
Description
- This command deletes the specified histogram.
Usage
- Using the
.write(value)method will send theHISTogram:DELete valuecommand.
SCPI Syntax
- HISTogram:DELete <QString>
Info
<QString>specifies the waveform histogram to delete. The argument is of the form ’ HIST‘, where NR1 is a number value ≥ 1.
deleteall
property
¶
deleteall: HistogramDeleteall
Return the HISTogram:DELETEALL command.
Description
- This command deletes all the active instances of histograms defined in the scope application.
Usage
- Using the
.write()method will send theHISTogram:DELETEALLcommand.
SCPI Syntax
- HISTogram:DELETEALL
histogram
property
¶
histogram: dict[int, HistogramHistogramItem]
Return the HISTogram:HISTogram<x> command tree.
Usage
- Using the
.query()method will send theHISTogram:HISTogram<x>?query. - Using the
.verify(value)method will send theHISTogram:HISTogram<x>?query and raise an AssertionError if the returned value does not matchvalue.
Info
HISTogram<x>specifies the histogram number.
Sub-properties
.box: TheHISTogram:HISTogram<x>:BOXcommand..bstate: TheHISTogram:HISTogram<x>:BSTatecommand..data: TheHISTogram:HISTogram<x>:DATacommand..display: TheHISTogram:HISTogram<x>:DISPlaycommand..function: TheHISTogram:HISTogram<x>:FUNCtioncommand..measurement: TheHISTogram:HISTogram<x>:MEASurementcommand tree..save: TheHISTogram:HISTogram<x>:SAVecommand..size: TheHISTogram:HISTogram<x>:SIZecommand..source: TheHISTogram:HISTogram<x>:SOUrcecommand..state: TheHISTogram:HISTogram<x>:STATEcommand..transparency: TheHISTogram:HISTogram<x>:TRANsparencycommand.
list
property
¶
list: HistogramList
Return the HISTogram:LIST command.
Description
- This query returns a comma separated list of all currently defined histograms.
Usage
- Using the
.query()method will send theHISTogram:LIST?query. - Using the
.verify(value)method will send theHISTogram:LIST?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- HISTogram:LIST?
HistogramAddnew
¶
Bases: SCPICmdWrite
The HISTogram:ADDNew command.
Description
- This command adds the specified waveform histogram.
Usage
- Using the
.write(value)method will send theHISTogram:ADDNew valuecommand.
SCPI Syntax
- HISTogram:ADDNew <QString>
Info
<QString>specifies the waveform histogram to add. The argument is of the form ‘HIST‘, where NR1 is a number value ≥ 1.
HistogramDelete
¶
Bases: SCPICmdWrite
The HISTogram:DELete command.
Description
- This command deletes the specified histogram.
Usage
- Using the
.write(value)method will send theHISTogram:DELete valuecommand.
SCPI Syntax
- HISTogram:DELete <QString>
Info
<QString>specifies the waveform histogram to delete. The argument is of the form ’ HIST‘, where NR1 is a number value ≥ 1.
HistogramDeleteall
¶
Bases: SCPICmdWriteNoArguments
The HISTogram:DELETEALL command.
Description
- This command deletes all the active instances of histograms defined in the scope application.
Usage
- Using the
.write()method will send theHISTogram:DELETEALLcommand.
SCPI Syntax
- HISTogram:DELETEALL
HistogramHistogramItem
¶
Bases: ValidatedDynamicNumberCmd, SCPICmdRead
The HISTogram:HISTogram<x> command tree.
Usage
- Using the
.query()method will send theHISTogram:HISTogram<x>?query. - Using the
.verify(value)method will send theHISTogram:HISTogram<x>?query and raise an AssertionError if the returned value does not matchvalue.
Info
HISTogram<x>specifies the histogram number.
Properties
.box: TheHISTogram:HISTogram<x>:BOXcommand..bstate: TheHISTogram:HISTogram<x>:BSTatecommand..data: TheHISTogram:HISTogram<x>:DATacommand..display: TheHISTogram:HISTogram<x>:DISPlaycommand..function: TheHISTogram:HISTogram<x>:FUNCtioncommand..measurement: TheHISTogram:HISTogram<x>:MEASurementcommand tree..save: TheHISTogram:HISTogram<x>:SAVecommand..size: TheHISTogram:HISTogram<x>:SIZecommand..source: TheHISTogram:HISTogram<x>:SOUrcecommand..state: TheHISTogram:HISTogram<x>:STATEcommand..transparency: TheHISTogram:HISTogram<x>:TRANsparencycommand.
box
property
¶
Return the HISTogram:HISTogram<x>:BOX command.
Description
- This command sets or queries the top, left, bottom and right positions of the
histogram box in source waveform coordinates. The argument is of the form
, , , .
Usage
- Using the
.query()method will send theHISTogram:HISTogram<x>:BOX?query. - Using the
.verify(value)method will send theHISTogram:HISTogram<x>:BOX?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theHISTogram:HISTogram<x>:BOX valuecommand.
SCPI Syntax
- HISTogram:HISTogram<x>:BOX <NR3>,<NR3>,<NR3>,<NR3>
- HISTogram:HISTogram<x>:BOX?
Info
HISTogram<x>specifies the histogram number.<NR3>specifies four position values, separated by commas. The values are the top, left, bottom, and right coordinates in that order.
bstate
property
¶
bstate: HistogramHistogramItemBstate
Return the HISTogram:HISTogram<x>:BSTate command.
Description
- This command sets or queries whether the histogram badge is displayed.
Usage
- Using the
.query()method will send theHISTogram:HISTogram<x>:BSTate?query. - Using the
.verify(value)method will send theHISTogram:HISTogram<x>:BSTate?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theHISTogram:HISTogram<x>:BSTate valuecommand.
SCPI Syntax
- HISTogram:HISTogram<x>:BSTate {ON|OFF}
- HISTogram:HISTogram<x>:BSTate?
Info
HISTogram<x>specifies the histogram number.ONenables the histogram badge display.OFFdisables the histogram badge display.
data
property
¶
Return the HISTogram:HISTogram<x>:DATa command.
Description
- This query only command returns a comma separated list of numbers representing the histogram bin data.
Usage
- Using the
.query()method will send theHISTogram:HISTogram<x>:DATa?query. - Using the
.verify(value)method will send theHISTogram:HISTogram<x>:DATa?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- HISTogram:HISTogram<x>:DATa?
display
property
¶
display: HistogramHistogramItemDisplay
Return the HISTogram:HISTogram<x>:DISPlay command.
Description
- This command sets or queries the histogram scaling display setting.
Usage
- Using the
.query()method will send theHISTogram:HISTogram<x>:DISPlay?query. - Using the
.verify(value)method will send theHISTogram:HISTogram<x>:DISPlay?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theHISTogram:HISTogram<x>:DISPlay valuecommand.
SCPI Syntax
- HISTogram:HISTogram<x>:DISPlay {LINEAr|LOG}
- HISTogram:HISTogram<x>:DISPlay?
Info
HISTogram<x>specifies the histogram number.LINEArsets the histogram scaling to linear mode.LOGsets the histogram scaling to logarithmic mode.
function
property
¶
function: HistogramHistogramItemFunction
Return the HISTogram:HISTogram<x>:FUNCtion command.
Description
- This command sets or queries the histogram mode.
Usage
- Using the
.query()method will send theHISTogram:HISTogram<x>:FUNCtion?query. - Using the
.verify(value)method will send theHISTogram:HISTogram<x>:FUNCtion?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theHISTogram:HISTogram<x>:FUNCtion valuecommand.
SCPI Syntax
- HISTogram:HISTogram<x>:FUNCtion {HORizontal|VERTical}
- HISTogram:HISTogram<x>:FUNCtion?
Info
HISTogram<x>specifies the histogram number.HORizontalsets the histogram mode to horizontal.VERTicalsets the histogram mode to vertical.
measurement
property
¶
measurement: HistogramHistogramItemMeasurement
Return the HISTogram:HISTogram<x>:MEASurement command tree.
Usage
- Using the
.query()method will send theHISTogram:HISTogram<x>:MEASurement?query. - Using the
.verify(value)method will send theHISTogram:HISTogram<x>:MEASurement?query and raise an AssertionError if the returned value does not matchvalue.
Info
HISTogram<x>specifies the histogram number.
Sub-properties
.count: TheHISTogram:HISTogram<x>:MEASurement:COUNtcommand..hits: TheHISTogram:HISTogram<x>:MEASurement:HITScommand..max: TheHISTogram:HISTogram<x>:MEASurement:MAXcommand..mean: TheHISTogram:HISTogram<x>:MEASurement:MEANcommand..median: TheHISTogram:HISTogram<x>:MEASurement:MEDiancommand..min: TheHISTogram:HISTogram<x>:MEASurement:MINcommand..mode: TheHISTogram:HISTogram<x>:MEASurement:MODEcommand..onesigma: TheHISTogram:HISTogram<x>:MEASurement:ONESigmacommand..phits: TheHISTogram:HISTogram<x>:MEASurement:PHITscommand..pk2pk: TheHISTogram:HISTogram<x>:MEASurement:PK2PKcommand..results: TheHISTogram:HISTogram<x>:MEASurement:RESUltscommand..stddev: TheHISTogram:HISTogram<x>:MEASurement:STDDevcommand..thrsigma: TheHISTogram:HISTogram<x>:MEASurement:THRSigmacommand..twosigma: TheHISTogram:HISTogram<x>:MEASurement:TWOSigmacommand.
save
property
¶
Return the HISTogram:HISTogram<x>:SAVe command.
Description
- This command saves the specified histograms data as a comma separated list of values.
Usage
- Using the
.write(value)method will send theHISTogram:HISTogram<x>:SAVe valuecommand.
SCPI Syntax
- HISTogram:HISTogram<x>:SAVe <QString>
Info
HISTogram<x>specifies the histogram number.<QString>is the file path to save the.csv file to.
size
property
¶
Return the HISTogram:HISTogram<x>:SIZe command.
Description
- This command sets or queries the height or width of the specified histogram bins in divisions. This size can be larger than the box, which allows you to view the histogram bins easily.
Usage
- Using the
.query()method will send theHISTogram:HISTogram<x>:SIZe?query. - Using the
.verify(value)method will send theHISTogram:HISTogram<x>:SIZe?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theHISTogram:HISTogram<x>:SIZe valuecommand.
SCPI Syntax
- HISTogram:HISTogram<x>:SIZe <NR3>
- HISTogram:HISTogram<x>:SIZe?
Info
HISTogram<x>specifies the histogram number.<NR3>specifies the number of divisions to set the height or width of the histogram bins to.
source
property
¶
source: HistogramHistogramItemSource
Return the HISTogram:HISTogram<x>:SOUrce command.
Description
- This command sets or queries which source waveform will be compared against the histogram box when the histogram testing is enabled.
Usage
- Using the
.query()method will send theHISTogram:HISTogram<x>:SOUrce?query. - Using the
.verify(value)method will send theHISTogram:HISTogram<x>:SOUrce?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theHISTogram:HISTogram<x>:SOUrce valuecommand.
SCPI Syntax
- HISTogram:HISTogram<x>:SOUrce {CH<x>|MATH<x>|REF<x>}
- HISTogram:HISTogram<x>:SOUrce?
Info
HISTogram<x>specifies the histogram number.CH<x>specifies an analog channel as source.MATH<x>specifies a math channel as source.REF<x>specifies a reference waveform as the source.
state
property
¶
state: HistogramHistogramItemState
Return the HISTogram:HISTogram<x>:STATE command.
Description
- This command sets or queries whether histogram calculations are enabled for the specified histogram.
Usage
- Using the
.query()method will send theHISTogram:HISTogram<x>:STATE?query. - Using the
.verify(value)method will send theHISTogram:HISTogram<x>:STATE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theHISTogram:HISTogram<x>:STATE valuecommand.
SCPI Syntax
- HISTogram:HISTogram<x>:STATE {ON|OFF}
- HISTogram:HISTogram<x>:STATE?
Info
HISTogram<x>specifies the histogram number.ONenables the histogram calculations.OFFdisables the histogram calculations.
transparency
property
¶
transparency: HistogramHistogramItemTransparency
Return the HISTogram:HISTogram<x>:TRANsparency command.
Description
- This command sets or queries the transparency of the histogram bins.
Usage
- Using the
.query()method will send theHISTogram:HISTogram<x>:TRANsparency?query. - Using the
.verify(value)method will send theHISTogram:HISTogram<x>:TRANsparency?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theHISTogram:HISTogram<x>:TRANsparency valuecommand.
SCPI Syntax
- HISTogram:HISTogram<x>:TRANsparency <NR3>
- HISTogram:HISTogram<x>:TRANsparency?
Info
HISTogram<x>specifies the histogram number.<NR3>specifies the transparency as a percentage, with a minimum of 0 and a maximum of 100.
HistogramHistogramItemBox
¶
Bases: SCPICmdWrite, SCPICmdRead
The HISTogram:HISTogram<x>:BOX command.
Description
- This command sets or queries the top, left, bottom and right positions of the histogram
box in source waveform coordinates. The argument is of the form
, , , .
Usage
- Using the
.query()method will send theHISTogram:HISTogram<x>:BOX?query. - Using the
.verify(value)method will send theHISTogram:HISTogram<x>:BOX?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theHISTogram:HISTogram<x>:BOX valuecommand.
SCPI Syntax
- HISTogram:HISTogram<x>:BOX <NR3>,<NR3>,<NR3>,<NR3>
- HISTogram:HISTogram<x>:BOX?
Info
HISTogram<x>specifies the histogram number.<NR3>specifies four position values, separated by commas. The values are the top, left, bottom, and right coordinates in that order.
HistogramHistogramItemBstate
¶
Bases: SCPICmdWrite, SCPICmdRead
The HISTogram:HISTogram<x>:BSTate command.
Description
- This command sets or queries whether the histogram badge is displayed.
Usage
- Using the
.query()method will send theHISTogram:HISTogram<x>:BSTate?query. - Using the
.verify(value)method will send theHISTogram:HISTogram<x>:BSTate?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theHISTogram:HISTogram<x>:BSTate valuecommand.
SCPI Syntax
- HISTogram:HISTogram<x>:BSTate {ON|OFF}
- HISTogram:HISTogram<x>:BSTate?
Info
HISTogram<x>specifies the histogram number.ONenables the histogram badge display.OFFdisables the histogram badge display.
HistogramHistogramItemData
¶
Bases: SCPICmdRead
The HISTogram:HISTogram<x>:DATa command.
Description
- This query only command returns a comma separated list of numbers representing the histogram bin data.
Usage
- Using the
.query()method will send theHISTogram:HISTogram<x>:DATa?query. - Using the
.verify(value)method will send theHISTogram:HISTogram<x>:DATa?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- HISTogram:HISTogram<x>:DATa?
HistogramHistogramItemDisplay
¶
Bases: SCPICmdWrite, SCPICmdRead
The HISTogram:HISTogram<x>:DISPlay command.
Description
- This command sets or queries the histogram scaling display setting.
Usage
- Using the
.query()method will send theHISTogram:HISTogram<x>:DISPlay?query. - Using the
.verify(value)method will send theHISTogram:HISTogram<x>:DISPlay?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theHISTogram:HISTogram<x>:DISPlay valuecommand.
SCPI Syntax
- HISTogram:HISTogram<x>:DISPlay {LINEAr|LOG}
- HISTogram:HISTogram<x>:DISPlay?
Info
HISTogram<x>specifies the histogram number.LINEArsets the histogram scaling to linear mode.LOGsets the histogram scaling to logarithmic mode.
HistogramHistogramItemFunction
¶
Bases: SCPICmdWrite, SCPICmdRead
The HISTogram:HISTogram<x>:FUNCtion command.
Description
- This command sets or queries the histogram mode.
Usage
- Using the
.query()method will send theHISTogram:HISTogram<x>:FUNCtion?query. - Using the
.verify(value)method will send theHISTogram:HISTogram<x>:FUNCtion?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theHISTogram:HISTogram<x>:FUNCtion valuecommand.
SCPI Syntax
- HISTogram:HISTogram<x>:FUNCtion {HORizontal|VERTical}
- HISTogram:HISTogram<x>:FUNCtion?
Info
HISTogram<x>specifies the histogram number.HORizontalsets the histogram mode to horizontal.VERTicalsets the histogram mode to vertical.
HistogramHistogramItemMeasurement
¶
Bases: SCPICmdRead
The HISTogram:HISTogram<x>:MEASurement command tree.
Usage
- Using the
.query()method will send theHISTogram:HISTogram<x>:MEASurement?query. - Using the
.verify(value)method will send theHISTogram:HISTogram<x>:MEASurement?query and raise an AssertionError if the returned value does not matchvalue.
Info
HISTogram<x>specifies the histogram number.
Properties
.count: TheHISTogram:HISTogram<x>:MEASurement:COUNtcommand..hits: TheHISTogram:HISTogram<x>:MEASurement:HITScommand..max: TheHISTogram:HISTogram<x>:MEASurement:MAXcommand..mean: TheHISTogram:HISTogram<x>:MEASurement:MEANcommand..median: TheHISTogram:HISTogram<x>:MEASurement:MEDiancommand..min: TheHISTogram:HISTogram<x>:MEASurement:MINcommand..mode: TheHISTogram:HISTogram<x>:MEASurement:MODEcommand..onesigma: TheHISTogram:HISTogram<x>:MEASurement:ONESigmacommand..phits: TheHISTogram:HISTogram<x>:MEASurement:PHITscommand..pk2pk: TheHISTogram:HISTogram<x>:MEASurement:PK2PKcommand..results: TheHISTogram:HISTogram<x>:MEASurement:RESUltscommand..stddev: TheHISTogram:HISTogram<x>:MEASurement:STDDevcommand..thrsigma: TheHISTogram:HISTogram<x>:MEASurement:THRSigmacommand..twosigma: TheHISTogram:HISTogram<x>:MEASurement:TWOSigmacommand.
count
property
¶
Return the HISTogram:HISTogram<x>:MEASurement:COUNt command.
Description
- This command sets or queries whether the waveform count measurement is enabled on the histogram.
Usage
- Using the
.query()method will send theHISTogram:HISTogram<x>:MEASurement:COUNt?query. - Using the
.verify(value)method will send theHISTogram:HISTogram<x>:MEASurement:COUNt?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theHISTogram:HISTogram<x>:MEASurement:COUNt valuecommand.
SCPI Syntax
- HISTogram:HISTogram<x>:MEASurement:COUNt {ON|OFF}
- HISTogram:HISTogram<x>:MEASurement:COUNt?
Info
HISTogram<x>specifies the histogram number.ONenables the waveform count measurement.OFFdisables the waveform count measurement.
hits
property
¶
Return the HISTogram:HISTogram<x>:MEASurement:HITS command.
Description
- This command sets or queries whether the Hits in Box measurement is enabled on the histogram.
Usage
- Using the
.query()method will send theHISTogram:HISTogram<x>:MEASurement:HITS?query. - Using the
.verify(value)method will send theHISTogram:HISTogram<x>:MEASurement:HITS?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theHISTogram:HISTogram<x>:MEASurement:HITS valuecommand.
SCPI Syntax
- HISTogram:HISTogram<x>:MEASurement:HITS {ON|OFF}
- HISTogram:HISTogram<x>:MEASurement:HITS?
Info
HISTogram<x>specifies the histogram number.ONenables the Hits in Box measurement.OFFdisables the Hits in Box measurement.
max
property
¶
Return the HISTogram:HISTogram<x>:MEASurement:MAX command.
Description
- This command sets or queries whether the Max measurement is enabled on the histogram.
Usage
- Using the
.query()method will send theHISTogram:HISTogram<x>:MEASurement:MAX?query. - Using the
.verify(value)method will send theHISTogram:HISTogram<x>:MEASurement:MAX?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theHISTogram:HISTogram<x>:MEASurement:MAX valuecommand.
SCPI Syntax
- HISTogram:HISTogram<x>:MEASurement:MAX {ON|OFF}
- HISTogram:HISTogram<x>:MEASurement:MAX?
Info
HISTogram<x>specifies the histogram number.ONenables the Max measurement.OFFdisables the Max measurement.
mean
property
¶
Return the HISTogram:HISTogram<x>:MEASurement:MEAN command.
Description
- This command sets or queries whether the Mean measurement is enabled on the histogram.
Usage
- Using the
.query()method will send theHISTogram:HISTogram<x>:MEASurement:MEAN?query. - Using the
.verify(value)method will send theHISTogram:HISTogram<x>:MEASurement:MEAN?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theHISTogram:HISTogram<x>:MEASurement:MEAN valuecommand.
SCPI Syntax
- HISTogram:HISTogram<x>:MEASurement:MEAN {ON|OFF}
- HISTogram:HISTogram<x>:MEASurement:MEAN?
Info
HISTogram<x>specifies the histogram number.ONenables the Mean measurement.OFFdisables the Mean measurement.
median
property
¶
Return the HISTogram:HISTogram<x>:MEASurement:MEDian command.
Description
- This command sets or queries whether the Median measurement is enabled on the histogram.
Usage
- Using the
.query()method will send theHISTogram:HISTogram<x>:MEASurement:MEDian?query. - Using the
.verify(value)method will send theHISTogram:HISTogram<x>:MEASurement:MEDian?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theHISTogram:HISTogram<x>:MEASurement:MEDian valuecommand.
SCPI Syntax
- HISTogram:HISTogram<x>:MEASurement:MEDian {ON|OFF}
- HISTogram:HISTogram<x>:MEASurement:MEDian?
Info
HISTogram<x>specifies the histogram number.ONenables the Median measurement.OFFdisables the Median measurement.
min
property
¶
Return the HISTogram:HISTogram<x>:MEASurement:MIN command.
Description
- This command sets or queries whether the Min measurement is enabled on the histogram.
Usage
- Using the
.query()method will send theHISTogram:HISTogram<x>:MEASurement:MIN?query. - Using the
.verify(value)method will send theHISTogram:HISTogram<x>:MEASurement:MIN?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theHISTogram:HISTogram<x>:MEASurement:MIN valuecommand.
SCPI Syntax
- HISTogram:HISTogram<x>:MEASurement:MIN {ON|OFF}
- HISTogram:HISTogram<x>:MEASurement:MIN?
Info
HISTogram<x>specifies the histogram number.ONenables the Min measurement.OFFdisables the Min measurement.
mode
property
¶
Return the HISTogram:HISTogram<x>:MEASurement:MODE command.
Description
- This command sets or queries whether the Mode measurement is enabled on the histogram.
Usage
- Using the
.query()method will send theHISTogram:HISTogram<x>:MEASurement:MODE?query. - Using the
.verify(value)method will send theHISTogram:HISTogram<x>:MEASurement:MODE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theHISTogram:HISTogram<x>:MEASurement:MODE valuecommand.
SCPI Syntax
- HISTogram:HISTogram<x>:MEASurement:MODE {ON|OFF}
- HISTogram:HISTogram<x>:MEASurement:MODE?
Info
HISTogram<x>specifies the histogram number.HORizontalsets the histogram mode to horizontal.VERTicalsets the histogram mode to vertical.
onesigma
property
¶
Return the HISTogram:HISTogram<x>:MEASurement:ONESigma command.
Description
- This command sets or queries whether the μ±1(sigma) measurement is enabled on the histogram.
Usage
- Using the
.query()method will send theHISTogram:HISTogram<x>:MEASurement:ONESigma?query. - Using the
.verify(value)method will send theHISTogram:HISTogram<x>:MEASurement:ONESigma?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theHISTogram:HISTogram<x>:MEASurement:ONESigma valuecommand.
SCPI Syntax
- HISTogram:HISTogram<x>:MEASurement:ONESigma {ON|OFF}
- HISTogram:HISTogram<x>:MEASurement:ONESigma?
Info
HISTogram<x>specifies the histogram number.ONenables the μ±1(sigma) measurement.OFFdisables the μ±1(sigma) measurement.
phits
property
¶
Return the HISTogram:HISTogram<x>:MEASurement:PHITs command.
Description
- This command sets or queries whether the Peak Hits measurement is enabled on the histogram.
Usage
- Using the
.query()method will send theHISTogram:HISTogram<x>:MEASurement:PHITs?query. - Using the
.verify(value)method will send theHISTogram:HISTogram<x>:MEASurement:PHITs?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theHISTogram:HISTogram<x>:MEASurement:PHITs valuecommand.
SCPI Syntax
- HISTogram:HISTogram<x>:MEASurement:PHITs {ON|OFF}
- HISTogram:HISTogram<x>:MEASurement:PHITs?
Info
HISTogram<x>specifies the histogram number.ONenables the Peak Hits measurement.OFFdisables the Peak Hits measurement.
pk2pk
property
¶
Return the HISTogram:HISTogram<x>:MEASurement:PK2PK command.
Description
- This command sets or queries whether the Peak-to-peak measurement is enabled on the histogram.
Usage
- Using the
.query()method will send theHISTogram:HISTogram<x>:MEASurement:PK2PK?query. - Using the
.verify(value)method will send theHISTogram:HISTogram<x>:MEASurement:PK2PK?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theHISTogram:HISTogram<x>:MEASurement:PK2PK valuecommand.
SCPI Syntax
- HISTogram:HISTogram<x>:MEASurement:PK2PK {ON|OFF}
- HISTogram:HISTogram<x>:MEASurement:PK2PK?
Info
HISTogram<x>specifies the histogram number.ONenables the Peak-to-peak measurement.OFFdisables the Peak-to-peak measurement.
results
property
¶
Return the HISTogram:HISTogram<x>:MEASurement:RESUlts command.
Description
- This query only command returns the measurement results from the specified histogram. The argument must be in the form of {argument 1},{argument 2},{argument 3}. Argument 1 specifies which histogram measurement to return results for. Argument 2 specifies which acquisitions to return measurement results for. Argument 3 specifies which statistic to return measurement results for.
Usage
- Using the
.query(argument)method will send theHISTogram:HISTogram<x>:MEASurement:RESUlts? argumentquery. - Using the
.verify(argument, value)method will send theHISTogram:HISTogram<x>:MEASurement:RESUlts? argumentquery and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- HISTogram:HISTogram<x>:MEASurement:RESUlts? {COUNt|HITS|MAX|MIN|PK2PK|MODE|MEAN|MEDian|PHITs|STDDev|ONESigma|TWOSigma|THRSigma,ALLAcqs|CURRentacq|HISTory,MAXimum|MEAN|MINimum|PK2PK|POPUlation|STDDev}
Info
HISTogram<x>specifies the histogram number.COUNtspecifies the Count as the histogram measurement to return results for.HITSspecifies the Hits as the histogram measurement to return results for.MAXspecifies the Max as the histogram measurement to return results for.MINspecifies the Min as the histogram measurement to return results for.PK2PKspecifies the Peak-to-peak as the histogram measurement or statistic to return results for.MODEspecifies the Mode as the histogrammeasurement to return results for.MEANspecifies the Mean as the histogram measurement or statistic to return results for.MEDianspecifies the Median as the histogram measurement to return results for.PHITsspecifies the Peak Hits as the histogram measurement to return results for.STDDevspecifies the Standard Deviation as the histogram measurement or statistic to return results for.ONESigmaspecifies the μ±1(sigma) as the histogram measurement to return results for.TWOSigmaspecifies the μ±2(sigma) as the histogram measurement to return results for.THRSigmaspecifies the μ±3(sigma) as the histogram measurement to return results for.ALLAcqsspecifies the All Acquisitions as the acquisitions to return results for.CURRentacqspecifies the Current Acquisitions as the acquisitions to return results for.HISToryspecifies the History as the acquisitions to return results for.MAXimumspecifies the Maximum as the statistic to return results for.MINimumspecifies the Minimum as the statistic to return results for.POPUlationspecifies the Population as the statistic to return results for.
stddev
property
¶
Return the HISTogram:HISTogram<x>:MEASurement:STDDev command.
Description
- This command sets or queries whether the Standard Deviation measurement is enabled on the histogram.
Usage
- Using the
.query()method will send theHISTogram:HISTogram<x>:MEASurement:STDDev?query. - Using the
.verify(value)method will send theHISTogram:HISTogram<x>:MEASurement:STDDev?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theHISTogram:HISTogram<x>:MEASurement:STDDev valuecommand.
SCPI Syntax
- HISTogram:HISTogram<x>:MEASurement:STDDev {ON|OFF}
- HISTogram:HISTogram<x>:MEASurement:STDDev?
Info
HISTogram<x>specifies the histogram number.ONenables the Standard Deviation measurement.OFFdisables the Standard Deviation measurement.
thrsigma
property
¶
Return the HISTogram:HISTogram<x>:MEASurement:THRSigma command.
Description
- This command sets or queries whether the μ±3(sigma) measurement is enabled on the histogram.
Usage
- Using the
.query()method will send theHISTogram:HISTogram<x>:MEASurement:THRSigma?query. - Using the
.verify(value)method will send theHISTogram:HISTogram<x>:MEASurement:THRSigma?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theHISTogram:HISTogram<x>:MEASurement:THRSigma valuecommand.
SCPI Syntax
- HISTogram:HISTogram<x>:MEASurement:THRSigma {ON|OFF}
- HISTogram:HISTogram<x>:MEASurement:THRSigma?
Info
HISTogram<x>specifies the histogram number.ONenables the μ±3(sigma) measurement.OFFdisables the μ±3(sigma) measurement.
twosigma
property
¶
Return the HISTogram:HISTogram<x>:MEASurement:TWOSigma command.
Description
- This command sets or queries whether the μ±2(sigma) measurement is enabled on the histogram.
Usage
- Using the
.query()method will send theHISTogram:HISTogram<x>:MEASurement:TWOSigma?query. - Using the
.verify(value)method will send theHISTogram:HISTogram<x>:MEASurement:TWOSigma?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theHISTogram:HISTogram<x>:MEASurement:TWOSigma valuecommand.
SCPI Syntax
- HISTogram:HISTogram<x>:MEASurement:TWOSigma {ON|OFF}
- HISTogram:HISTogram<x>:MEASurement:TWOSigma?
Info
HISTogram<x>specifies the histogram number.ONenables the μ±2(sigma) measurement.OFFdisables the μ±2(sigma) measurement.
HistogramHistogramItemMeasurementCount
¶
Bases: SCPICmdWrite, SCPICmdRead
The HISTogram:HISTogram<x>:MEASurement:COUNt command.
Description
- This command sets or queries whether the waveform count measurement is enabled on the histogram.
Usage
- Using the
.query()method will send theHISTogram:HISTogram<x>:MEASurement:COUNt?query. - Using the
.verify(value)method will send theHISTogram:HISTogram<x>:MEASurement:COUNt?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theHISTogram:HISTogram<x>:MEASurement:COUNt valuecommand.
SCPI Syntax
- HISTogram:HISTogram<x>:MEASurement:COUNt {ON|OFF}
- HISTogram:HISTogram<x>:MEASurement:COUNt?
Info
HISTogram<x>specifies the histogram number.ONenables the waveform count measurement.OFFdisables the waveform count measurement.
HistogramHistogramItemMeasurementHits
¶
Bases: SCPICmdWrite, SCPICmdRead
The HISTogram:HISTogram<x>:MEASurement:HITS command.
Description
- This command sets or queries whether the Hits in Box measurement is enabled on the histogram.
Usage
- Using the
.query()method will send theHISTogram:HISTogram<x>:MEASurement:HITS?query. - Using the
.verify(value)method will send theHISTogram:HISTogram<x>:MEASurement:HITS?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theHISTogram:HISTogram<x>:MEASurement:HITS valuecommand.
SCPI Syntax
- HISTogram:HISTogram<x>:MEASurement:HITS {ON|OFF}
- HISTogram:HISTogram<x>:MEASurement:HITS?
Info
HISTogram<x>specifies the histogram number.ONenables the Hits in Box measurement.OFFdisables the Hits in Box measurement.
HistogramHistogramItemMeasurementMax
¶
Bases: SCPICmdWrite, SCPICmdRead
The HISTogram:HISTogram<x>:MEASurement:MAX command.
Description
- This command sets or queries whether the Max measurement is enabled on the histogram.
Usage
- Using the
.query()method will send theHISTogram:HISTogram<x>:MEASurement:MAX?query. - Using the
.verify(value)method will send theHISTogram:HISTogram<x>:MEASurement:MAX?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theHISTogram:HISTogram<x>:MEASurement:MAX valuecommand.
SCPI Syntax
- HISTogram:HISTogram<x>:MEASurement:MAX {ON|OFF}
- HISTogram:HISTogram<x>:MEASurement:MAX?
Info
HISTogram<x>specifies the histogram number.ONenables the Max measurement.OFFdisables the Max measurement.
HistogramHistogramItemMeasurementMean
¶
Bases: SCPICmdWrite, SCPICmdRead
The HISTogram:HISTogram<x>:MEASurement:MEAN command.
Description
- This command sets or queries whether the Mean measurement is enabled on the histogram.
Usage
- Using the
.query()method will send theHISTogram:HISTogram<x>:MEASurement:MEAN?query. - Using the
.verify(value)method will send theHISTogram:HISTogram<x>:MEASurement:MEAN?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theHISTogram:HISTogram<x>:MEASurement:MEAN valuecommand.
SCPI Syntax
- HISTogram:HISTogram<x>:MEASurement:MEAN {ON|OFF}
- HISTogram:HISTogram<x>:MEASurement:MEAN?
Info
HISTogram<x>specifies the histogram number.ONenables the Mean measurement.OFFdisables the Mean measurement.
HistogramHistogramItemMeasurementMedian
¶
Bases: SCPICmdWrite, SCPICmdRead
The HISTogram:HISTogram<x>:MEASurement:MEDian command.
Description
- This command sets or queries whether the Median measurement is enabled on the histogram.
Usage
- Using the
.query()method will send theHISTogram:HISTogram<x>:MEASurement:MEDian?query. - Using the
.verify(value)method will send theHISTogram:HISTogram<x>:MEASurement:MEDian?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theHISTogram:HISTogram<x>:MEASurement:MEDian valuecommand.
SCPI Syntax
- HISTogram:HISTogram<x>:MEASurement:MEDian {ON|OFF}
- HISTogram:HISTogram<x>:MEASurement:MEDian?
Info
HISTogram<x>specifies the histogram number.ONenables the Median measurement.OFFdisables the Median measurement.
HistogramHistogramItemMeasurementMin
¶
Bases: SCPICmdWrite, SCPICmdRead
The HISTogram:HISTogram<x>:MEASurement:MIN command.
Description
- This command sets or queries whether the Min measurement is enabled on the histogram.
Usage
- Using the
.query()method will send theHISTogram:HISTogram<x>:MEASurement:MIN?query. - Using the
.verify(value)method will send theHISTogram:HISTogram<x>:MEASurement:MIN?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theHISTogram:HISTogram<x>:MEASurement:MIN valuecommand.
SCPI Syntax
- HISTogram:HISTogram<x>:MEASurement:MIN {ON|OFF}
- HISTogram:HISTogram<x>:MEASurement:MIN?
Info
HISTogram<x>specifies the histogram number.ONenables the Min measurement.OFFdisables the Min measurement.
HistogramHistogramItemMeasurementMode
¶
Bases: SCPICmdWrite, SCPICmdRead
The HISTogram:HISTogram<x>:MEASurement:MODE command.
Description
- This command sets or queries whether the Mode measurement is enabled on the histogram.
Usage
- Using the
.query()method will send theHISTogram:HISTogram<x>:MEASurement:MODE?query. - Using the
.verify(value)method will send theHISTogram:HISTogram<x>:MEASurement:MODE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theHISTogram:HISTogram<x>:MEASurement:MODE valuecommand.
SCPI Syntax
- HISTogram:HISTogram<x>:MEASurement:MODE {ON|OFF}
- HISTogram:HISTogram<x>:MEASurement:MODE?
Info
HISTogram<x>specifies the histogram number.HORizontalsets the histogram mode to horizontal.VERTicalsets the histogram mode to vertical.
HistogramHistogramItemMeasurementOnesigma
¶
Bases: SCPICmdWrite, SCPICmdRead
The HISTogram:HISTogram<x>:MEASurement:ONESigma command.
Description
- This command sets or queries whether the μ±1(sigma) measurement is enabled on the histogram.
Usage
- Using the
.query()method will send theHISTogram:HISTogram<x>:MEASurement:ONESigma?query. - Using the
.verify(value)method will send theHISTogram:HISTogram<x>:MEASurement:ONESigma?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theHISTogram:HISTogram<x>:MEASurement:ONESigma valuecommand.
SCPI Syntax
- HISTogram:HISTogram<x>:MEASurement:ONESigma {ON|OFF}
- HISTogram:HISTogram<x>:MEASurement:ONESigma?
Info
HISTogram<x>specifies the histogram number.ONenables the μ±1(sigma) measurement.OFFdisables the μ±1(sigma) measurement.
HistogramHistogramItemMeasurementPhits
¶
Bases: SCPICmdWrite, SCPICmdRead
The HISTogram:HISTogram<x>:MEASurement:PHITs command.
Description
- This command sets or queries whether the Peak Hits measurement is enabled on the histogram.
Usage
- Using the
.query()method will send theHISTogram:HISTogram<x>:MEASurement:PHITs?query. - Using the
.verify(value)method will send theHISTogram:HISTogram<x>:MEASurement:PHITs?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theHISTogram:HISTogram<x>:MEASurement:PHITs valuecommand.
SCPI Syntax
- HISTogram:HISTogram<x>:MEASurement:PHITs {ON|OFF}
- HISTogram:HISTogram<x>:MEASurement:PHITs?
Info
HISTogram<x>specifies the histogram number.ONenables the Peak Hits measurement.OFFdisables the Peak Hits measurement.
HistogramHistogramItemMeasurementPk2pk
¶
Bases: SCPICmdWrite, SCPICmdRead
The HISTogram:HISTogram<x>:MEASurement:PK2PK command.
Description
- This command sets or queries whether the Peak-to-peak measurement is enabled on the histogram.
Usage
- Using the
.query()method will send theHISTogram:HISTogram<x>:MEASurement:PK2PK?query. - Using the
.verify(value)method will send theHISTogram:HISTogram<x>:MEASurement:PK2PK?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theHISTogram:HISTogram<x>:MEASurement:PK2PK valuecommand.
SCPI Syntax
- HISTogram:HISTogram<x>:MEASurement:PK2PK {ON|OFF}
- HISTogram:HISTogram<x>:MEASurement:PK2PK?
Info
HISTogram<x>specifies the histogram number.ONenables the Peak-to-peak measurement.OFFdisables the Peak-to-peak measurement.
HistogramHistogramItemMeasurementResults
¶
Bases: SCPICmdReadWithArguments
The HISTogram:HISTogram<x>:MEASurement:RESUlts command.
Description
- This query only command returns the measurement results from the specified histogram. The argument must be in the form of {argument 1},{argument 2},{argument 3}. Argument 1 specifies which histogram measurement to return results for. Argument 2 specifies which acquisitions to return measurement results for. Argument 3 specifies which statistic to return measurement results for.
Usage
- Using the
.query(argument)method will send theHISTogram:HISTogram<x>:MEASurement:RESUlts? argumentquery. - Using the
.verify(argument, value)method will send theHISTogram:HISTogram<x>:MEASurement:RESUlts? argumentquery and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- HISTogram:HISTogram<x>:MEASurement:RESUlts? {COUNt|HITS|MAX|MIN|PK2PK|MODE|MEAN|MEDian|PHITs|STDDev|ONESigma|TWOSigma|THRSigma,ALLAcqs|CURRentacq|HISTory,MAXimum|MEAN|MINimum|PK2PK|POPUlation|STDDev}
Info
HISTogram<x>specifies the histogram number.COUNtspecifies the Count as the histogram measurement to return results for.HITSspecifies the Hits as the histogram measurement to return results for.MAXspecifies the Max as the histogram measurement to return results for.MINspecifies the Min as the histogram measurement to return results for.PK2PKspecifies the Peak-to-peak as the histogram measurement or statistic to return results for.MODEspecifies the Mode as the histogrammeasurement to return results for.MEANspecifies the Mean as the histogram measurement or statistic to return results for.MEDianspecifies the Median as the histogram measurement to return results for.PHITsspecifies the Peak Hits as the histogram measurement to return results for.STDDevspecifies the Standard Deviation as the histogram measurement or statistic to return results for.ONESigmaspecifies the μ±1(sigma) as the histogram measurement to return results for.TWOSigmaspecifies the μ±2(sigma) as the histogram measurement to return results for.THRSigmaspecifies the μ±3(sigma) as the histogram measurement to return results for.ALLAcqsspecifies the All Acquisitions as the acquisitions to return results for.CURRentacqspecifies the Current Acquisitions as the acquisitions to return results for.HISToryspecifies the History as the acquisitions to return results for.MAXimumspecifies the Maximum as the statistic to return results for.MINimumspecifies the Minimum as the statistic to return results for.POPUlationspecifies the Population as the statistic to return results for.
HistogramHistogramItemMeasurementStddev
¶
Bases: SCPICmdWrite, SCPICmdRead
The HISTogram:HISTogram<x>:MEASurement:STDDev command.
Description
- This command sets or queries whether the Standard Deviation measurement is enabled on the histogram.
Usage
- Using the
.query()method will send theHISTogram:HISTogram<x>:MEASurement:STDDev?query. - Using the
.verify(value)method will send theHISTogram:HISTogram<x>:MEASurement:STDDev?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theHISTogram:HISTogram<x>:MEASurement:STDDev valuecommand.
SCPI Syntax
- HISTogram:HISTogram<x>:MEASurement:STDDev {ON|OFF}
- HISTogram:HISTogram<x>:MEASurement:STDDev?
Info
HISTogram<x>specifies the histogram number.ONenables the Standard Deviation measurement.OFFdisables the Standard Deviation measurement.
HistogramHistogramItemMeasurementThrsigma
¶
Bases: SCPICmdWrite, SCPICmdRead
The HISTogram:HISTogram<x>:MEASurement:THRSigma command.
Description
- This command sets or queries whether the μ±3(sigma) measurement is enabled on the histogram.
Usage
- Using the
.query()method will send theHISTogram:HISTogram<x>:MEASurement:THRSigma?query. - Using the
.verify(value)method will send theHISTogram:HISTogram<x>:MEASurement:THRSigma?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theHISTogram:HISTogram<x>:MEASurement:THRSigma valuecommand.
SCPI Syntax
- HISTogram:HISTogram<x>:MEASurement:THRSigma {ON|OFF}
- HISTogram:HISTogram<x>:MEASurement:THRSigma?
Info
HISTogram<x>specifies the histogram number.ONenables the μ±3(sigma) measurement.OFFdisables the μ±3(sigma) measurement.
HistogramHistogramItemMeasurementTwosigma
¶
Bases: SCPICmdWrite, SCPICmdRead
The HISTogram:HISTogram<x>:MEASurement:TWOSigma command.
Description
- This command sets or queries whether the μ±2(sigma) measurement is enabled on the histogram.
Usage
- Using the
.query()method will send theHISTogram:HISTogram<x>:MEASurement:TWOSigma?query. - Using the
.verify(value)method will send theHISTogram:HISTogram<x>:MEASurement:TWOSigma?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theHISTogram:HISTogram<x>:MEASurement:TWOSigma valuecommand.
SCPI Syntax
- HISTogram:HISTogram<x>:MEASurement:TWOSigma {ON|OFF}
- HISTogram:HISTogram<x>:MEASurement:TWOSigma?
Info
HISTogram<x>specifies the histogram number.ONenables the μ±2(sigma) measurement.OFFdisables the μ±2(sigma) measurement.
HistogramHistogramItemSave
¶
Bases: SCPICmdWrite
The HISTogram:HISTogram<x>:SAVe command.
Description
- This command saves the specified histograms data as a comma separated list of values.
Usage
- Using the
.write(value)method will send theHISTogram:HISTogram<x>:SAVe valuecommand.
SCPI Syntax
- HISTogram:HISTogram<x>:SAVe <QString>
Info
HISTogram<x>specifies the histogram number.<QString>is the file path to save the.csv file to.
HistogramHistogramItemSize
¶
Bases: SCPICmdWrite, SCPICmdRead
The HISTogram:HISTogram<x>:SIZe command.
Description
- This command sets or queries the height or width of the specified histogram bins in divisions. This size can be larger than the box, which allows you to view the histogram bins easily.
Usage
- Using the
.query()method will send theHISTogram:HISTogram<x>:SIZe?query. - Using the
.verify(value)method will send theHISTogram:HISTogram<x>:SIZe?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theHISTogram:HISTogram<x>:SIZe valuecommand.
SCPI Syntax
- HISTogram:HISTogram<x>:SIZe <NR3>
- HISTogram:HISTogram<x>:SIZe?
Info
HISTogram<x>specifies the histogram number.<NR3>specifies the number of divisions to set the height or width of the histogram bins to.
HistogramHistogramItemSource
¶
Bases: SCPICmdWrite, SCPICmdRead
The HISTogram:HISTogram<x>:SOUrce command.
Description
- This command sets or queries which source waveform will be compared against the histogram box when the histogram testing is enabled.
Usage
- Using the
.query()method will send theHISTogram:HISTogram<x>:SOUrce?query. - Using the
.verify(value)method will send theHISTogram:HISTogram<x>:SOUrce?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theHISTogram:HISTogram<x>:SOUrce valuecommand.
SCPI Syntax
- HISTogram:HISTogram<x>:SOUrce {CH<x>|MATH<x>|REF<x>}
- HISTogram:HISTogram<x>:SOUrce?
Info
HISTogram<x>specifies the histogram number.CH<x>specifies an analog channel as source.MATH<x>specifies a math channel as source.REF<x>specifies a reference waveform as the source.
HistogramHistogramItemState
¶
Bases: SCPICmdWrite, SCPICmdRead
The HISTogram:HISTogram<x>:STATE command.
Description
- This command sets or queries whether histogram calculations are enabled for the specified histogram.
Usage
- Using the
.query()method will send theHISTogram:HISTogram<x>:STATE?query. - Using the
.verify(value)method will send theHISTogram:HISTogram<x>:STATE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theHISTogram:HISTogram<x>:STATE valuecommand.
SCPI Syntax
- HISTogram:HISTogram<x>:STATE {ON|OFF}
- HISTogram:HISTogram<x>:STATE?
Info
HISTogram<x>specifies the histogram number.ONenables the histogram calculations.OFFdisables the histogram calculations.
HistogramHistogramItemTransparency
¶
Bases: SCPICmdWrite, SCPICmdRead
The HISTogram:HISTogram<x>:TRANsparency command.
Description
- This command sets or queries the transparency of the histogram bins.
Usage
- Using the
.query()method will send theHISTogram:HISTogram<x>:TRANsparency?query. - Using the
.verify(value)method will send theHISTogram:HISTogram<x>:TRANsparency?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theHISTogram:HISTogram<x>:TRANsparency valuecommand.
SCPI Syntax
- HISTogram:HISTogram<x>:TRANsparency <NR3>
- HISTogram:HISTogram<x>:TRANsparency?
Info
HISTogram<x>specifies the histogram number.<NR3>specifies the transparency as a percentage, with a minimum of 0 and a maximum of 100.
HistogramList
¶
Bases: SCPICmdRead
The HISTogram:LIST command.
Description
- This query returns a comma separated list of all currently defined histograms.
Usage
- Using the
.query()method will send theHISTogram:LIST?query. - Using the
.verify(value)method will send theHISTogram:LIST?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- HISTogram:LIST?