Open mgiustina opened 7 years ago
Unit conversions between psi and anything else do not work, because 'psi' is included in pylabrad as a constant rather than a unit.
import labrad.units as U U.psi
returns Value(6894.75729317, 'Pa')
Value(6894.75729317, 'Pa')
Unit conversions between psi and anything else do not work, because 'psi' is included in pylabrad as a constant rather than a unit.
returns
Value(6894.75729317, 'Pa')