8: TSP command reference Model DMM7510 7½ Digit Graphical Sampling Multimeter
8-76 DMM7510-901-01 Rev. B / May 2015
dmm.digitize.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.digitize.analogtrigger.pulse.condition
dmm.digitize.analogtrigger.pulse.condition = value
• 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.
Example
dmm.digitize.func = dmm.FUNC_DIGITIZE_VOLTAGE
dmm.digitize.analogtrigger.mode = dmm.MODE_PULSE
dmm.digitize.analogtrigger.pulse.level = 5
dmm.digitize.analogtrigger.pulse.width = 30e-6
dmm.digitize.analogtrigger.pulse.condition = dmm.CONDITION_LESS
dmm.digitize.analogtrigger.pulse.polarity = dmm.POLARITY_BELOW
Set function to digitize voltage.
Set the analog trigger mode to pulse.
Set the analog trigger level to 5 V.
Set the analog trigger pulse width to 30 µs.
Set the condition to be detect trigger within the pulse width.
Set the trigger to occur when the pulse is below the level.
Also see
Analog triggering overview (on page 3-64)
dmm.digitize.analogtrigger.mode (on page 8-74)
dmm.digitize.func (on page 8-90)
dmm.digitize.analogtrigger.pulse.level (on page 8-77)
dmm.digitize.analogtrigger.pulse.polarity (on page 8-78)
dmm.digitize.analogtrigger.pulse.width (on page 8-79)
dmm.measure.analogtrigger.pulse.condition (on page 8-122)