Interactive SourceMeter® Instrument Reference Manual Section 8:
2461-901-01 A/November 2015 8-315
trigger.tsplinkout[N].release()
This function releases a latched trigger on the given TSP-Link trigger line.
Type TSP-Link accessible
Affected by Where saved Default value
Usage
trigger.tsplinkout[N].release()
The trigger line (1 to 3)
Details
Releases a trigger that was asserted with an indefinite pulse width. It also releases a trigger that was
latched in response to receiving a synchronous mode trigger.
Example
tsplink.line[3].mode = tsplink.MODE_TRIGGER_OPEN_DRAIN
trigger.tsplinkout[3].release()
Releases trigger line 3.
Also see
trigger.tsplinkout[N].assert() (on page 8-313)
tsplink.line[N].mode (on page 8-319)
trigger.tsplinkout[N].stimulus
This attribute specifies the event that causes the synchronization line to assert a trigger.
Type TSP-Link accessible Affected by Where saved Default value
Instrument reset
Power cycle
Usage
event = trigger.tsplinkout[N].stimulus
trigger.tsplinkout[N].stimulus = event
The event identifier for the triggering event (see Details)
The trigger line (1 to 3)