Section 8: TSP command reference
Model 2461 Interactive SourceMeter® Instrument Reference Manual
8-320
2461-901-01 A/November 2015
tsplink.line[N].reset()
This function resets some of the TSP-Link trigger attributes to their factory defaults.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Function
Yes
Usage
tsplink.line[
N
].reset()
N
The trigger line (1 to 3)
Details
The
tsplink.line[
N
].reset()
function resets the following attributes to their default values:
•
trigger.tsplinkin[
N
].edge
•
trigger.tsplinkout[
N
].logic
•
tsplink.line[
N
].mode
•
trigger.tsplinkout[
N
].stimulus
•
trigger.tsplinkout[
N
].pulsewidth
This also clears
trigger.tsplinkin[
N
].overrun
.
Example
tsplink.line[3].reset()
Resets TSP-Link trigger line 3
attributes to default values.
Also see
(on page 8-311)
(on page 8-311)
(on page 8-313)
trigger.tsplinkout[N].pulsewidth
(on page 8-314)
trigger.tsplinkout[N].stimulus
(on page 8-315)
(on page 8-319)
tsplink.line[N].state
This attribute reads or writes the digital state of a TSP-Link synchronization line.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Attribute (RW)
Yes
Not applicable
Not applicable
tsplink.STATE_HIGH
Usage
lineState
= tsplink.line[
N
].state
tsplink.line[
N
].state =
lineState
lineState
The state of the synchronization line:
•
Low:
tsplink.STATE_LOW
•
High:
tsplink.STATE_HIGH
N
The trigger line (1 to 3)