Model 2601B-PULSE System SourceMeter Instrument Reference Manual Section 11: TSP command reference
2601B-PULSE-901-01A April 2020 11-283
Example 1
operationRegister = status.operation.USER + status.operation.PROG
status.operation.enable = operationRegister
Uses constants to set the USER and PROG bits of the operation status enable register.
Example 2
-- decimal 20480 = binary 0101 0000 0000 0000
operationRegister = 20480
status.operation.enable = operationRegister
Uses a decimal value to set the USER and PROG bits of the operation status enable register.
Also see
Operation Status Registers (on page 15-8)
status.operation.calibrating.*
This attribute contains the operation status calibration summary register set.
Usage
operationRegister = status.operation.calibrating.condition
operationRegister = status.operation.calibrating.enable
operationRegister = status.operation.calibrating.event
operationRegister = status.operation.calibrating.ntr
operationRegister = status.operation.calibrating.ptr
status.operation.calibrating.enable = operationRegister
status.operation.calibrating.ntr = operationRegister
status.operation.calibrating.ptr = operationRegister
The status of the operation calibrating event register; a zero (0) indicates no bits set
(also send 0 to clear all bits); other values indicate various bit settings
Details
These attributes are used to read or write to the operation status calibration 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 B0, and the most significant bit
is bit B15.