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

    Interface IMeasurementSetupContext

    Measurement setup context value.

    interface IMeasurementSetupContext {
        error: Error | null;
        isLoaded: boolean;
        measurementSetup: MeasurementSetup | null;
    }
    Index

    Properties

    error: Error | null

    If there was an error loading the measurement setup, this can contain the error details

    isLoaded: boolean

    Indicates whether the measurement setup has been loaded (either successfully or with an error)

    measurementSetup: MeasurementSetup | null

    Can be null if the measurement setup has not been loaded yet or if there was an error loading it