Type Definition scpi::units::Frequency

source ·
pub type Frequency = Quantity<dyn Dimension<Kind = dyn Kind + 'static, Th = Z0, M = Z0, I = Z0, N = Z0, L = Z0, T = NInt<UInt<UTerm, B1>>, 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.