7½ Digit Graphical Sampling Multimeter Reference Manual Section 8:
DMM7510-901-01 Rev. B / May 2015 8-125
dmm.measure.analogtrigger.pulse.polarity
This attribute defines the polarity of the pulse that generates an analog trigger event.
Type TSP-Link accessible Affected by Where saved Default value
Attribute (RW) Yes
Restore configuration
Instrument reset
Power cycle
Measure configuration list
Configuration script
Measure configuration list
dmm.POLARITY_ABOVE
Usage
value = dmm.measure.analogtrigger.pulse.polarity
dmm.measure.analogtrigger.pulse.polarity = value
• Above: dmm.POLARITY_ABOVE
• Below:
Functions
dmm.FUNC_DIGITIZE_CURRENT
dmm.FUNC_DIGITIZE_VOLTAGE
Details
Only used when analog trigger mode is pulse.
Determines if the analog trigger occurs when the pulse is above the defined signal level or below the
defined signal level.
Example
dmm.measure.func = dmm.FUNC_DC_VOLTAGE
dmm.measure.range = 10
dmm.measure.autozero.enable = dmm.OFF
dmm.measure.analogtrigger.mode = dmm.MODE_PULSE
dmm.measure.analogtrigger.pulse.level = 5
dmm.measure.analogtrigger.pulse.width = 30e-6
dmm.measure.analogtrigger.pulse.condition = dmm.CONDITION_LESS
dmm.measure.analogtrigger.pulse.polarity = dmm.POLARITY_BELOW
Set measure function to DC voltage.
Set range to 10 V.
Disable autozero.
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.