Hi @samschott,
I added TSP support for the pyvisa-sim module.
can be found here:
https://github.com/quaeritis/pyvisa-sim/tree/tsp
So you can do something like this for example:
import keithley2600
from keithley2600 import Keithley2600
keithley2600.log_to_screen()
k = Keithley2600('GPIB0::10::65535::INSTR', '@sim')
k.voltageSweepSingleSMU(smu=k.smua, smu_sweeplist=list(range(0, 61)),
tInt=0.1, delay=-1, pulsed=False) # records single SMU IV curve