Section 9: TSP command reference Series 2600B System SourceMeter® instrument Reference Manual
9-304 2600BS-901-01 Rev. F/August 2021
Usage
operationRegister = status.operation.instrument.digio.condition
operationRegister = status.operation.instrument.digio.enable
operationRegister = status.operation.instrument.digio.event
operationRegister = status.operation.instrument.digio.ntr
operationRegister = status.operation.instrument.digio.ptr
status.operation.instrument.digio.enable = operationRegister
status.operation.instrument.digio.ntr = operationRegister
status.operation.instrument.digio.ptr = operationRegister
The status of the operation status digital I/O summary register; a
zero (0) indicates no bits set (also send 0 to clear all bits); the only
valid value other than 0 is 1024
Details
These attributes are used to read or write to the operation status digital I/O 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.
For information about .condition, .enable, .event, .ntr, and .ptr registers, refer to Status register set
contents (on page 12-1) and Enable and transition registers (on page 12-19). The individual bits of
this register are defined in the following table.
status.operation.instrument.digio.TRIGGER_OVERRUN
status.operation.instrument.digio.TRGOVR
Set bit indicates an enabled bit in the Operation Status Digital I/O Overrun Register is set.
Bit B10 decimal value: 1,024
Binary value: 0100 0000 0010
In addition to the above constant, operationRegister can be set to the decimal value of the bit
to set.
Example 1
status.operation.instrument.digio.enable = status.operation.instrument.digio.TRGOVR
Uses a constant to set the TRGOVR bit of the operation status digital I/O summary enable register.
status.operation.instrument.digio.enable = 1024
Uses the decimal value to set the TRGOVR bit of the operation status digital I/O summary enable register.
Also see
Operation Status Registers (on page 12-8)
status.operation.instrument.digio.trigger_overrun.* (on page 9-305)