2600AS-901-01 Rev. B / September 2008
Return to
19-197
Series 2600A System SourceMeter® Instruments Reference Manual
Section 19: Remote Commands
status.standard.condition
status.standard.enable
status.standard.event
status.standard.ntr
status.standard.ptr
Attribute
Standard event status 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:
standardreg = status.standard.condition
standardreg = status.standard.enable
standardreg = status.standard.event
standardreg = status.standard.ntr
standardreg = status.standard.ptr
Writes to enable, NTR, and PTR registers:
status.standard.enable = standardreg
status.standard.ntr = standardreg
status.standard.ptr = standardreg
Set
standardreg
to one of the following values:
0
Clears all bits.
status.standard.OPERATION_COMPLETE
Sets OPC bit (B0).
status.standard.OPC
Sets OPC bit (B0).
status.standard.QUERY_ERROR
Sets QYE bit (B2).
status.standard.QYE
Sets QYE bit (B2).
status.standard.DEVICE_DEPENDENT_ERROR
Sets DDE bit (B3).
status.standard.DDE
Sets DDE bit (B3).
status.standard.EXECUTION_ERROR
Sets EXE bit (B4).
status.standard.EXE
Sets EXE bit (B4).
status.standard.COMMAND_ERROR
Sets CME bit (B5).
status.standard.CME
Sets CME bit (B5).
status.standard.USER_REQUEST
Sets URQ bit (B6).
status.standard.URQ
Sets URQ bit (B6).
status.standard.POWER_ON
Sets PON bit (B7).
status.standard.PON
Sets PON bit (B7).
standardreg
can also be set to the decimal weight of the bit to be set. Examples:
To set bit B0 (OPC), set
standardreg
to 1 (2
0
).
To set bit B2 (QYE), set
standardreg
to 4 (2
2
).
To set bit B5 (CME), set
standardreg
to 32 (2
5
).
To set more than one bit of the register, set
standardreg
to the sum of their decimal weights.
For example, to set bits B0 and B2, set
standardreg
to 5 (1 + 4).