8: TSP command reference Model 2450 Interactive SourceMeter® Instrument
8-190 2450-901-01 Rev. B/September 2013
trigger.model.load() — Empty
This function resets the trigger model.
Type TSP-Link accessible
Affected by Where saved Default value
Usage
trigger.model.load("Empty")
Details
When you load this predefined trigger model, any existing trigger model settings are reset.
Any existing trigger blocks are deleted when you execute this command.
Example
trigger.model.load("Empty")
Reset trigger model settings.
Also see
None
trigger.model.load() — External Trigger
This function loads a predefined trigger model configuration that sets up an external trigger through the digital I/O.
Type TSP-Link accessible
Affected by Where saved Default value
Usage
trigger.model.load("ExternalTrigger", digInLine, digOutLine, count)
trigger.model.load("ExternalTrigger", digInLine, digOutLine, count, delay)
trigger.model.load("ExternalTrigger", digInLine, digOutLine, count, delay,
readingBuffer)
The digital input line (1 to 6); also the event that the trigger model will wait
on in block 1
The digital output line (1 to 6)
Number of times to wait for the trigger and send out the trigger
The time in seconds before the measurement is made; default is 0
The name of the reading buffer, which may be a default buffer
(defbuffer1 or defbuffer2) or a user-defined buffer; defaults to
Details
This trigger model waits for a digital I/O event to occur, makes a measurement, and issues a notify event.
Also see
None