19-184 Return to Section Topics 2600AS-901-01 Rev. B / September 2008
Section 19: Remote Commands Series 2600A System SourceMeter® Instruments Reference Manual
status.operation.remote.condition
status.operation.remote.enable
status.operation.remote.event
status.operation.remote.ntr
status.operation.remote.ptr
Attribute Operation status remote summary register set.
Default 0
TSP-Link
accessibility
This attribute can be accessed from a remote TSP-Link node.
Usage Reads condition, enable, event, NTR, and PTR registers:
operreg = status.operation.remote.condition
operreg = status.operation.remote.enable
operreg = status.operation.remote.event
operreg = status.operation.remote.ntr
operreg = status.operation.remote.ptr
Writes to condition, enable, NTR, and PTR registers:
status.operation.remote.enable = operreg
status.operation.remote.ntr = operreg
status.operation.remote.ptr = operreg
Set operreg to one of the following values:
0 Clears all bits.
status.operation.remote.COMMAND_AVAILABLE Sets CAV bit (B1).
status.operation.remote.CAV Sets CAV bit (B1).
status.operation.remote.PROMPTS_ENABLED Sets PRMPT bit (B11).
status.operation.remote.PRMPT Sets PRMPT bit (B11).
operreg can also be set to the decimal weight of the bit to be set. Examples:
To set bit B1, set operreg to 2 (2
1
).
To set bit B11, set operreg to 2048 (2
11
).
To set more than one bit of the register, set operreg to the sum of their decimal weights. For
example, to set bit B1 and bit B11, set operreg to 2050 (2 + 2048).
Remarks • These attributes are used to read or write to the operation status remote 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 0, and the most
significant bit is bit 15.
• Bit B1, CAV: Set bit indicates there is a command available in the execution queue.
• Bit B2, PRMPT: Set bit indicates command prompts are enabled.
Details See Operation Event Registers in Appendix C.
Example Sets the CAV bit of the operation status remote summary enable register:
status.operation.remote.enable = status.operation.remote.CAV