npm.nicfv.com

    Interface Datum

    This data object fixes the psychrometric state.

    interface Datum {
        db: number;
        measurement: "dbwb" | "dbrh" | "dbdp" | "dbhr";
        other: number;
    }
    Index

    Properties

    Properties

    db: number

    Dry Bulb (db)

    measurement: "dbwb" | "dbrh" | "dbdp" | "dbhr"

    The two types of measurements that were taken to fix the state.

    other: number

    One of these values, depending on measurement

    • Relative Humidity (rh)
    • Wet Bulb (wb)
    • Dew Point (dp)
    • Humidity Ratio (hr)
    MMNEPVFCICPMFPCPTTAAATR