dvm
¶
The dvm commands module.
These commands are used in the following models: DPO4K, DPO4KB, MDO3, MDO3K, MDO4K, MDO4KB, MDO4KC, MSO4K, MSO4KB
THIS FILE IS AUTO-GENERATED, IT SHOULD NOT BE MANUALLY MODIFIED.
Please report an issue if one is found.
Commands and Queries
- DVM {RESET}
- DVM:AUTORange {ON|OFF|1|0}
- DVM:AUTORange?
- DVM:DISPLAYSTYle {FULl|MINimum}
- DVM:DISPLAYSTYle?
- DVM:MEASUrement:FREQuency?
- DVM:MEASUrement:HIStory:AVErage?
- DVM:MEASUrement:HIStory:MAXimum?
- DVM:MEASUrement:HIStory:MINImum?
- DVM:MEASUrement:INFMAXimum?
- DVM:MEASUrement:INFMINimum?
- DVM:MEASUrement:VALue?
- DVM:MODe {ACRMS|ACDCRMS|DC|FREQuency|OFF}
- DVM:MODe?
- DVM:SOUrce {CH<x>}
- DVM:SOUrce?
Dvm
¶
Bases: SCPICmdWrite, SCPICmdRead
The DVM command.
Description
- Resets the Digital Voltmeter measurements and history.
Usage
- Using the
.write(value)method will send theDVM valuecommand.
SCPI Syntax
- DVM {RESET}
Properties
.autorange: TheDVM:AUTORangecommand..displaystyle: TheDVM:DISPLAYSTYlecommand..measurement: TheDVM:MEASUrementcommand tree..mode: TheDVM:MODecommand..source: TheDVM:SOUrcecommand.
autorange
property
¶
autorange: DvmAutorange
Return the DVM:AUTORange command.
Description
- Sets (or queries) the auto range state for the Digital Voltmeter.
Usage
- Using the
.query()method will send theDVM:AUTORange?query. - Using the
.verify(value)method will send theDVM:AUTORange?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theDVM:AUTORange valuecommand.
SCPI Syntax
- DVM:AUTORange {ON|OFF|1|0}
- DVM:AUTORange?
Info
1or ON turns on the auto range state for the Digital Voltmeter.0or OFF turns it off.
displaystyle
property
¶
displaystyle: DvmDisplaystyle
Return the DVM:DISPLAYSTYle command.
Description
- Sets (or queries) the display style for the Digital Voltmeter.
Usage
- Using the
.query()method will send theDVM:DISPLAYSTYle?query. - Using the
.verify(value)method will send theDVM:DISPLAYSTYle?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theDVM:DISPLAYSTYle valuecommand.
SCPI Syntax
- DVM:DISPLAYSTYle {FULl|MINimum}
- DVM:DISPLAYSTYle?
Info
FULlsets the display style for the DVM to Full.MINimumsets the display style for the DVM to Minimum.
measurement
property
¶
measurement: DvmMeasurement
Return the DVM:MEASUrement command tree.
Usage
- Using the
.query()method will send theDVM:MEASUrement?query. - Using the
.verify(value)method will send theDVM:MEASUrement?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.frequency: TheDVM:MEASUrement:FREQuencycommand..history: TheDVM:MEASUrement:HIStorycommand tree..infmaximum: TheDVM:MEASUrement:INFMAXimumcommand..infminimum: TheDVM:MEASUrement:INFMINimumcommand..value: TheDVM:MEASUrement:VALuecommand.
mode
property
¶
mode: DvmMode
Return the DVM:MODe command.
Description
- Specifies (or queries) the mode to use for the Digital Voltmeter (ACRMS, ACDCRMS, DC, Frequency, or OFF).
Usage
- Using the
.query()method will send theDVM:MODe?query. - Using the
.verify(value)method will send theDVM:MODe?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theDVM:MODe valuecommand.
SCPI Syntax
- DVM:MODe {ACRMS|ACDCRMS|DC|FREQuency|OFF}
- DVM:MODe?
Info
ACRMS- displays the root-mean-square value of the acquired data, with the DC component removed.ACDCRMS- displays the RMS value of the acquired data.DC- displays the DC value of the acquired data.FREQuency- displays the frequency counter measurement.OFF
source
property
¶
source: DvmSource
Return the DVM:SOUrce command.
Description
- Sets (or queries) the source for the Digital Voltmeter: Channel 1 - 4.
Usage
- Using the
.query()method will send theDVM:SOUrce?query. - Using the
.verify(value)method will send theDVM:SOUrce?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theDVM:SOUrce valuecommand.
SCPI Syntax
- DVM:SOUrce {CH<x>}
- DVM:SOUrce?
Info
CH<x>specify which channel to use as the source for the DVM.
DvmAutorange
¶
Bases: SCPICmdWrite, SCPICmdRead
The DVM:AUTORange command.
Description
- Sets (or queries) the auto range state for the Digital Voltmeter.
Usage
- Using the
.query()method will send theDVM:AUTORange?query. - Using the
.verify(value)method will send theDVM:AUTORange?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theDVM:AUTORange valuecommand.
SCPI Syntax
- DVM:AUTORange {ON|OFF|1|0}
- DVM:AUTORange?
Info
1or ON turns on the auto range state for the Digital Voltmeter.0or OFF turns it off.
DvmDisplaystyle
¶
Bases: SCPICmdWrite, SCPICmdRead
The DVM:DISPLAYSTYle command.
Description
- Sets (or queries) the display style for the Digital Voltmeter.
Usage
- Using the
.query()method will send theDVM:DISPLAYSTYle?query. - Using the
.verify(value)method will send theDVM:DISPLAYSTYle?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theDVM:DISPLAYSTYle valuecommand.
SCPI Syntax
- DVM:DISPLAYSTYle {FULl|MINimum}
- DVM:DISPLAYSTYle?
Info
FULlsets the display style for the DVM to Full.MINimumsets the display style for the DVM to Minimum.
DvmMeasurement
¶
Bases: SCPICmdRead
The DVM:MEASUrement command tree.
Usage
- Using the
.query()method will send theDVM:MEASUrement?query. - Using the
.verify(value)method will send theDVM:MEASUrement?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.frequency: TheDVM:MEASUrement:FREQuencycommand..history: TheDVM:MEASUrement:HIStorycommand tree..infmaximum: TheDVM:MEASUrement:INFMAXimumcommand..infminimum: TheDVM:MEASUrement:INFMINimumcommand..value: TheDVM:MEASUrement:VALuecommand.
frequency
property
¶
frequency: DvmMeasurementFrequency
Return the DVM:MEASUrement:FREQuency command.
Description
- Returns the current frequency value for the Digital Voltmeter. Any qualifier, such as ‘Measurement warning, Clipping positive’, is automatically set as an error event.
Usage
- Using the
.query()method will send theDVM:MEASUrement:FREQuency?query. - Using the
.verify(value)method will send theDVM:MEASUrement:FREQuency?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- DVM:MEASUrement:FREQuency?
history
property
¶
history: DvmMeasurementHistory
Return the DVM:MEASUrement:HIStory command tree.
Usage
- Using the
.query()method will send theDVM:MEASUrement:HIStory?query. - Using the
.verify(value)method will send theDVM:MEASUrement:HIStory?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.average: TheDVM:MEASUrement:HIStory:AVEragecommand..maximum: TheDVM:MEASUrement:HIStory:MAXimumcommand..minimum: TheDVM:MEASUrement:HIStory:MINImumcommand.
infmaximum
property
¶
infmaximum: DvmMeasurementInfmaximum
Return the DVM:MEASUrement:INFMAXimum command.
Description
- Returns the maximum DVM readout value over the entire time that the DVM has been on
since the last change using the
DVM:MODEorDVM:SOURCEcommands or DVM RESET. Any qualifier, such as ‘Measurement warning, Clipping positive’, is automatically set as an error event.
Usage
- Using the
.query()method will send theDVM:MEASUrement:INFMAXimum?query. - Using the
.verify(value)method will send theDVM:MEASUrement:INFMAXimum?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- DVM:MEASUrement:INFMAXimum?
infminimum
property
¶
infminimum: DvmMeasurementInfminimum
Return the DVM:MEASUrement:INFMINimum command.
Description
- Returns the minimum readout value of the DVM function over the entire time that the
DVM has been on since the last change using the
DVM:MODEorDVM:SOURCEcommands or DVM RESET. Any qualifier, such as ‘Measurement warning, Clipping positive’, is automatically set as an error event.
Usage
- Using the
.query()method will send theDVM:MEASUrement:INFMINimum?query. - Using the
.verify(value)method will send theDVM:MEASUrement:INFMINimum?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- DVM:MEASUrement:INFMINimum?
value
property
¶
value: DvmMeasurementValue
Return the DVM:MEASUrement:VALue command.
Description
- Returns the Digital Voltmeter value. Any qualifier, such as ‘Measurement warning, Clipping positive’, is automatically set as an error event.
Usage
- Using the
.query()method will send theDVM:MEASUrement:VALue?query. - Using the
.verify(value)method will send theDVM:MEASUrement:VALue?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- DVM:MEASUrement:VALue?
DvmMeasurementFrequency
¶
Bases: SCPICmdRead
The DVM:MEASUrement:FREQuency command.
Description
- Returns the current frequency value for the Digital Voltmeter. Any qualifier, such as ‘Measurement warning, Clipping positive’, is automatically set as an error event.
Usage
- Using the
.query()method will send theDVM:MEASUrement:FREQuency?query. - Using the
.verify(value)method will send theDVM:MEASUrement:FREQuency?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- DVM:MEASUrement:FREQuency?
DvmMeasurementHistory
¶
Bases: SCPICmdRead
The DVM:MEASUrement:HIStory command tree.
Usage
- Using the
.query()method will send theDVM:MEASUrement:HIStory?query. - Using the
.verify(value)method will send theDVM:MEASUrement:HIStory?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.average: TheDVM:MEASUrement:HIStory:AVEragecommand..maximum: TheDVM:MEASUrement:HIStory:MAXimumcommand..minimum: TheDVM:MEASUrement:HIStory:MINImumcommand.
average
property
¶
average: DvmMeasurementHistoryAverage
Return the DVM:MEASUrement:HIStory:AVErage command.
Description
- Returns the average readout value for the Digital Voltmeter function over the history period. Any qualifier, such as ‘Measurement warning, Clipping positive’, is automatically set as an error event.
Usage
- Using the
.query()method will send theDVM:MEASUrement:HIStory:AVErage?query. - Using the
.verify(value)method will send theDVM:MEASUrement:HIStory:AVErage?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- DVM:MEASUrement:HIStory:AVErage?
maximum
property
¶
maximum: DvmMeasurementHistoryMaximum
Return the DVM:MEASUrement:HIStory:MAXimum command.
Description
- Returns the maximum readout value for the DVM function over the history period. Any qualifier, such as ‘Measurement warning, Clipping positive’, is automatically set as an error event.
Usage
- Using the
.query()method will send theDVM:MEASUrement:HIStory:MAXimum?query. - Using the
.verify(value)method will send theDVM:MEASUrement:HIStory:MAXimum?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- DVM:MEASUrement:HIStory:MAXimum?
minimum
property
¶
minimum: DvmMeasurementHistoryMinimum
Return the DVM:MEASUrement:HIStory:MINImum command.
Description
- Returns the minimum readout value for the DVM function over the history period. Any qualifier, such as ‘Measurement warning, Clipping positive’, is automatically set as an error event.
Usage
- Using the
.query()method will send theDVM:MEASUrement:HIStory:MINImum?query. - Using the
.verify(value)method will send theDVM:MEASUrement:HIStory:MINImum?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- DVM:MEASUrement:HIStory:MINImum?
DvmMeasurementHistoryAverage
¶
Bases: SCPICmdRead
The DVM:MEASUrement:HIStory:AVErage command.
Description
- Returns the average readout value for the Digital Voltmeter function over the history period. Any qualifier, such as ‘Measurement warning, Clipping positive’, is automatically set as an error event.
Usage
- Using the
.query()method will send theDVM:MEASUrement:HIStory:AVErage?query. - Using the
.verify(value)method will send theDVM:MEASUrement:HIStory:AVErage?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- DVM:MEASUrement:HIStory:AVErage?
DvmMeasurementHistoryMaximum
¶
Bases: SCPICmdRead
The DVM:MEASUrement:HIStory:MAXimum command.
Description
- Returns the maximum readout value for the DVM function over the history period. Any qualifier, such as ‘Measurement warning, Clipping positive’, is automatically set as an error event.
Usage
- Using the
.query()method will send theDVM:MEASUrement:HIStory:MAXimum?query. - Using the
.verify(value)method will send theDVM:MEASUrement:HIStory:MAXimum?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- DVM:MEASUrement:HIStory:MAXimum?
DvmMeasurementHistoryMinimum
¶
Bases: SCPICmdRead
The DVM:MEASUrement:HIStory:MINImum command.
Description
- Returns the minimum readout value for the DVM function over the history period. Any qualifier, such as ‘Measurement warning, Clipping positive’, is automatically set as an error event.
Usage
- Using the
.query()method will send theDVM:MEASUrement:HIStory:MINImum?query. - Using the
.verify(value)method will send theDVM:MEASUrement:HIStory:MINImum?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- DVM:MEASUrement:HIStory:MINImum?
DvmMeasurementInfmaximum
¶
Bases: SCPICmdRead
The DVM:MEASUrement:INFMAXimum command.
Description
- Returns the maximum DVM readout value over the entire time that the DVM has been on since
the last change using the
DVM:MODEorDVM:SOURCEcommands or DVM RESET. Any qualifier, such as ‘Measurement warning, Clipping positive’, is automatically set as an error event.
Usage
- Using the
.query()method will send theDVM:MEASUrement:INFMAXimum?query. - Using the
.verify(value)method will send theDVM:MEASUrement:INFMAXimum?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- DVM:MEASUrement:INFMAXimum?
DvmMeasurementInfminimum
¶
Bases: SCPICmdRead
The DVM:MEASUrement:INFMINimum command.
Description
- Returns the minimum readout value of the DVM function over the entire time that the DVM
has been on since the last change using the
DVM:MODEorDVM:SOURCEcommands or DVM RESET. Any qualifier, such as ‘Measurement warning, Clipping positive’, is automatically set as an error event.
Usage
- Using the
.query()method will send theDVM:MEASUrement:INFMINimum?query. - Using the
.verify(value)method will send theDVM:MEASUrement:INFMINimum?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- DVM:MEASUrement:INFMINimum?
DvmMeasurementValue
¶
Bases: SCPICmdRead
The DVM:MEASUrement:VALue command.
Description
- Returns the Digital Voltmeter value. Any qualifier, such as ‘Measurement warning, Clipping positive’, is automatically set as an error event.
Usage
- Using the
.query()method will send theDVM:MEASUrement:VALue?query. - Using the
.verify(value)method will send theDVM:MEASUrement:VALue?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- DVM:MEASUrement:VALue?
DvmMode
¶
Bases: SCPICmdWrite, SCPICmdRead
The DVM:MODe command.
Description
- Specifies (or queries) the mode to use for the Digital Voltmeter (ACRMS, ACDCRMS, DC, Frequency, or OFF).
Usage
- Using the
.query()method will send theDVM:MODe?query. - Using the
.verify(value)method will send theDVM:MODe?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theDVM:MODe valuecommand.
SCPI Syntax
- DVM:MODe {ACRMS|ACDCRMS|DC|FREQuency|OFF}
- DVM:MODe?
Info
ACRMS- displays the root-mean-square value of the acquired data, with the DC component removed.ACDCRMS- displays the RMS value of the acquired data.DC- displays the DC value of the acquired data.FREQuency- displays the frequency counter measurement.OFF
DvmSource
¶
Bases: SCPICmdWrite, SCPICmdRead
The DVM:SOUrce command.
Description
- Sets (or queries) the source for the Digital Voltmeter: Channel 1 - 4.
Usage
- Using the
.query()method will send theDVM:SOUrce?query. - Using the
.verify(value)method will send theDVM:SOUrce?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theDVM:SOUrce valuecommand.
SCPI Syntax
- DVM:SOUrce {CH<x>}
- DVM:SOUrce?
Info
CH<x>specify which channel to use as the source for the DVM.