7½ Digit Graphical Sampling Multimeter Reference Manual Section 8:
DMM7510-901-01 Rev. B / May 2015 8-241
Example
statusByte = status.condition
print(statusByte)
Returns statusByte.
Example output:
1.29000e+02
Converting this output (129) to its binary equivalent yields
1000 0001
Therefore, this output indicates that the set bits of the
status byte condition register are presently B0 (MSS) and
Also see
None
status.operation.condition
This attribute reads the Operation Event Register of the status model.
Type TSP-Link accessible Affected by Where saved Default value
Usage
operationRegister = status.operation.condition
The status of the operation status register; a zero (0) indicates no bits set (also
send 0 to clear all bits); other values indicate various bit settings
Details
This command reads the contents of the Operation Condition Register, which is one of the Operation
Event Registers.
For detail on interpreting the value of a register, see Understanding bit settings (on page 14
).
Example
print(status.operation.condition)
Returns the contents of the register.
Also see
Operation Event Register (on page 7)