8: TSP command reference Model DMM7510 7½ Digit Graphical Sampling Multimeter
8-72 DMM7510-901-01 Rev. B / May 2015
dmm.digitize.analogtrigger.edge.slope
This attribute defines the slope of the analog trigger edge.
Type TSP-Link accessible Affected by Where saved Default value
Instrument reset
Power cycle
Measure configuration list
Measure configuration list
Usage
value = dmm.digitize.leveltrigger.slope
dmm.digitize.leveltrigger.slope = value
Rising: dmm.SLOPE_RISING
Falling: dmm.SLOPE_FALLING
Functions
dmm.FUNC_DIGITIZE_CURRENT
dmm.FUNC_DIGITIZE_VOLTAGE
Details
This is only available when the analog trigger mode is set to edge.
Rising causes an analog trigger event when the analog signal trends from below the analog signal
level to above the level.
Falling causes an analog trigger event when the signal trends from above to below the level.
Example
dmm.digitize.func = dmm.FUNC_DIGITIZE_VOLTAGE
dmm.digitize.analogtrigger.mode = dmm.MODE_EDGE
dmm.digitize.analogtrigger.edge.level = 5
dmm.digitize.analogtrigger.edge.slope = dmm.SLOPE_FALLING
Set the function to digitize voltage.
Set the analog trigger mode to edge.
Set the level to sense 5 V.
Set the level to be detected on a falling edge.
Also see
Analog triggering overview (on page 3-64)
dmm.digitize.analogtrigger.edge.level (on page 8-71)
dmm.digitize.analogtrigger.mode (on page 8-74)
dmm.digitize.func (on page 8-90)
dmm.measure.analogtrigger.edge.slope (on page 8-119)