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

    Interface DirectionMovementSettings

    interface DirectionMovementSettings {
        acceleration: TabInputModel<Acceleration>;
        optiMoveAcceleration: TabInputModel<Value<string>>;
        optiMoveSpeed: TabInputModel<Value<string>>;
        speed: TabInputModel<Speed>;
        speedType: MovementType;
    }
    Index

    Properties

    optiMoveAcceleration: TabInputModel<Value<string>>
    optiMoveSpeed: TabInputModel<Value<string>>
    speedType: MovementType