You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The E-Meter does not use get_current():
Instead of smu.get_current() one should use smu.get_read(), same for smu.get_voltage(). Also one has to smu.select_current() for a current measurement.
The text was updated successfully, but these errors were encountered:
The E-Meter does not use get_current():
Instead of smu.get_current() one should use smu.get_read(), same for smu.get_voltage(). Also one has to smu.select_current() for a current measurement.
The text was updated successfully, but these errors were encountered: