NodeOPCUA API Documentation
    Preparing search index...

    Interface AxisInformationOptions

    interface AxisInformationOptions {
        axisScaleType?: AxisScaleEnumeration;
        axisSteps?: number[] | null;
        engineeringUnits?: EUInformationOptions;
        euRange?: RangeOptions;
        title?: LocalizedTextLike | null;
    }
    Index

    Properties

    axisScaleType?: AxisScaleEnumeration
    axisSteps?: number[] | null
    engineeringUnits?: EUInformationOptions
    euRange?: RangeOptions
    title?: LocalizedTextLike | null