8: TSP command reference Model DMM7510 7½ Digit Graphical Sampling Multimeter
8-122 DMM7510-901-01 Rev. B / May 2015
Example
dmm.measure.func = dmm.FUNC_DC_CURRENT
dmm.measure.range = 3
dmm.measure.autozero.enable = dmm.OFF
dmm.measure.analogtrigger.mode = dmm.MODE_EDGE
dmm.measure.analogtrigger.edge.level = 5
dmm.measure.analogtrigger.edge.slope = dmm.SLOPE_FALLING
Set measure function to DC current.
Set range to 3 A.
Disable autozero.
Set the analog trigger mode to edge.
Set the analog trigger level to 2.5 A.
Set the level to be detected on a falling edge.
Also see
Analog triggering example with digitize function (on page 3-67)
Analog triggering overview (on page 3-64)
dmm.digitize.analogtrigger.mode (on page 8-74)
dmm.measure.analogtrigger.pulse.condition
This attribute defines if the pulse must be greater than or less than the pulse width before an analog trigger is
generated.
Type TSP-Link accessible Affected by Where saved Default value
Instrument reset
Power cycle
Measure configuration list
Measure configuration list
Usage
value = dmm.measure.analogtrigger.pulse.condition
dmm.measure.analogtrigger.pulse.condition = value
The setting:
• The pulse width must be greater than the specified pulse width:
dmm.CONDITION_GREATER
• The pulse width must be less than the specified pulse width:
Functions
dmm.FUNC_DIGITIZE_CURRENT
dmm.FUNC_DIGITIZE_VOLTAGE
Details
Only available when the analog trigger mode is set to pulse.