torque-pro-assistant - v1.0.0
    Preparing search index...

    Interface PidAltUnit

    Optional alternate-unit mapping for PIDs that have a metric companion field in the CSV (e.g. speed_mphspeed_kph, tq_lbfttq_nm). Used by the renderer to swap which SessionDataRow field drives the chart when units mode is metric.

    interface PidAltUnit {
        metric: { key: string; unit: string };
    }
    Index

    Properties

    Properties

    metric: { key: string; unit: string }

    Type Declaration

    • Readonlykey: string

      Field name on SessionDataRow carrying the metric value.

    • Readonlyunit: string

      Display unit for the metric value (e.g. 'km/h', 'Nm').