High Voltage SourceMeter Instrument Reference Manual Section 14:
2470-901-01 Rev. A / May 2019 14-269
Example
triggered = trigger.wait(10)
print(triggered)
Waits up to 10 s for a trigger.
If false is returned, no trigger was detected
during the 10 s timeout.
If true is returned, a trigger was detected.
Also see
trigger.clear() (on page 14-197)
tsplink.group
This attribute contains the group number of a TSP-Link node.
Type TSP-Link accessible Affected by Where saved Default value
Usage
groupNumber = tsplink.group
tsplink.group = groupNumber
The group number of the TSP-Link node (0 to 64)
Details
To remove the node from all groups, set the attribute value to 0.
When the node is turned off, the group number for that node changes to 0.
The master node can be assigned to any group. You can also include other nodes in the group that
includes the master. Note that any nodes that are set to 0 are automatically included in the group that
contains the master node, regardless of the group that is assigned to the master node.
Example
Assign the instrument to TSP-Link group number 3.
Also see
Using groups to manage nodes on a TSP-Link system (on page 9-7)