Dear Tek community,
I try to run SMU2612 through a python code. I installed keithley2600 package ('pip install keithley2600' command) but encounters some errors with the "trigger". Please find enclosed the code and below the returned error:
Traceback (most recent call last):
File "C:\Users\name\anaconda3\lib\site-packages\keithley2600\keithley_driver.py", line 258, in __getattr__accessor = self._dict[attr_name] KeyError: 'trigger' During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\name\Documents\CMP Gardanne\Python_Labview_Scripts\runkeithley2612_readthedocsexample2.py", line 25, in <module> k.voltage_sweep_single_smu(smu=k.smub, smu_sweeplist=range(0, 20, 1), t_int=0.1, delay=-1, pulsed=False)
File "C:\Users\name\anaconda3\lib\site-packages\keithley2600\keithley_driver.py", line 1048, in voltage_sweep_single_smu smu.trigger.source.listv(smu_sweeplist)
File "C:\Users\name\anaconda3\lib\site-packages\keithley2600\keithley_driver.py", line 266, in __getattr__ raise AttributeError(f"{self} has no attribute '{attr_name}'") AttributeError: <KeithleyClass(smub)> has no attribute 'trigger'</em>
May you please highlight me some ideas to solve this issue?
Kind Regards