dmm
¶
The dmm commands module.
These commands are used in the following models: DMM6500
THIS FILE IS AUTO-GENERATED, IT SHOULD NOT BE MANUALLY MODIFIED.
Please report an issue if one is found.
Attributes and Functions
- dmm.digitize.analogtrigger.edge.level
- dmm.digitize.analogtrigger.edge.slope
- dmm.digitize.analogtrigger.mode
- dmm.digitize.analogtrigger.window.direction
- dmm.digitize.analogtrigger.window.levelhigh
- dmm.digitize.analogtrigger.window.levellow
- dmm.digitize.dbmreference
- dmm.digitize.dbreference
- dmm.digitize.inputimpedance
- dmm.measure.analogtrigger.edge.level
- dmm.measure.analogtrigger.edge.slope
- dmm.measure.analogtrigger.mode
- dmm.measure.analogtrigger.window.direction
- dmm.measure.analogtrigger.window.levelhigh
- dmm.measure.analogtrigger.window.levellow
- dmm.measure.aperture
- dmm.measure.autodelay
- dmm.measure.autorange
- dmm.measure.autozero.enable
- dmm.measure.bias.level
- dmm.measure.count
- dmm.measure.dbmreference
- dmm.measure.detectorbandwidth
- dmm.measure.displaydigits
- dmm.measure.filter.count
- dmm.measure.filter.enable
- dmm.measure.filter.type
- dmm.measure.filter.window
- dmm.measure.fourrtd
- dmm.measure.func
- dmm.measure.inputimpedance
- dmm.measure.limit[Y].autoclear
- dmm.measure.limit[Y].enable
- dmm.measure.limit[Y].fail
- dmm.measure.limit[Y].high.value
- dmm.measure.limit[Y].low.value
- dmm.measure.linesync
- dmm.measure.math.enable
- dmm.measure.math.format
- dmm.measure.math.mxb.bfactor
- dmm.measure.math.mxb.mfactor
- dmm.measure.math.percent
- dmm.measure.nplc
- dmm.measure.offsetcompensation.enable
- dmm.measure.opendetector
- dmm.measure.range
- dmm.measure.read()
- dmm.measure.refjunction
- dmm.measure.rel.enable
- dmm.measure.rel.level
- dmm.measure.rel.method
- dmm.measure.rtdalpha
- dmm.measure.rtdbeta
- dmm.measure.rtddelta
- dmm.measure.rtdzero
- dmm.measure.sense.autorange
- dmm.measure.sense.range
- dmm.measure.setattribute()
- dmm.measure.thermistor
- dmm.measure.thermocouple
- dmm.measure.threertd
- dmm.measure.threshold.autorange
- dmm.measure.threshold.range
- dmm.measure.transducer
- dmm.measure.twortd
- dmm.measure.unit
- dmm.reset()
- dmm.terminals
Dmm
¶
Bases: BaseTSPCmd
The dmm command tree.
Properties and methods
.digitize: Thedmm.digitizecommand tree..measure: Thedmm.measurecommand tree..reset(): Thedmm.reset()function..terminals: Thedmm.terminalsattribute.
digitize
property
¶
digitize: DmmDigitize
Return the dmm.digitize command tree.
Sub-properties and sub-methods
.analogtrigger: Thedmm.digitize.analogtriggercommand tree..dbmreference: Thedmm.digitize.dbmreferenceattribute..dbreference: Thedmm.digitize.dbreferenceattribute..inputimpedance: Thedmm.digitize.inputimpedanceattribute.
measure
property
¶
measure: DmmMeasure
Return the dmm.measure command tree.
Sub-properties and sub-methods
.analogtrigger: Thedmm.measure.analogtriggercommand tree..aperture: Thedmm.measure.apertureattribute..autodelay: Thedmm.measure.autodelayattribute..autorange: Thedmm.measure.autorangeattribute..autozero: Thedmm.measure.autozerocommand tree..bias: Thedmm.measure.biascommand tree..count: Thedmm.measure.countattribute..dbmreference: Thedmm.measure.dbmreferenceattribute..detectorbandwidth: Thedmm.measure.detectorbandwidthattribute..displaydigits: Thedmm.measure.displaydigitsattribute..filter: Thedmm.measure.filtercommand tree..fourrtd: Thedmm.measure.fourrtdattribute..func: Thedmm.measure.funcattribute..inputimpedance: Thedmm.measure.inputimpedanceattribute..limit: Thedmm.measure.limit[Y]command tree..linesync: Thedmm.measure.linesyncattribute..math: Thedmm.measure.mathcommand tree..nplc: Thedmm.measure.nplcattribute..offsetcompensation: Thedmm.measure.offsetcompensationcommand tree..opendetector: Thedmm.measure.opendetectorattribute..range: Thedmm.measure.rangeattribute..read(): Thedmm.measure.read()function..refjunction: Thedmm.measure.refjunctionattribute..rel: Thedmm.measure.relcommand tree..rtdalpha: Thedmm.measure.rtdalphaattribute..rtdbeta: Thedmm.measure.rtdbetaattribute..rtddelta: Thedmm.measure.rtddeltaattribute..rtdzero: Thedmm.measure.rtdzeroattribute..sense: Thedmm.measure.sensecommand tree..setattribute(): Thedmm.measure.setattribute()function..thermistor: Thedmm.measure.thermistorattribute..thermocouple: Thedmm.measure.thermocoupleattribute..threertd: Thedmm.measure.threertdattribute..threshold: Thedmm.measure.thresholdcommand tree..transducer: Thedmm.measure.transducerattribute..twortd: Thedmm.measure.twortdattribute..unit: Thedmm.measure.unitattribute.
terminals
property
¶
terminals: str
Access the dmm.terminals attribute.
Description
- This attribute describes which set of input and output terminals the instrument is using.
Usage
- Accessing this property will send the
print(dmm.terminals)query.
TSP Syntax
- print(dmm.terminals)
| Raises: |
|
|---|
reset
¶
reset(scope: str) -> None
Run the dmm.reset() function.
Description
- Resets the DMM functions and attributes in the instrument, as indicated by the parameter.
TSP Syntax
- dmm.reset()
| Parameters: |
|
|---|
| Raises: |
|
|---|
DmmDigitize
¶
Bases: BaseTSPCmd
The dmm.digitize command tree.
Properties and methods
.analogtrigger: Thedmm.digitize.analogtriggercommand tree..dbmreference: Thedmm.digitize.dbmreferenceattribute..dbreference: Thedmm.digitize.dbreferenceattribute..inputimpedance: Thedmm.digitize.inputimpedanceattribute.
analogtrigger
property
¶
analogtrigger: DmmDigitizeAnalogtrigger
Return the dmm.digitize.analogtrigger command tree.
Sub-properties and sub-methods
.edge: Thedmm.digitize.analogtrigger.edgecommand tree..mode: Thedmm.digitize.analogtrigger.modeattribute..window: Thedmm.digitize.analogtrigger.windowcommand tree.
dbmreference
property
writable
¶
dbmreference: str
Access the dmm.digitize.dbmreference attribute.
Description
- This attribute defines the decibel-milliwatts (dBm) reference.
Usage
- Accessing this property will send the
print(dmm.digitize.dbmreference)query. - Setting this property to a value will send the
dmm.digitize.dbmreference = valuecommand.
TSP Syntax
- dmm.digitize.dbmreference = value
- print(dmm.digitize.dbmreference)
| Raises: |
|
|---|
dbreference
property
writable
¶
dbreference: str
Access the dmm.digitize.dbreference attribute.
Description
- This attribute defines the decibel (dB) reference setting for the DMM in volts.
Usage
- Accessing this property will send the
print(dmm.digitize.dbreference)query. - Setting this property to a value will send the
dmm.digitize.dbreference = valuecommand.
TSP Syntax
- dmm.digitize.dbreference = value
- print(dmm.digitize.dbreference)
| Raises: |
|
|---|
inputimpedance
property
writable
¶
inputimpedance: str
Access the dmm.digitize.inputimpedance attribute.
Description
- This attribute determines when the 10 MΩ input divider is enabled.
Usage
- Accessing this property will send the
print(dmm.digitize.inputimpedance)query. - Setting this property to a value will send the
dmm.digitize.inputimpedance = valuecommand.
TSP Syntax
- dmm.digitize.inputimpedance = value
- print(dmm.digitize.inputimpedance)
| Raises: |
|
|---|
DmmDigitizeAnalogtrigger
¶
Bases: BaseTSPCmd
The dmm.digitize.analogtrigger command tree.
Properties and methods
.edge: Thedmm.digitize.analogtrigger.edgecommand tree..mode: Thedmm.digitize.analogtrigger.modeattribute..window: Thedmm.digitize.analogtrigger.windowcommand tree.
edge
property
¶
Return the dmm.digitize.analogtrigger.edge command tree.
Sub-properties and sub-methods
.level: Thedmm.digitize.analogtrigger.edge.levelattribute..slope: Thedmm.digitize.analogtrigger.edge.slopeattribute.
mode
property
writable
¶
mode: str
Access the dmm.digitize.analogtrigger.mode attribute.
Description
- This attribute configures the type of signal behavior that can generate an analog trigger event.
Usage
- Accessing this property will send the
print(dmm.digitize.analogtrigger.mode)query. - Setting this property to a value will send the
dmm.digitize.analogtrigger.mode = valuecommand.
TSP Syntax
- dmm.digitize.analogtrigger.mode = value
- print(dmm.digitize.analogtrigger.mode)
| Raises: |
|
|---|
window
property
¶
window: DmmDigitizeAnalogtriggerWindow
Return the dmm.digitize.analogtrigger.window command tree.
Sub-properties and sub-methods
.direction: Thedmm.digitize.analogtrigger.window.directionattribute..levelhigh: Thedmm.digitize.analogtrigger.window.levelhighattribute..levellow: Thedmm.digitize.analogtrigger.window.levellowattribute.
DmmDigitizeAnalogtriggerEdge
¶
Bases: BaseTSPCmd
The dmm.digitize.analogtrigger.edge command tree.
Properties and methods
.level: Thedmm.digitize.analogtrigger.edge.levelattribute..slope: Thedmm.digitize.analogtrigger.edge.slopeattribute.
level
property
writable
¶
level: str
Access the dmm.digitize.analogtrigger.edge.level attribute.
Description
- This attribute defines the signal level that generates the analog trigger event for the edge trigger mode.
Usage
- Accessing this property will send the
print(dmm.digitize.analogtrigger.edge.level)query. - Setting this property to a value will send the
dmm.digitize.analogtrigger.edge.level = valuecommand.
TSP Syntax
- dmm.digitize.analogtrigger.edge.level = value
- print(dmm.digitize.analogtrigger.edge.level)
| Raises: |
|
|---|
slope
property
writable
¶
slope: str
Access the dmm.digitize.analogtrigger.edge.slope attribute.
Description
- This attribute defines the slope of the analog trigger edge.
Usage
- Accessing this property will send the
print(dmm.digitize.analogtrigger.edge.slope)query. - Setting this property to a value will send the
dmm.digitize.analogtrigger.edge.slope = valuecommand.
TSP Syntax
- dmm.digitize.analogtrigger.edge.slope = value
- print(dmm.digitize.analogtrigger.edge.slope)
| Raises: |
|
|---|
DmmDigitizeAnalogtriggerWindow
¶
Bases: BaseTSPCmd
The dmm.digitize.analogtrigger.window command tree.
Properties and methods
.direction: Thedmm.digitize.analogtrigger.window.directionattribute..levelhigh: Thedmm.digitize.analogtrigger.window.levelhighattribute..levellow: Thedmm.digitize.analogtrigger.window.levellowattribute.
direction
property
writable
¶
direction: str
Access the dmm.digitize.analogtrigger.window.direction attribute.
Description
- This attribute defines if the analog trigger occurs when the signal enters or leaves the defined high and low analog signal level boundaries.
Usage
- Accessing this property will send the
print(dmm.digitize.analogtrigger.window.direction)query. - Setting this property to a value will send the
dmm.digitize.analogtrigger.window.direction = valuecommand.
TSP Syntax
- dmm.digitize.analogtrigger.window.direction = value
- print(dmm.digitize.analogtrigger.window.direction)
| Raises: |
|
|---|
levelhigh
property
writable
¶
levelhigh: str
Access the dmm.digitize.analogtrigger.window.levelhigh attribute.
Description
- This attribute defines the upper boundary of the analog trigger window.
Usage
- Accessing this property will send the
print(dmm.digitize.analogtrigger.window.levelhigh)query. - Setting this property to a value will send the
dmm.digitize.analogtrigger.window.levelhigh = valuecommand.
TSP Syntax
- dmm.digitize.analogtrigger.window.levelhigh = value
- print(dmm.digitize.analogtrigger.window.levelhigh)
| Raises: |
|
|---|
levellow
property
writable
¶
levellow: str
Access the dmm.digitize.analogtrigger.window.levellow attribute.
Description
- This attribute defines the lower boundary of the analog trigger window.
Usage
- Accessing this property will send the
print(dmm.digitize.analogtrigger.window.levellow)query. - Setting this property to a value will send the
dmm.digitize.analogtrigger.window.levellow = valuecommand.
TSP Syntax
- dmm.digitize.analogtrigger.window.levellow = value
- print(dmm.digitize.analogtrigger.window.levellow)
| Raises: |
|
|---|
DmmMeasure
¶
Bases: BaseTSPCmd
The dmm.measure command tree.
Properties and methods
.analogtrigger: Thedmm.measure.analogtriggercommand tree..aperture: Thedmm.measure.apertureattribute..autodelay: Thedmm.measure.autodelayattribute..autorange: Thedmm.measure.autorangeattribute..autozero: Thedmm.measure.autozerocommand tree..bias: Thedmm.measure.biascommand tree..count: Thedmm.measure.countattribute..dbmreference: Thedmm.measure.dbmreferenceattribute..detectorbandwidth: Thedmm.measure.detectorbandwidthattribute..displaydigits: Thedmm.measure.displaydigitsattribute..filter: Thedmm.measure.filtercommand tree..fourrtd: Thedmm.measure.fourrtdattribute..func: Thedmm.measure.funcattribute..inputimpedance: Thedmm.measure.inputimpedanceattribute..limit: Thedmm.measure.limit[Y]command tree..linesync: Thedmm.measure.linesyncattribute..math: Thedmm.measure.mathcommand tree..nplc: Thedmm.measure.nplcattribute..offsetcompensation: Thedmm.measure.offsetcompensationcommand tree..opendetector: Thedmm.measure.opendetectorattribute..range: Thedmm.measure.rangeattribute..read(): Thedmm.measure.read()function..refjunction: Thedmm.measure.refjunctionattribute..rel: Thedmm.measure.relcommand tree..rtdalpha: Thedmm.measure.rtdalphaattribute..rtdbeta: Thedmm.measure.rtdbetaattribute..rtddelta: Thedmm.measure.rtddeltaattribute..rtdzero: Thedmm.measure.rtdzeroattribute..sense: Thedmm.measure.sensecommand tree..setattribute(): Thedmm.measure.setattribute()function..thermistor: Thedmm.measure.thermistorattribute..thermocouple: Thedmm.measure.thermocoupleattribute..threertd: Thedmm.measure.threertdattribute..threshold: Thedmm.measure.thresholdcommand tree..transducer: Thedmm.measure.transducerattribute..twortd: Thedmm.measure.twortdattribute..unit: Thedmm.measure.unitattribute.
analogtrigger
property
¶
analogtrigger: DmmMeasureAnalogtrigger
Return the dmm.measure.analogtrigger command tree.
Sub-properties and sub-methods
.edge: Thedmm.measure.analogtrigger.edgecommand tree..mode: Thedmm.measure.analogtrigger.modeattribute..window: Thedmm.measure.analogtrigger.windowcommand tree.
aperture
property
writable
¶
aperture: str
Access the dmm.measure.aperture attribute.
Description
- This function determines the aperture setting for the selected function.
Usage
- Accessing this property will send the
print(dmm.measure.aperture)query. - Setting this property to a value will send the
dmm.measure.aperture = valuecommand.
TSP Syntax
- dmm.measure.aperture = value
- print(dmm.measure.aperture)
| Raises: |
|
|---|
autodelay
property
writable
¶
autodelay: str
Access the dmm.measure.autodelay attribute.
Description
- This attribute enables or disables the automatic delay that occurs before each measurement.
Usage
- Accessing this property will send the
print(dmm.measure.autodelay)query. - Setting this property to a value will send the
dmm.measure.autodelay = valuecommand.
TSP Syntax
- dmm.measure.autodelay = value
- print(dmm.measure.autodelay)
| Raises: |
|
|---|
autorange
property
writable
¶
autorange: str
Access the dmm.measure.autorange attribute.
Description
- This attribute determines if the measurement range is set manually or automatically for the selected measure function.
Usage
- Accessing this property will send the
print(dmm.measure.autorange)query. - Setting this property to a value will send the
dmm.measure.autorange = valuecommand.
TSP Syntax
- dmm.measure.autorange = value
- print(dmm.measure.autorange)
| Raises: |
|
|---|
autozero
property
¶
autozero: DmmMeasureAutozero
Return the dmm.measure.autozero command tree.
Sub-properties and sub-methods
.enable: Thedmm.measure.autozero.enableattribute.
bias
property
¶
bias: DmmMeasureBias
Return the dmm.measure.bias command tree.
Sub-properties and sub-methods
.level: Thedmm.measure.bias.levelattribute.
count
property
writable
¶
count: str
Access the dmm.measure.count attribute.
Description
- This attribute sets the number of measurements to make when a measurement is requested.
Usage
- Accessing this property will send the
print(dmm.measure.count)query. - Setting this property to a value will send the
dmm.measure.count = valuecommand.
TSP Syntax
- dmm.measure.count = value
- print(dmm.measure.count)
| Raises: |
|
|---|
dbmreference
property
writable
¶
dbmreference: str
Access the dmm.measure.dbmreference attribute.
Description
- This attribute defines the decibel-milliwatts (dBm) reference.
Usage
- Accessing this property will send the
print(dmm.measure.dbmreference)query. - Setting this property to a value will send the
dmm.measure.dbmreference = valuecommand.
TSP Syntax
- dmm.measure.dbmreference = value
- print(dmm.measure.dbmreference)
| Raises: |
|
|---|
detectorbandwidth
property
writable
¶
detectorbandwidth: str
Access the dmm.measure.detectorbandwidth attribute.
Description
- This attribute selects the detector bandwidth for AC current and AC voltage measurements.
Usage
- Accessing this property will send the
print(dmm.measure.detectorbandwidth)query. - Setting this property to a value will send the
dmm.measure.detectorbandwidth = valuecommand.
TSP Syntax
- dmm.measure.detectorbandwidth = value
- print(dmm.measure.detectorbandwidth)
| Raises: |
|
|---|
displaydigits
property
writable
¶
displaydigits: str
Access the dmm.measure.displaydigits attribute.
Description
- This attribute determines the number of digits that are displayed for measurements on the front panel.
Usage
- Accessing this property will send the
print(dmm.measure.displaydigits)query. - Setting this property to a value will send the
dmm.measure.displaydigits = valuecommand.
TSP Syntax
- dmm.measure.displaydigits = value
- print(dmm.measure.displaydigits)
| Raises: |
|
|---|
filter
property
¶
filter: DmmMeasureFilter
Return the dmm.measure.filter command tree.
Sub-properties and sub-methods
.count: Thedmm.measure.filter.countattribute..enable: Thedmm.measure.filter.enableattribute..type: Thedmm.measure.filter.typeattribute..window: Thedmm.measure.filter.windowattribute.
fourrtd
property
writable
¶
fourrtd: str
Access the dmm.measure.fourrtd attribute.
Description
- This attribute defines the type of 4-wire RTD that is being used
Usage
- Accessing this property will send the
print(dmm.measure.fourrtd)query. - Setting this property to a value will send the
dmm.measure.fourrtd = valuecommand.
TSP Syntax
- dmm.measure.fourrtd = value
- print(dmm.measure.fourrtd)
| Raises: |
|
|---|
func
property
writable
¶
func: str
Access the dmm.measure.func attribute.
Description
- This attribute selects the active measure function.
Usage
- Accessing this property will send the
print(dmm.measure.func)query. - Setting this property to a value will send the
dmm.measure.func = valuecommand.
TSP Syntax
- dmm.measure.func = value
- print(dmm.measure.func)
| Raises: |
|
|---|
inputimpedance
property
writable
¶
inputimpedance: str
Access the dmm.measure.inputimpedance attribute.
Description
- This attribute determines when the 10 MΩ input divider is enabled.
Usage
- Accessing this property will send the
print(dmm.measure.inputimpedance)query. - Setting this property to a value will send the
dmm.measure.inputimpedance = valuecommand.
TSP Syntax
- dmm.measure.inputimpedance = value
- print(dmm.measure.inputimpedance)
| Raises: |
|
|---|
limit
property
¶
limit: dict[int, DmmMeasureLimitItem]
Return the dmm.measure.limit[Y] command tree.
Info
Y, the limit number: 1 or 2.
Sub-properties and sub-methods
.autoclear: Thedmm.measure.limit[Y].autoclearattribute..enable: Thedmm.measure.limit[Y].enableattribute..fail: Thedmm.measure.limit[Y].failattribute..high: Thedmm.measure.limit[Y].highcommand tree..low: Thedmm.measure.limit[Y].lowcommand tree.
linesync
property
writable
¶
linesync: str
Access the dmm.measure.linesync attribute.
Description
- This attribute determines if line synchronization is used during the measurement.
Usage
- Accessing this property will send the
print(dmm.measure.linesync)query. - Setting this property to a value will send the
dmm.measure.linesync = valuecommand.
TSP Syntax
- dmm.measure.linesync = value
- print(dmm.measure.linesync)
| Raises: |
|
|---|
math
property
¶
math: DmmMeasureMath
Return the dmm.measure.math command tree.
Sub-properties and sub-methods
.enable: Thedmm.measure.math.enableattribute..format: Thedmm.measure.math.formatattribute..mxb: Thedmm.measure.math.mxbcommand tree..percent: Thedmm.measure.math.percentattribute.
nplc
property
writable
¶
nplc: str
Access the dmm.measure.nplc attribute.
Description
- This command sets the time that the input signal is measured for the selected function.
Usage
- Accessing this property will send the
print(dmm.measure.nplc)query. - Setting this property to a value will send the
dmm.measure.nplc = valuecommand.
TSP Syntax
- dmm.measure.nplc = value
- print(dmm.measure.nplc)
| Raises: |
|
|---|
offsetcompensation
property
¶
offsetcompensation: DmmMeasureOffsetcompensation
Return the dmm.measure.offsetcompensation command tree.
Sub-properties and sub-methods
.enable: Thedmm.measure.offsetcompensation.enableattribute.
opendetector
property
writable
¶
opendetector: str
Access the dmm.measure.opendetector attribute.
Description
- This attribute determines if the detection of open leads is enabled or disabled.
Usage
- Accessing this property will send the
print(dmm.measure.opendetector)query. - Setting this property to a value will send the
dmm.measure.opendetector = valuecommand.
TSP Syntax
- dmm.measure.opendetector = value
- print(dmm.measure.opendetector)
| Raises: |
|
|---|
range
property
writable
¶
range: str
Access the dmm.measure.range attribute.
Description
- This attribute determines the positive full-scale measure range.
Usage
- Accessing this property will send the
print(dmm.measure.range)query. - Setting this property to a value will send the
dmm.measure.range = valuecommand.
TSP Syntax
- dmm.measure.range = value
- print(dmm.measure.range)
| Raises: |
|
|---|
refjunction
property
writable
¶
refjunction: str
Access the dmm.measure.refjunction attribute.
Description
- This attribute defines the type of the thermocouple reference junction.
Usage
- Accessing this property will send the
print(dmm.measure.refjunction)query. - Setting this property to a value will send the
dmm.measure.refjunction = valuecommand.
TSP Syntax
- dmm.measure.refjunction = value
- print(dmm.measure.refjunction)
| Raises: |
|
|---|
rel
property
¶
rel: DmmMeasureRel
Return the dmm.measure.rel command tree.
Sub-properties and sub-methods
.enable: Thedmm.measure.rel.enableattribute..level: Thedmm.measure.rel.levelattribute..method: Thedmm.measure.rel.methodattribute.
rtdalpha
property
writable
¶
rtdalpha: str
Access the dmm.measure.rtdalpha attribute.
Description
- This attribute contains the alpha value of a user-defined RTD.
Usage
- Accessing this property will send the
print(dmm.measure.rtdalpha)query. - Setting this property to a value will send the
dmm.measure.rtdalpha = valuecommand.
TSP Syntax
- dmm.measure.rtdalpha = value
- print(dmm.measure.rtdalpha)
| Raises: |
|
|---|
rtdbeta
property
writable
¶
rtdbeta: str
Access the dmm.measure.rtdbeta attribute.
Description
- This attribute contains the beta value of a user-defined RTD.
Usage
- Accessing this property will send the
print(dmm.measure.rtdbeta)query. - Setting this property to a value will send the
dmm.measure.rtdbeta = valuecommand.
TSP Syntax
- dmm.measure.rtdbeta = value
- print(dmm.measure.rtdbeta)
| Raises: |
|
|---|
rtddelta
property
writable
¶
rtddelta: str
Access the dmm.measure.rtddelta attribute.
Description
- This attribute contains the delta value of a user-defined RTD.
Usage
- Accessing this property will send the
print(dmm.measure.rtddelta)query. - Setting this property to a value will send the
dmm.measure.rtddelta = valuecommand.
TSP Syntax
- dmm.measure.rtddelta = value
- print(dmm.measure.rtddelta)
| Raises: |
|
|---|
rtdzero
property
writable
¶
rtdzero: str
Access the dmm.measure.rtdzero attribute.
Description
- This attribute contains the zero value of a user-defined RTD.
Usage
- Accessing this property will send the
print(dmm.measure.rtdzero)query. - Setting this property to a value will send the
dmm.measure.rtdzero = valuecommand.
TSP Syntax
- dmm.measure.rtdzero = value
- print(dmm.measure.rtdzero)
| Raises: |
|
|---|
sense
property
¶
sense: DmmMeasureSense
Return the dmm.measure.sense command tree.
Sub-properties and sub-methods
.autorange: Thedmm.measure.sense.autorangeattribute..range: Thedmm.measure.sense.rangeattribute.
thermistor
property
writable
¶
thermistor: str
Access the dmm.measure.thermistor attribute.
Description
- This attribute describes the type of thermistor.
Usage
- Accessing this property will send the
print(dmm.measure.thermistor)query. - Setting this property to a value will send the
dmm.measure.thermistor = valuecommand.
TSP Syntax
- dmm.measure.thermistor = value
- print(dmm.measure.thermistor)
| Raises: |
|
|---|
thermocouple
property
writable
¶
thermocouple: str
Access the dmm.measure.thermocouple attribute.
Description
- This attribute indicates the thermocouple type.
Usage
- Accessing this property will send the
print(dmm.measure.thermocouple)query. - Setting this property to a value will send the
dmm.measure.thermocouple = valuecommand.
TSP Syntax
- dmm.measure.thermocouple = value
- print(dmm.measure.thermocouple)
| Raises: |
|
|---|
threertd
property
writable
¶
threertd: str
Access the dmm.measure.threertd attribute.
Description
- This attribute defines the type of three-wire RTD that is being used.
Usage
- Accessing this property will send the
print(dmm.measure.threertd)query. - Setting this property to a value will send the
dmm.measure.threertd = valuecommand.
TSP Syntax
- dmm.measure.threertd = value
- print(dmm.measure.threertd)
| Raises: |
|
|---|
threshold
property
¶
threshold: DmmMeasureThreshold
Return the dmm.measure.threshold command tree.
Sub-properties and sub-methods
.autorange: Thedmm.measure.threshold.autorangeattribute..range: Thedmm.measure.threshold.rangeattribute.
transducer
property
writable
¶
transducer: str
Access the dmm.measure.transducer attribute.
Description
- This attribute sets the transducer type for the temperature measurement function.
Usage
- Accessing this property will send the
print(dmm.measure.transducer)query. - Setting this property to a value will send the
dmm.measure.transducer = valuecommand.
TSP Syntax
- dmm.measure.transducer = value
- print(dmm.measure.transducer)
| Raises: |
|
|---|
twortd
property
writable
¶
twortd: str
Access the dmm.measure.twortd attribute.
Description
- This attribute defines the type of 2-wire RTD that is being used.
Usage
- Accessing this property will send the
print(dmm.measure.twortd)query. - Setting this property to a value will send the
dmm.measure.twortd = valuecommand.
TSP Syntax
- dmm.measure.twortd = value
- print(dmm.measure.twortd)
| Raises: |
|
|---|
unit
property
writable
¶
unit: str
Access the dmm.measure.unit attribute.
Description
- This attribute sets the units of measurement that are displayed on the front panel of the instrument and stored in the reading buffer.
Usage
- Accessing this property will send the
print(dmm.measure.unit)query. - Setting this property to a value will send the
dmm.measure.unit = valuecommand.
TSP Syntax
- dmm.measure.unit = value
- print(dmm.measure.unit)
| Raises: |
|
|---|
read
¶
Run the dmm.measure.read() function.
Description
- This function makes measurements, places them in a reading buffer, and returns the last reading.
TSP Syntax
- dmm.measure.read()
| Parameters: |
|
|---|
| Returns: |
|
|---|
| Raises: |
|
|---|
setattribute
¶
Run the dmm.measure.setattribute() function.
Description
- This function allows you to set up a measure function whether or not the function is active.
TSP Syntax
- dmm.measure.setattribute()
| Parameters: |
|---|
| Raises: |
|
|---|
DmmMeasureAnalogtrigger
¶
Bases: BaseTSPCmd
The dmm.measure.analogtrigger command tree.
Properties and methods
.edge: Thedmm.measure.analogtrigger.edgecommand tree..mode: Thedmm.measure.analogtrigger.modeattribute..window: Thedmm.measure.analogtrigger.windowcommand tree.
edge
property
¶
Return the dmm.measure.analogtrigger.edge command tree.
Sub-properties and sub-methods
.level: Thedmm.measure.analogtrigger.edge.levelattribute..slope: Thedmm.measure.analogtrigger.edge.slopeattribute.
mode
property
writable
¶
mode: str
Access the dmm.measure.analogtrigger.mode attribute.
Description
- This attribute configures the type of signal behavior that can generate an analog trigger event.
Usage
- Accessing this property will send the
print(dmm.measure.analogtrigger.mode)query. - Setting this property to a value will send the
dmm.measure.analogtrigger.mode = valuecommand.
TSP Syntax
- dmm.measure.analogtrigger.mode = value
- print(dmm.measure.analogtrigger.mode)
| Raises: |
|
|---|
window
property
¶
window: DmmMeasureAnalogtriggerWindow
Return the dmm.measure.analogtrigger.window command tree.
Sub-properties and sub-methods
.direction: Thedmm.measure.analogtrigger.window.directionattribute..levelhigh: Thedmm.measure.analogtrigger.window.levelhighattribute..levellow: Thedmm.measure.analogtrigger.window.levellowattribute.
DmmMeasureAnalogtriggerEdge
¶
Bases: BaseTSPCmd
The dmm.measure.analogtrigger.edge command tree.
Properties and methods
.level: Thedmm.measure.analogtrigger.edge.levelattribute..slope: Thedmm.measure.analogtrigger.edge.slopeattribute.
level
property
writable
¶
level: str
Access the dmm.measure.analogtrigger.edge.level attribute.
Description
- This attribute defines the signal level that generates the analog trigger event for the edge trigger mode.
Usage
- Accessing this property will send the
print(dmm.measure.analogtrigger.edge.level)query. - Setting this property to a value will send the
dmm.measure.analogtrigger.edge.level = valuecommand.
TSP Syntax
- dmm.measure.analogtrigger.edge.level = value
- print(dmm.measure.analogtrigger.edge.level)
| Raises: |
|
|---|
slope
property
writable
¶
slope: str
Access the dmm.measure.analogtrigger.edge.slope attribute.
Description
- This attribute defines the slope of the analog trigger edge.
Usage
- Accessing this property will send the
print(dmm.measure.analogtrigger.edge.slope)query. - Setting this property to a value will send the
dmm.measure.analogtrigger.edge.slope = valuecommand.
TSP Syntax
- dmm.measure.analogtrigger.edge.slope = value
- print(dmm.measure.analogtrigger.edge.slope)
| Raises: |
|
|---|
DmmMeasureAnalogtriggerWindow
¶
Bases: BaseTSPCmd
The dmm.measure.analogtrigger.window command tree.
Properties and methods
.direction: Thedmm.measure.analogtrigger.window.directionattribute..levelhigh: Thedmm.measure.analogtrigger.window.levelhighattribute..levellow: Thedmm.measure.analogtrigger.window.levellowattribute.
direction
property
writable
¶
direction: str
Access the dmm.measure.analogtrigger.window.direction attribute.
Description
- This attribute defines if the analog trigger occurs when the signal enters or leaves the defined high and low analog signal level boundaries.
Usage
- Accessing this property will send the
print(dmm.measure.analogtrigger.window.direction)query. - Setting this property to a value will send the
dmm.measure.analogtrigger.window.direction = valuecommand.
TSP Syntax
- dmm.measure.analogtrigger.window.direction = value
- print(dmm.measure.analogtrigger.window.direction)
| Raises: |
|
|---|
levelhigh
property
writable
¶
levelhigh: str
Access the dmm.measure.analogtrigger.window.levelhigh attribute.
Description
- This attribute defines the upper boundary of the analog trigger window.
Usage
- Accessing this property will send the
print(dmm.measure.analogtrigger.window.levelhigh)query. - Setting this property to a value will send the
dmm.measure.analogtrigger.window.levelhigh = valuecommand.
TSP Syntax
- dmm.measure.analogtrigger.window.levelhigh = value
- print(dmm.measure.analogtrigger.window.levelhigh)
| Raises: |
|
|---|
levellow
property
writable
¶
levellow: str
Access the dmm.measure.analogtrigger.window.levellow attribute.
Description
- This attribute defines the lower boundary of the analog trigger window.
Usage
- Accessing this property will send the
print(dmm.measure.analogtrigger.window.levellow)query. - Setting this property to a value will send the
dmm.measure.analogtrigger.window.levellow = valuecommand.
TSP Syntax
- dmm.measure.analogtrigger.window.levellow = value
- print(dmm.measure.analogtrigger.window.levellow)
| Raises: |
|
|---|
DmmMeasureAutozero
¶
Bases: BaseTSPCmd
The dmm.measure.autozero command tree.
Properties and methods
.enable: Thedmm.measure.autozero.enableattribute.
enable
property
writable
¶
enable: str
Access the dmm.measure.autozero.enable attribute.
Description
- This attribute enables or disables automatic updates to the internal reference measurements (autozero) of the instrument.
Usage
- Accessing this property will send the
print(dmm.measure.autozero.enable)query. - Setting this property to a value will send the
dmm.measure.autozero.enable = valuecommand.
TSP Syntax
- dmm.measure.autozero.enable = value
- print(dmm.measure.autozero.enable)
| Raises: |
|
|---|
DmmMeasureBias
¶
Bases: BaseTSPCmd
The dmm.measure.bias command tree.
Properties and methods
.level: Thedmm.measure.bias.levelattribute.
level
property
writable
¶
level: str
Access the dmm.measure.bias.level attribute.
Description
- This attribute selects the amount of current the instrument sources when it makes measurements.
Usage
- Accessing this property will send the
print(dmm.measure.bias.level)query. - Setting this property to a value will send the
dmm.measure.bias.level = valuecommand.
TSP Syntax
- dmm.measure.bias.level = value
- print(dmm.measure.bias.level)
| Raises: |
|
|---|
DmmMeasureFilter
¶
Bases: BaseTSPCmd
The dmm.measure.filter command tree.
Properties and methods
.count: Thedmm.measure.filter.countattribute..enable: Thedmm.measure.filter.enableattribute..type: Thedmm.measure.filter.typeattribute..window: Thedmm.measure.filter.windowattribute.
count
property
writable
¶
count: str
Access the dmm.measure.filter.count attribute.
Description
- This attribute sets the number of measurements that are averaged when filtering is enabled.
Usage
- Accessing this property will send the
print(dmm.measure.filter.count)query. - Setting this property to a value will send the
dmm.measure.filter.count = valuecommand.
TSP Syntax
- dmm.measure.filter.count = value
- print(dmm.measure.filter.count)
| Raises: |
|
|---|
enable
property
writable
¶
enable: str
Access the dmm.measure.filter.enable attribute.
Description
- This attribute enables or disables the averaging filter for measurements of the selected function.
Usage
- Accessing this property will send the
print(dmm.measure.filter.enable)query. - Setting this property to a value will send the
dmm.measure.filter.enable = valuecommand.
TSP Syntax
- dmm.measure.filter.enable = value
- print(dmm.measure.filter.enable)
| Raises: |
|
|---|
type
property
writable
¶
type: str
Access the dmm.measure.filter.type attribute.
Description
- This attribute defines the type of averaging filter that is used for the selected measure function when the measurement filter is enabled.
Usage
- Accessing this property will send the
print(dmm.measure.filter.type)query. - Setting this property to a value will send the
dmm.measure.filter.type = valuecommand.
TSP Syntax
- dmm.measure.filter.type = value
- print(dmm.measure.filter.type)
| Raises: |
|
|---|
window
property
writable
¶
window: str
Access the dmm.measure.filter.window attribute.
Description
- This attribute sets the window for the averaging filter that is used for measurements for the selected function.
Usage
- Accessing this property will send the
print(dmm.measure.filter.window)query. - Setting this property to a value will send the
dmm.measure.filter.window = valuecommand.
TSP Syntax
- dmm.measure.filter.window = value
- print(dmm.measure.filter.window)
| Raises: |
|
|---|
DmmMeasureLimitItem
¶
Bases: ValidatedDynamicNumberCmd, BaseTSPCmd
The dmm.measure.limit[Y] command tree.
Info
Y, the limit number: 1 or 2.
Properties and methods
.autoclear: Thedmm.measure.limit[Y].autoclearattribute..enable: Thedmm.measure.limit[Y].enableattribute..fail: Thedmm.measure.limit[Y].failattribute..high: Thedmm.measure.limit[Y].highcommand tree..low: Thedmm.measure.limit[Y].lowcommand tree.
autoclear
property
writable
¶
autoclear: str
Access the dmm.measure.limit[Y].autoclear attribute.
Description
- This attribute indicates if the test result for limit Y should be cleared automatically or not.
Usage
- Accessing this property will send the
print(dmm.measure.limit[Y].autoclear)query. - Setting this property to a value will send the
dmm.measure.limit[Y].autoclear = valuecommand.
TSP Syntax
- dmm.measure.limit[Y].autoclear = value
- print(dmm.measure.limit[Y].autoclear)
Info
Y, the limit number: 1 or 2.
| Raises: |
|
|---|
enable
property
writable
¶
enable: str
Access the dmm.measure.limit[Y].enable attribute.
Description
- This attribute enables or disables a limit test on the measurement from the selected measure function.
Usage
- Accessing this property will send the
print(dmm.measure.limit[Y].enable)query. - Setting this property to a value will send the
dmm.measure.limit[Y].enable = valuecommand.
TSP Syntax
- dmm.measure.limit[Y].enable = value
- print(dmm.measure.limit[Y].enable)
Info
Y, the limit number: 1 or 2.
| Raises: |
|
|---|
fail
property
¶
fail: str
Access the dmm.measure.limit[Y].fail attribute.
Description
- This attribute queries the results of a limit test.
Usage
- Accessing this property will send the
print(dmm.measure.limit[Y].fail)query.
TSP Syntax
- print(dmm.measure.limit[Y].fail)
Info
Y, the limit number: 1 or 2.
| Raises: |
|
|---|
high
property
¶
high: DmmMeasureLimitItemHigh
Return the dmm.measure.limit[Y].high command tree.
Info
Y, the limit number: 1 or 2.
Sub-properties and sub-methods
.value: Thedmm.measure.limit[Y].high.valueattribute.
low
property
¶
Return the dmm.measure.limit[Y].low command tree.
Info
Y, the limit number: 1 or 2.
Sub-properties and sub-methods
.value: Thedmm.measure.limit[Y].low.valueattribute.
DmmMeasureLimitItemHigh
¶
Bases: BaseTSPCmd
The dmm.measure.limit[Y].high command tree.
Info
Y, the limit number: 1 or 2.
Properties and methods
.value: Thedmm.measure.limit[Y].high.valueattribute.
value
property
writable
¶
value: str
Access the dmm.measure.limit[Y].high.value attribute.
Description
- This attribute specifies the upper limit for a limit test.
Usage
- Accessing this property will send the
print(dmm.measure.limit[Y].high.value)query. - Setting this property to a value will send the
dmm.measure.limit[Y].high.value = valuecommand.
TSP Syntax
- dmm.measure.limit[Y].high.value = value
- print(dmm.measure.limit[Y].high.value)
Info
Y, the limit number: 1 or 2.
| Raises: |
|
|---|
DmmMeasureLimitItemLow
¶
Bases: BaseTSPCmd
The dmm.measure.limit[Y].low command tree.
Info
Y, the limit number: 1 or 2.
Properties and methods
.value: Thedmm.measure.limit[Y].low.valueattribute.
value
property
writable
¶
value: str
Access the dmm.measure.limit[Y].low.value attribute.
Description
- This attribute specifies the lower limit for a limit test.
Usage
- Accessing this property will send the
print(dmm.measure.limit[Y].low.value)query. - Setting this property to a value will send the
dmm.measure.limit[Y].low.value = valuecommand.
TSP Syntax
- dmm.measure.limit[Y].low.value = value
- print(dmm.measure.limit[Y].low.value)
Info
Y, the limit number: 1 or 2.
| Raises: |
|
|---|
DmmMeasureMath
¶
Bases: BaseTSPCmd
The dmm.measure.math command tree.
Properties and methods
.enable: Thedmm.measure.math.enableattribute..format: Thedmm.measure.math.formatattribute..mxb: Thedmm.measure.math.mxbcommand tree..percent: Thedmm.measure.math.percentattribute.
enable
property
writable
¶
enable: str
Access the dmm.measure.math.enable attribute.
Description
- This attribute enables or disables math operations on measurements for the selected measurement function.
Usage
- Accessing this property will send the
print(dmm.measure.math.enable)query. - Setting this property to a value will send the
dmm.measure.math.enable = valuecommand.
TSP Syntax
- dmm.measure.math.enable = value
- print(dmm.measure.math.enable)
| Raises: |
|
|---|
format
property
writable
¶
format: str
Access the dmm.measure.math.format attribute.
Description
- This attribute specifies which math operation is performed on measurements when math operations are enabled.
Usage
- Accessing this property will send the
print(dmm.measure.math.format)query. - Setting this property to a value will send the
dmm.measure.math.format = valuecommand.
TSP Syntax
- dmm.measure.math.format = value
- print(dmm.measure.math.format)
| Raises: |
|
|---|
mxb
property
¶
mxb: DmmMeasureMathMxb
Return the dmm.measure.math.mxb command tree.
Sub-properties and sub-methods
.bfactor: Thedmm.measure.math.mxb.bfactorattribute..mfactor: Thedmm.measure.math.mxb.mfactorattribute.
percent
property
writable
¶
percent: str
Access the dmm.measure.math.percent attribute.
Description
- This attribute specifies the reference constant that is used when math operations are set to percent.
Usage
- Accessing this property will send the
print(dmm.measure.math.percent)query. - Setting this property to a value will send the
dmm.measure.math.percent = valuecommand.
TSP Syntax
- dmm.measure.math.percent = value
- print(dmm.measure.math.percent)
| Raises: |
|
|---|
DmmMeasureMathMxb
¶
Bases: BaseTSPCmd
The dmm.measure.math.mxb command tree.
Properties and methods
.bfactor: Thedmm.measure.math.mxb.bfactorattribute..mfactor: Thedmm.measure.math.mxb.mfactorattribute.
bfactor
property
writable
¶
bfactor: str
Access the dmm.measure.math.mxb.bfactor attribute.
Description
- This attribute specifies the offset, b, for the y = mx + b operation.
Usage
- Accessing this property will send the
print(dmm.measure.math.mxb.bfactor)query. - Setting this property to a value will send the
dmm.measure.math.mxb.bfactor = valuecommand.
TSP Syntax
- dmm.measure.math.mxb.bfactor = value
- print(dmm.measure.math.mxb.bfactor)
| Raises: |
|
|---|
mfactor
property
writable
¶
mfactor: str
Access the dmm.measure.math.mxb.mfactor attribute.
Description
- This attribute specifies the scale factor, m, for the y = mx + b math operation.
Usage
- Accessing this property will send the
print(dmm.measure.math.mxb.mfactor)query. - Setting this property to a value will send the
dmm.measure.math.mxb.mfactor = valuecommand.
TSP Syntax
- dmm.measure.math.mxb.mfactor = value
- print(dmm.measure.math.mxb.mfactor)
| Raises: |
|
|---|
DmmMeasureOffsetcompensation
¶
Bases: BaseTSPCmd
The dmm.measure.offsetcompensation command tree.
Properties and methods
.enable: Thedmm.measure.offsetcompensation.enableattribute.
enable
property
writable
¶
enable: str
Access the dmm.measure.offsetcompensation.enable attribute.
Description
- This attribute determines if offset compensation is used.
Usage
- Accessing this property will send the
print(dmm.measure.offsetcompensation.enable)query. - Setting this property to a value will send the
dmm.measure.offsetcompensation.enable = valuecommand.
TSP Syntax
- dmm.measure.offsetcompensation.enable = value
- print(dmm.measure.offsetcompensation.enable)
| Raises: |
|
|---|
DmmMeasureRel
¶
Bases: BaseTSPCmd
The dmm.measure.rel command tree.
Properties and methods
.enable: Thedmm.measure.rel.enableattribute..level: Thedmm.measure.rel.levelattribute..method: Thedmm.measure.rel.methodattribute.
enable
property
writable
¶
enable: str
Access the dmm.measure.rel.enable attribute.
Description
- This attribute enables or disables the application of a relative offset value to the measurement.
Usage
- Accessing this property will send the
print(dmm.measure.rel.enable)query. - Setting this property to a value will send the
dmm.measure.rel.enable = valuecommand.
TSP Syntax
- dmm.measure.rel.enable = value
- print(dmm.measure.rel.enable)
| Raises: |
|
|---|
level
property
writable
¶
level: str
Access the dmm.measure.rel.level attribute.
Description
- This attribute contains the relative offset value.
Usage
- Accessing this property will send the
print(dmm.measure.rel.level)query. - Setting this property to a value will send the
dmm.measure.rel.level = valuecommand.
TSP Syntax
- dmm.measure.rel.level = value
- print(dmm.measure.rel.level)
| Raises: |
|
|---|
method
property
writable
¶
method: str
Access the dmm.measure.rel.method attribute.
Description
- This attribute determines if relative offset is applied to the measurements before calculating the DC voltage ratio value.
Usage
- Accessing this property will send the
print(dmm.measure.rel.method)query. - Setting this property to a value will send the
dmm.measure.rel.method = valuecommand.
TSP Syntax
- dmm.measure.rel.method = value
- print(dmm.measure.rel.method)
| Raises: |
|
|---|
DmmMeasureSense
¶
Bases: BaseTSPCmd
The dmm.measure.sense command tree.
Properties and methods
.autorange: Thedmm.measure.sense.autorangeattribute..range: Thedmm.measure.sense.rangeattribute.
autorange
property
¶
autorange: str
Access the dmm.measure.sense.autorange attribute.
Description
- This attribute returns the setting of sense autorange.
Usage
- Accessing this property will send the
print(dmm.measure.sense.autorange)query.
TSP Syntax
- print(dmm.measure.sense.autorange)
| Raises: |
|
|---|
range
property
¶
range: str
Access the dmm.measure.sense.range attribute.
Description
- This attribute displays the positive full-scale range that is being used for the sense measurement.
Usage
- Accessing this property will send the
print(dmm.measure.sense.range)query.
TSP Syntax
- print(dmm.measure.sense.range)
| Raises: |
|
|---|
DmmMeasureThreshold
¶
Bases: BaseTSPCmd
The dmm.measure.threshold command tree.
Properties and methods
.autorange: Thedmm.measure.threshold.autorangeattribute..range: Thedmm.measure.threshold.rangeattribute.
autorange
property
writable
¶
autorange: str
Access the dmm.measure.threshold.autorange attribute.
Description
- This attribute determines if the threshold range is set manually or automatically.
Usage
- Accessing this property will send the
print(dmm.measure.threshold.autorange)query. - Setting this property to a value will send the
dmm.measure.threshold.autorange = valuecommand.
TSP Syntax
- dmm.measure.threshold.autorange = value
- print(dmm.measure.threshold.autorange)
| Raises: |
|
|---|
range
property
writable
¶
range: str
Access the dmm.measure.threshold.range attribute.
Description
- This attribute indicates the expected input level of the voltage signal.
Usage
- Accessing this property will send the
print(dmm.measure.threshold.range)query. - Setting this property to a value will send the
dmm.measure.threshold.range = valuecommand.
TSP Syntax
- dmm.measure.threshold.range = value
- print(dmm.measure.threshold.range)
| Raises: |
|
|---|