Model 2601B-PULSE System SourceMeter Instrument Reference Manual Section 11: TSP command reference
2601B-PULSE-901-01A April 2020 11-317
status.questionable.UNSTABLE_OUTPUT
status.questionable.UO
An enabled bit in the questionable status unstable output summary event register is set.
Bit B9 decimal value: 512
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 decimal value of the
bit to set. To set more than one bit of the register, set questionableRegister to the sum of their
decimal values. For example, to set bits B12 and B13, set questionableRegister to 12,288
(which is the sum of 4,096 + 8,192).
Example 1
status.questionable.enable = status.questionable.OTEMP
Uses a constant to set the OTEMP bit of the questionable status enable register.
Example 2
status.questionable.enable = 12288
Uses the decimal value to set the B12 and B13 bits of the questionable status enable register.
Also see
Questionable Status Registers (on page 15-13)