Model 2601B-PULSE System SourceMeter Instrument Reference Manual Section 11: TSP command reference
2601B-PULSE-901-01A April 2020 11-295
status.operation.instrument.smua.SWEEPING
status.operation.instrument.smua.SWE
Set bit indicates that smua is sweeping.
Bit B3 decimal value: 8
status.operation.instrument.smua.MEASURING
status.operation.instrument.smua.MEAS
Bit is set when making an overlapped measurement, but it will not set when taking a normal
synchronous measurement.
Bit B4 decimal value: 16
status.operation.instrument.smua.TRIGGER_OVERRUN
status.operation.instrument.smua.TRGOVR
Set bit indicates an enabled bit has been set in the operation status smua trigger overrun event
register.
Bit B10 decimal value: 1,024
As an example, to set bit B0 of the operation status SMU A summary enable register, set
status.operation.instrument.smua.enable =
status.operation.instrument.smua.CAL.
In addition to the above constants, operationRegister can be set to the numeric equivalent of the
bit to set. To set more than one bit of the register, set operationRegister to the sum of their
decimal weights. For example, to set bits B0 and B10, set operationRegister to 1,025 (which is
the sum of 1 + 1,024).
Example 1
status.operation.instrument.smua.enable = status.operation.instrument.smua.MEAS
Use a constant to set bit B4t of the operation status SMU A summary enable register.
Example 2
status.operation.instrument.smua.enable = 1025
Use the decimal value to set bits B0 and B10 of the operation status SMU A summary enable register.
Also see
Operation Status Registers (on page 15-8)
status.operation.instrument.smua.trigger_overrrun.* (on page 11-296)