Section 9: TSP command reference Series 2600B System SourceMeter® instrument Reference Manual
9-308 2600BS-901-01 Rev. F/August 2021
status.operation.instrument.lan.CONNECTION
status.operation.instrument.lan.CON
Set bit indicates that the LAN cable is connected and a link has been detected.
Bit B0 decimal value: 1
status.operation.instrument.lan.CONFIGURING
status.operation.instrument.lan.CONF
Set bit indicates the LAN is performing its configuration sequence.
Bit B1 decimal value: 2
status.operation.instrument.lan.TRIGGER_OVERRUN
status.operation.instrument.lan.TRGOVR
Set bit indicates one or more enabled bits for the operation status LAN trigger overrun register is
set.
Bit B10 decimal value: 1,024
As an example, to set bit B0 of the operation status LAN summary enable register, set
status.operation.instrument.lan.enable =
status.operation.instrument.lan.CON.
In addition to the above constants, operationRegister can be set to the numeric equivalent of the
bit to set. To set more than one bit of the register, set operationRegister to the sum of their
decimal weights. For example, to set bits B1 and B10, set operationRegister to 1,026 (which is
the sum of 2 + 1024).
operationRegister = status.operation.instrument.lan.CONF +
status.operation.instrument.lan.TRGOVR
status.operation.instrument.lan.enable = operationRegister
Use constants to set bit B1 and bit B10 of the operation status LAN summary enable register.
operationRegister = 1026
status.operation.instrument.lan.enable = operationRegister
Use the decimal value to set bit B1 and bit B10 of the operation status LAN summary enable register.
Also see
Operation Status Registers (on page 12-8)
status.operation.instrument.lan.trigger_overrun.* (on page 9-309)