Kvaser CanKing GUI Extensions SDK - v7.5.1
    Preparing search index...

    Function useCombinedMeasurementTraceData

    • A hook for combined measurement trace data from both scroll mode and fixed position mode. Will return the latest measurement data, with at most 500 frames from scroll mode and one frame for each unique frame id and type from fixed position mode.

      Parameters

      • OptionalstartUs: number

        Optional start time (in microseconds) to read from the fixed position data buffer. Any frame with a timestamp less than this will be excluded.

      • Optionaloptions: MeasurementTraceDataOptions

        Optional options to customize the measurement trace data retrieval.

      Returns { fixedPositionModeFrames: Frame[]; scrollModeFrames: Frame[] }

      The combined measurement trace data.