Hi there.
I am trying to write voltage data from a keithley 24xx to an excel spreadsheet with very high resolution(.0001 volts/amps). I have my instrument driver setup and i can input the values i want into the instrument and can see them on the display but when i go to the excel spreadsheet, any value under a miliamp is written as zero.
I have tried to change the rounding on the actual spreadsheet, using "to extended precision float" as well as other conversions but the program still writes the voltage/amperage values as an array of zero's.
Has anyone ever encountered this problem before? It seems like there would be a simple solution out there but it hasn't hit me yet.
Any suggestions would be greatly appreciated.