System SourceMeter® Instrument Reference Manual Section 7:
2600BS-901-01 Rev. B / May 2013 7-279
Details
These attributes are used to read or write to the operation status LAN summary registers. The binary equivalent
of the value indicates which register bits are set. In the binary equivalent, the least significant bit is bit B0, and
the most significant bit is bit B15. For example, if a value of 1.02600e+03 (which is 1026) is read as the value
of the condition register, the binary equivalent is 0000 0100 0000 0010. This value indicates that bit B1 and bit
B10 are set.
* Least significant bit
** Most significant bit
For information about .condition, .enable, .event, .ntr, and .ptr registers, refer to Status register set contents (on
page E-1) and Enable and transition registers (on page E-19). The individual bits of this register are defined in
the following table.
Bit Value Description
B0
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.
status.operation.instrument.lan.CONFIGURING
status.operation.instrument.lan.CONF
Set bit indicates the LAN is
performing its configuration
sequence.
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).