Canboat ts-pgns
    Preparing search index...

    Enumeration PhysicalQuantity

    Represents the various types of physical quantities that can be measured or represented.

    This enum includes common physical quantities such as length, temperature, electrical power, and more. Each member corresponds to a specific physical property, useful for scientific, engineering, or data modeling applications.

    const quantity: PhysicalQuantity = PhysicalQuantity.Temperature;
    
    Index

    Enumeration Members

    Angle: "ANGLE"
    AngularVelocity: "ANGULAR_VELOCITY"
    Concentration: "CONCENTRATION"
    Date: "DATE"
    Distance: "DISTANCE"
    Duration: "DURATION"
    ElectricalApparentPower: "ELECTRICAL_APPARENT_POWER"
    ElectricalCharge: "ELECTRICAL_CHARGE"
    ElectricalCurrent: "ELECTRICAL_CURRENT"
    ElectricalEnergy: "ELECTRICAL_ENERGY"
    ElectricalPower: "ELECTRICAL_POWER"
    ElectricalReactivePower: "ELECTRICAL_REACTIVE_POWER"
    Frequency: "FREQUENCY"
    GeographicalLatitude: "GEOGRAPHICAL_LATITUDE"
    GeographicalLongitude: "GEOGRAPHICAL_LONGITUDE"
    Length: "LENGTH"
    MagneticField: "MAGNETIC_FIELD"
    PotentialDifference: "POTENTIAL_DIFFERENCE"
    Pressure: "PRESSURE"
    PressureRate: "PRESSURE_RATE"
    SignalStrength: "SIGNAL_STRENGTH"
    SignalToNoiseRatio: "SIGNAL_TO_NOISE_RATIO"
    Speed: "SPEED"
    Temperature: "TEMPERATURE"
    Time: "TIME"
    Volume: "VOLUME"
    VolumetricFlow: "VOLUMETRIC_FLOW"