Series 2600B System SourceMeter® instrument Reference Manual Section 9: TSP command reference
2600BS-901-01 Rev. F/August 2021 9-153
Details
If one or more trigger events have been detected since the last time lan.trigger[N].wait() or
lan.trigger[N].clear() was called, this function returns immediately.
After waiting for a LAN trigger event with this function, the event detector is automatically reset and
rearmed regardless of the number of events detected.
Example
triggered = lan.trigger[5].wait(3)
Wait for a trigger with LAN packet 5 with a timeout of 3 seconds.
Also see
lan.trigger[N].assert() (on page 9-144)
lan.trigger[N].clear() (on page 9-144)
lan.trigger[N].overrun (on page 9-149)
lan.trigger[N].stimulus (on page 9-151)
localnode.autolinefreq
This attribute enables or disables automatic power line frequency detection at start-up.
Usage
flag = localnode.autolinefreq
localnode.autolinefreq = flag
The auto line frequency detection setting:
â–ª true: Enable automatic line frequency detection at start-up
â–ª false: Disable automatic line frequency detection at start-up
Details
When this attribute is set to true, the power line frequency is detected automatically the next time
the 2600B powers up. After the power line frequency is automatically detected at power-up, the
localnode.linefreq attribute is set automatically to 50 or 60.
If the localnode.linefreq attribute is explicitly set, localnode.autolinefreq is automatically
set to false.
When using this command from a remote node, replace localnode with the node reference, for
example node[5].autolinefreq.
Also see
localnode.linefreq (on page 9-155)