Section 11: TSP command reference Model 2601B-PULSE System SourceMeter Instrument Reference Manual
11-138 2601B-PULSE-901-01A April 2020
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 11-129)
lan.trigger[N].clear() (on page 11-129)
lan.trigger[N].overrun (on page 11-134)
lan.trigger[N].stimulus (on page 11-136)
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 2601B-PULSE 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, localnode should be replaced with the node
reference, for example node[5].autolinefreq.
Also see
localnode.linefreq (on page 11-140)