umich-pstl / pstl-tools

Python scripts for making working with PSTL instruments easier
Apache License 2.0
0 stars 0 forks source link

Change argument order in floating_potential.py #8

Open tyjoto opened 1 year ago

tyjoto commented 1 year ago

The order should have arguments as (voltage, current, V_f=None, *args, **kwargs) for functions in the floating_potential.py module.

Once changed here, corresponding changes elsewhere need to be made.

This is to be done to allow the user to pass only in voltage and current and have the system assume the floating potential is not known and thus V_f=None by default