System SourceMeter® Instrument Reference Manual Section 7:
2600BS-901-01 Rev. C / August 2016 7-307
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
Set bit indicates an
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.C
AL.
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).
Bit B7 B6 B5 B4 B3 B2 B1 B0
(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