09-24-2024 06:49 PM
I'm using SCPI with Keithley and I'm trying to take measure different channel types (Temp, DC volt, etc.) so I have different math equations being implemented, but I have 2 issues:
1. it seems that I cant query for measurements in a single command line, meaning I have to use a seperate write and read function for each channel. I'd like to fix this if possible.
2. Even using seperate read and write functions, I'm only getting data from one of the channels. I can't figure out what I'm doing wrong with my commands. Someone please help.
09-24-2024 07:33 PM
Were you able to confirm with the manual whether KE2701 supports multi channel read in a single command?
09-25-2024 10:11 AM
I know that I can with a simple scan, but I could not find that information for an advanced scan. I suppose I could store everything in the buffer before reading it.