Keithley SourceMeter 2600 Series Reference Manual page 548

Table of Contents

Advertisement

D-20 Status Model
Table D-6
Status event status registers and bits
To set register bits:
status.standard.enable = status.standard.OPERATION_COMPLETE
status.standard.enable = status.standard.OPC
status.standard.enable = status.standard.QUERY_ERROR
status.standard.enable = status.standard.QYE
status.standard.enable = status.standard.DEVICE_DEPENDENT_ERROR
status.standard.enable = status.standard.DDE
status.standard.enable = status.standard.EXECUTION_ERROR
status.standard.enable = status.standard.EXE
status.standard.enable = status.standard.COMMAND_ERROR
status.standard.enable = status.standard.CME
status.standard.enable = status.standard.USER_REQUEST
status.standard.enable = status.standard.URQ
status.standard.enable = status.standard.POWER_ON
status.standard.enable = status.standard.PON
To read registers:
print(status.standard.enable)
print(status.standard.condition)
print(status.standard.event)
Operation Event Registers
As shown in
Event Status. Commands are summarized in
can also be set by using numeric parameter values. For details, see
ming enable and transition
For example, either of the following commands will set 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
ters" in this appendix. For example, the following command will read the operation
enable register:
print(status.operation.enable)
Operation Status Register
This register set feeds to bit B7 (OSB) of the Status Byte. The bits used in the
Operation Status Register set are described as follows:
2600S-901-01 Rev. A / May 2006
Series 2600 System SourceMeters Reference Manual
Command
Figure
D-3,
there are seven register sets associated with Operation
registers" in this appendix.
Return to
Appendix D topics
Table
D-7.
Keep in mind that bits
"Reading regis-
Bit
B0
B0
B2
B2
B3
B3
B4
B4
B5
B5
B6
B6
B7
B7
"Program-

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents