12-05-2021 07:18 PM
Hello
i am trying to have v-i measurement with
how can i covert it to A
Benny
12-06-2021 10:50 AM - edited 12-06-2021 11:04 AM
That string returned by the Keithley 487 is the measurement setting and the current reading...
NDCI+00.0011E-06 = measuring DC current at +0.0011E-6A
So parse the string for the numeric part which is +1.1E-9A or +1.1nA
Easiest way to do that would be using Fraction/Exp String to Number (from the Strting pallet) with offset 4.
Craig
12-14-2021 01:48 AM
Thanks , it work