02-08-2021 02:56 PM
Hi Craig,
This code has worked for me for years, but is incompatible with the new Keithley 2600 Series driver.
I've tried to port it all over, but the "Channel" control seems to be missing.
Could you help me to rebuild this with the new instrument driver?
//DSM
02-08-2021 04:33 PM
New driver? Is it on NI page or Tektronix? I'll have a look tomorrow. I suspect they probably just renamed the control type def. for the channel and it should be an easy fix.
Craig
11-03-2021 01:03 PM
Hi
I am also getting similar error with the new driver, I cannot find the control file.
Could you help me with this error?
11-04-2021 02:10 PM - edited 11-04-2021 02:12 PM
Here you go. The new driver is not a 1:1 translation of the old driver but a better implementation. You can't simply re-sue your old code with the new driver, so here's a modified example.
Note the disclaimer about timing! This isn't the best method to do this sort of thing, you really should use the internal sweep or instrument timing for faster measurements.
Craig