Model 2450 Interactive SourceMeter® Instrument Reference Manual
Section 8: TSP command reference
2450-901-01 Rev. B/September 2013
8-233
tsplink.line[N].reset()
This function resets some of the TSP-Link trigger attributes to their 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-225)
(on page 8-226)
(on page 8-228)
trigger.tsplinkout[N].pulsewidth
(on page 8-228)
trigger.tsplinkout[N].stimulus
(on page 8-229)
(on page 8-232)
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
Nonvolatile memory
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
or
0
•
High:
tsplink.STATE_HIGH
or
1
N
The trigger line (1 to 3)