Operation Status Registers
As shown in the Operation status registers (on page 12-8) diagram of the status model, there are 22
register sets associated with operation status. Commands are summarized in Status register set
contents (on page 12-1). You can also set bits using numeric parameter values. For details, see
Programming enable and transition registers (on page 12-14).
For example, either of the following commands sets the CAL enable bit (B0):
status.operation.enable = status.operation.CAL
status.operation.enable = 1
When reading a register, a numeric value is returned. The binary equivalent of this value indicates
which bits in the register are set. For details, see Reading registers (on page 12-15). For example, the
following command reads the Operation Status Enable Register:
print(status.operation.enable)
Commands to program and read the register are summarized in the table in Status function summary
(on page 12-3).