High Voltage SourceMeter Instrument Reference Manual Section 14:
2470-901-01 Rev. A / May 2019 14-259
trigger.timer[N].start.seconds
This attribute configures the seconds of an alarm or a time in the future when the timer will start.
Type TSP-Link accessible Affected by Where saved Default value
Attribute (RW) Yes Restore configuration
Instrument reset
Power cycle
Configuration script 0
Usage
time = trigger.timer[N].start.seconds
trigger.timer[N].start.seconds = time
The time: 0 to 2,147,483,647 s
Trigger timer number (1 to 4)
Details
This command configures the alarm of the timer.
When the timer is enabled, the timer starts immediately if the timer is configured for a start time that
has passed.
Example
trigger.timer[1].start.seconds = localnode.gettime() + 30
trigger.timer[1].enable = trigger.ON
Set the trigger timer to start 30 s from the time when the timer is enabled.
Also see
None
trigger.timer[N].start.stimulus
This attribute describes the event that starts the trigger timer.
Type TSP-Link accessible Affected by Where saved Default value
Instrument reset
Power cycle
Usage
event = trigger.timer[N].start.stimulus
trigger.timer[N].start.stimulus = event
The event that starts the trigger timer; see Details
Trigger timer number (1 to 4)