Section 9: TSP command reference Series 2600B System SourceMeter® instrument Reference Manual
9-334 2600BS-901-01 Rev. F/August 2021
status.questionable.HIGHV_NOT_READY
Only 2611B, 2612B, 2614B, 2634B, 2635B,
2636B: Either the interlock is not engaged
or the interlock was engaged recently and
the high voltage supply is still stabilizing. If
the interlock is engaged and this bit is set,
attempting to turn on the output on the
200 V range results in error code 5052,
"Interlock engaged; system stabilizing."
Bit B10 decimal value: 1024
status.questionable.OVER_TEMPERATURE
status.questionable.OTEMP
An enabled bit in the questionable status
over temperature summary event register
is set.
Bit B12 decimal value: 4,096
status.questionable.INSTRUMENT_SUMMARY
status.questionable.INST
An enabled bit in the questionable status
instrument summary event register is set.
Bit B13 decimal value: 8,192
As an example, to set bit B9 of the questionable status enable register, set
status.questionable.enable = status.questionable.UO.
In addition to the above constants, questionableRegister can be set to the numeric equivalent of
the bit to set. To set more than one bit of the register, set questionableRegister to the sum of
their decimal weights. For example, to set bits B12 and B13, set questionableRegister to 12,288
(which is the sum of 4,096 + 8,192).
status.questionable.enable = status.questionable.OTEMP
Uses a constant to set the OTEMP bit of the questionable status enable register.
Also see
Questionable Status Registers (on page 12-13)