Dmm.trigger.measure.stimulus - Keithley DMM7510 Reference Manual

7 1/2 digit graphical sampling multimeter
Hide thumbs Also See for DMM7510:
Table of Contents

Advertisement

Section 8: TSP command reference
Example
reset()
dmm.digitize.func = dmm.FUNC_DIGITIZE_VOLTAGE
dmm.digitize.analogtrigger.mode = dmm.MODE_EDGE
dmm.digitize.analogtrigger.edge.slope = dmm.SLOPE_RISING
dmm.digitize.analogtrigger.edge.level = 0.5
dmm.trigger.digitize.stimulus = trigger.EVENT_ANALOGTRIGGER
Reset the instrument.
Set the function to digitize voltage.
Set the analog trigger mode to edge.
Set the slope to rising.
Set the level to 0.5 V.
Set the stimulus to be the analog trigger.
Also see
dmm.digitize.count
dmm.digitize.func

dmm.trigger.measure.stimulus

This attribute sets the instrument to make a measurement the next time it detects the specified trigger event.
Type
TSP-Link accessible
Attribute (RW)
Yes
Usage
event = dmm.trigger.measure.stimulus
dmm.trigger.measure.stimulus = event
event
Details
This command is intended to provide the lowest possible latency between an event such as digital I/O
and a reading. It forces the instrument to make a measurement the next time it detects the specified
trigger event. Options for the trigger event parameter are listed in the following table.
A measure function must be active before sending this command. The measurement is made for the
active measure function. If a digitize function is active, an error is generated.
Before using this command, set the active reading buffer. Readings are stored in the active reading
buffer.
If the count is set to more than 1, the first reading is initialized by this trigger. Subsequent readings
occur as rapidly as the instrument can make them. If a trigger occurs during the group measurement,
the trigger is latched and another group of measurements with the same count will be triggered after
the current group completes.
If the stimulus is set to none, this command has no effect on readings.
8-202
Model DMM7510 7½ Digit Graphical Sampling Multimeter Reference Manual
(on page 8-84)
(on page 8-90)
Affected by
Restore configuration
Instrument reset
Power cycle
The event to use as a stimulus; see Details
Where saved
Default value
Configuration script
dmm.EVENT_NONE
DMM7510-901-01 Rev. B / May 2015

Advertisement

Table of Contents
loading

Table of Contents