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

    Type Alias MeasurementTraceDataOptions

    Options for retrieving measurement trace data in the useMeasurementTraceData hook.

    type MeasurementTraceDataOptions = {
        includeFixedPositionModeFrames?: boolean;
        includeScrollModeFrames?: boolean;
    }
    Index

    Properties

    includeFixedPositionModeFrames?: boolean

    If true, frames from fixed position mode will be included in the returned data. Defaults to true.

    includeScrollModeFrames?: boolean

    If true, frames from scroll mode will be included in the returned data. Defaults to true.