Hi,
When I have used the script "I-V curve and voltage drop" under the "Mini-tutorials" I have encountered the following error:
Traceback (most recent call last):
File "I-V_Analysis.py", line 16, in <module>
biases = [float(conf.calculator().electrodeVoltages()[0]-conf.calculator().electrodeVoltages()[1]) for conf in configurations]
AttributeError: 'NoneType' object has no attribute 'electrodeVoltages'
Thanks for your help,