Universal Robots TypeScript API - v10.12.0
    Preparing search index...

    Interface Value<U>

    interface Value<U extends AllUnits = AllUnits> {
        unit: U;
        value: number;
    }

    Type Parameters

    Index

    Properties

    Properties

    unit: U
    value: number