Type Definition scpi::units::Inductance

source ·
pub type Inductance = Quantity<dyn Dimension<Kind = dyn Kind + 'static, Th = Z0, M = PInt<UInt<UTerm, B1>>, I = NInt<UInt<UInt<UTerm, B1>, B0>>, N = Z0, L = PInt<UInt<UInt<UTerm, B1>, B0>>, T = NInt<UInt<UInt<UTerm, B1>, B0>>, J = Z0> + 'static, dyn Units<f32, mass = kilogram, time = second, luminous_intensity = candela, amount_of_substance = mole, thermodynamic_temperature = kelvin, length = meter, electric_current = ampere> + 'static, f32>;
Expand description

Quantity type alias using the default base units.