2600AS-901-01 Rev. B / September 2008 Return to Section Topics 19-181
Series 2600A System SourceMeter® Instruments Reference Manual Section 19: Remote Commands
status.operation.instrument.tsplink.condition
status.operation.instrument.tsplink.enable
status.operation.instrument.tsplink.event
status.operation.instrument.tsplink.ntr
status.operation.instrument.tsplink.ptr
Attribute Operation status TSP-Link summary register set.
Default 0
TSP-Link
accessibility
This attribute can be accessed from a remote TSP-Link node.
Usage Reads condition, enable, event, NTR, and PTR registers:
operreg = status.operation.instrument.tsplink.condition
operreg = status.operation.instrument.tsplink.enable
operreg = status.operation.instrument.tsplink.event
operreg = status.operation.instrument.tsplink.ntr
operreg = status.operation.instrument.tsplink.ptr
Writes to enable, NTR, and PTR registers:
status.operation.instrument.tsplink.enable = operreg
status.operation.instrument.tsplink.ntr = operreg
status.operation.instrument.tsplink.ptr = operreg
Set operreg to one of the following values:
0 Clears all bits.
status.operation.instrument.tsplink.TRIGGER_OVERRUN Sets TRGOVR bit (B10).
status.operation.instrument.tsplink.TRGOVR Sets TRGOVR bit (B10).
operreg can also be set to the decimal weight of the bit to be set. Example:
To set bit B10 (TRGOVR), set operreg to 1024 (2
10
).
Remarks • These attributes are used to read or write to the operation status TSP-Link summary registers.
• Reading a status register returns a value. The binary equivalent of the returned value indicates
which register bits are set. The least significant bit of the binary number is bit 0, and the most
significant bit is bit 15.
• The used bits of the operation status TSP-Link summary registers are described as follows:
• Bit B10, TRGOVR: Set bit indicates one or more enabled bits for the operation status TSP-Link
overrun register is set.
Details See Operation Event Registers in Appendix C.
Example Sets the trigger overrun bit of the operation status TSP-Link summary enable register:
status.operation.instrument.tsplink.enable =
status.operation.instrument.tsplink.TRGOVR