Model 2651A High Power System SourceMeter® Instrument Reference Manual
Example 1
testAnnunciators = display.getannunciators()
print(testAnnunciators)
rem = bit.bitand(testAnnunciators, 1024)
if rem > 0 then
print("REM is on")
else
print("REM is off")
end
REM indicator is turned on.
Output:
1.28000e+03
REM is on
Example 2
print(display.ANNUNCIATOR_EDIT)
print(display.ANNUNCIATOR_TRIGGER)
print(display.ANNUNCIATOR_AUTO)
Output:
2.56000e+02
3.20000e+01
8.00000e+00
Also see
bit.bitand()
(on page 7-8)
2651A-901-01 Rev. C October 2021
Section 7: TSP command reference
7-73
Need help?
Do you have a question about the Keithley 2651A and is the answer not in the manual?