labrad / pylabrad

python interface for labrad
51 stars 31 forks source link

In pylabrad units, 'psi' is a constant, not a unit #307

Open mgiustina opened 7 years ago

mgiustina commented 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')