Section 9: TSP command reference Series 2600B System SourceMeter® instrument Reference Manual
9-288 2600BS-901-01 Rev. F/August 2021
status.measurement.instrument.SMUA
Set bit indicates one or more enabled bits of the
measurement event SMU A summary register is
set.
Bit B1 decimal value: 2
Binary value: 0000 0010
status.measurement.instrument.SMUB
This bit is only available on Models 2602B, 2604B,
2612B, 2614B, 2634B, 2636B. Set bit indicates
one or more enabled bits of the measurement
event SMU B summary register is set.
Bit B2 decimal value: 4
Binary value: 0000 0100
As an example, to set bit B1 of the measurement event instrument summary enable register, set
status.measurement.instrument.enable = status.measurement.instrument.SMUA.
In addition to the above constants, measurementRegister can be set to the decimal equivalent of
the bit to set. To set more than one bit of the register, set measurementRegister to the sum of
their decimal weights. For example, to set bits B1 and B2, set measurementRegister to 6 (which is
the sum of 2 + 4).
Example
status.measurement.instrument.enable = status.measurement.instrument.SMUA
Sets the SMU A bit of the measurement event instrument summary enable register using a constant.
Also see
Measurement event registers (on page 12-7)
status.measurement.instrument.smuX.*
This attribute contains the registers of the measurement event SMU X summary register set.