Revert Keithley22XX and Keithley24XX to use :READ? for measuring stuff.
Use :READ?
instead of :MEAS:CURR?
/ :MEAS:VOLT?
for measuring current/voltage of the Keithley power supplies. This reverts to the behaviour before the transition to IPowerSupply
.
The difference between the two, according to the 2410 manual, is that the :MEAS?
also turns-on the power supply if not already on. This seems a bit dangerous.
Also add a Keithley24XX::isOn
function that returns true if the Keithley is turned on. It is used to protect :READ?
statements, which hang if the power supply is off.
Edited by Karol Krizka
Merge request reports
Activity
added libPS label
added 62 commits
-
23a728dd...b6b785d5 - 60 commits from branch
devel
- 8c465e72 - Revert Keithley22XX and Keithley24XX to use :READ? for measuring stuff.
- 6c435ee4 - Add isOn command to Keithley powersupplies. Use them to protect :READ?
-
23a728dd...b6b785d5 - 60 commits from branch
mentioned in issue #35 (closed)
added 1 commit
- 3ac90fcb - Forgot to add isOn protection to Keithley22XX when measuring stuff.
- Resolved by Elisabetta Pianori
Hi @kkrizka,
the CI test are failing for this MR. Could you please either fix the error, or add WIP to the MR title?
Thanks, Elisabetta
added 5 commits
-
87eddd63 - 1 commit from branch
devel
- c9998d5f - Revert Keithley22XX and Keithley24XX to use :READ? for measuring stuff.
- 7e8de001 - Add isOn command to Keithley powersupplies. Use them to protect :READ?
- f68b0c30 - Fix typoe in Keithley22XX.
- 1bd3f096 - Forgot to add isOn protection to Keithley22XX when measuring stuff.
Toggle commit list-
87eddd63 - 1 commit from branch
Please register or sign in to reply