Keithley SourceMeter 2600 Series Reference Manual page 550

Table of Contents

Advertisement

D-22 Status Model
this register include B1 (SMUA) and B2 (SMUB). A set bit indicates that an
operation event has occurred for SMU A and/or SMU B.
Operation Status User Register
This register set is controlled exclusively by the user. This register set feeds to bit
B12 (USER) of the Operation Status Summary Register. Bits of the user event
register are set by setting the corresponding bits of the user enable register and
the user condition register. For example, the following code will set B1 (Bit 1) of
the Operation Status User Register and B12 (USER) of the Operation Status
Register:
status.operation.user.enable = 2
status.operation.user.condition = 2
Table D-7
Operation event commands
To set register bits:
status.operation.* = status.operation.CALIBRATING
status.operation.* = status.operation.CAL
status.operation.* = status.operation.MEASURING
status.operation.* = status.operation.MEAS
status.operation.* = status.operation.PROMPTS
status.operation.* = status.operation.PRMPTS
status.operation.* = status.operation.USER
status.operation.* = status.operation.INSTRUMENT_SUMMARY
status.operation.* = status.operation.INST
status.operation.* = status.operation.PROGRAM_RUNNING
status.operation.* = status.operation.PROG
To read registers:
print(status.operation.*)
print(status.operation.condition)
print(status.operation.event)
1. * = '.ntr', '.ptr' and '.enable'; smuX = smua or smub.
** = '.ntr', '.ptr', '.enable', and '.condition'; smuX = smua or smub.
2600S-901-01 Rev. A / May 2006
Series 2600 System SourceMeters Reference Manual
1
Command
Return to
Appendix D topics
Bit
B0
B0
B4
B4
B11
B11
B12
B13
B13
B14
B14

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents