Keithley SourceMeter 2600 Series Reference Manual page 398

Table of Contents

Advertisement

12-124 Instrument Control Library
status.reset
Function
Resets all bits set in the status model.
Usage
status.reset()
This function clears all status data structure registers (enable, event, NTR and PTR) to
Remarks
their power up states.
Details
Appendix
status.standard.*
status.standard.condition
status.standard.enable
status.standard.event
* = condition, enable or event
Attribute
Standard event register set.
Usage
Reads condition, enable and event registers:
standardreg = status.standard.condition
standardreg = status.standard.enable
standardreg = status.standard.event
Writes to enable register:
status.standard.enable = standardreg
Set
0
status.standard.OPERATION_COMPLETE
status.standard.OPC
status.standard.QUERY_ERROR
status.standard.QYE
status.standard.DEVICE_DEPENDENT_ERROR
status.standard.DDE
status.standard.EXECUTION_ERROR
status.standard.EXE
status.standard.COMMAND_ERROR
status.standard.CME
status.standard.USER_REQUEST
status.standard.URQ
status.standard.POWER_ON
status.standard.PON
standardreg
To set bit B0 (OPC), set
To set bit B2 (QYE), set
To set bit B5 (CME), set
To set more than one bit of the register, set
weights. For example, to set bits B0 and B2, set
2600S-901-01 Rev. A / May 2006
D.
to one of the following values:
standardreg
can also be set to the decimal weight of the bit to be set. Examples:
standardreg
standardreg
standardreg
Return to
Series 2600 System SourceMeters Reference Manual
0
to 1 (2
).
2
to 4 (2
).
5
to 32 (2
).
standardreg
standardreg
Section 12 topics
Clears all bits.
Sets OPC bit (B0).
Sets OPC bit (B0).
Sets QYE bit (B2)
.
Sets QYE bit (B2).
Sets DDE bit (B3).
Sets DDE bit (B3).
Sets EXE bit (B4).
Sets EXE bit (B4).
Sets CME bit (B5).
Sets CME bit (B5).
Sets URQ bit (B6).
Sets URQ bit (B6).
Sets PON bit (B7).
Sets PON bit (B7).
to the sum of their decimal
to 5 (1 + 4).

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents