06-09-2022 07:12 PM
Hi,
I am working with a LabView with a program for discharging the battery, but the manual Keithley says that is necessary to set the High Impedance, I know how to do it in the equipment, but not in the program, do you have any suggestions?
page 79, from:
Series 2400 SourceMeter®
User’s Manual
2400S-900-01 Rev. K / September 2011
Solved! Go to Solution.
06-10-2022 02:58 PM - edited 06-10-2022 03:00 PM
If you are using the K24xx LabVIEW driver available from:
Then open the VI Tree.vi and locate the Ouptut Off Behaviour VI, select High Impedance.
If you are sending SCPI commands directly, then the command is ":OUTP:SMOD HIMP;"
See the Manual Section 13-11 - Remote output configuration.
Hope that helps.
Craig
06-16-2022 09:53 AM
Thanks so much, Craig.
Sure, I see that.