Section 7: Command reference
Models 707B and 708B Switching Matrix Reference Manual
7-208
707B-901-01 Rev. A / August 2010
Example
print(trigger.timer[1].count)
Read retrigger count for timer number 1.
Also see
(on page 7-207)
trigger.timer[N].delay
This attribute sets and reads the timer delay.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Attribute (RW)
Yes
System reset
Trigger timer N reset
Create
configuration script
10e-6
Usage
interval = trigger.timer[N].delay
trigger.timer[N].delay = interval
interval
Delay interval in seconds
N
Trigger timer number (1 to 4)
Details
Each time the timer is triggered, it uses this delay period.
Assigning a value to this attribute is equivalent to:
trigger.timer[N].delaylist = {interval}
This creates a delay list of one value.
Reading this attribute returns the delay interval that will be used the next time the timer is triggered.
Example
trigger.timer[1].delay = 50e-6
Set the trigger timer 1 to delay for
50 µs.
Also see