System SourceMeter® Instrument Reference Manual Section 7:
2600BS-901-01 Rev. B / May 2013 7-283
Bit Value Description
status.operation.instrument.smuX.CALIBRATING
status.operation.instrument.smuX.CAL
smuX is unlocked for
calibration.
Bit B0 decimal value: 1
status.operation.instrument.smuX.SWEEPING
status.operation.instrument.smuX.SWE
smuX is sweeping.
status.operation.instrument.smuX.MEASURING
status.operation.instrument.smuX.MEAS
Bit will be set when taking
an overlapped
measurement, but it will
not set when taking a
normal synchronous
measurement.
B10
status.operation.instrument.smuX.TRIGGER_OVERRUN
status.operation.instrument.smuX.TRGOVR
enabled bit has been set
in the operation status
smu X 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).
Weights
(2
) (2
) (2
) (2
) (2
) (2
) (2
) (2
)
Example
status.operation.instrument.smua.enable =
status.operation.instrument.smua.MEAS
Use a constant to set the MEAS bit
of the operation status SMU A
Also see
Operation Status Registers (on page E-9)
status.operation.instrument.smuX.trigger_overrrun.* (on page 7-284)