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

    Interface MovePNode

    ProgramNode is the base of all derived programNodes

    interface MovePNode {
        allowsChildren?: boolean;
        isSuppressed?: boolean;
        lockChildren?: boolean;
        locked?: boolean;
        parameters: {
            advanced: MovePAdvancedSettings;
            motionProfile: string | undefined;
            variable: TabInputModel<URVariable | undefined>;
            waypoint?: WaypointTabInputModel;
        };
        type: MOVE_P;
        version: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    allowsChildren?: boolean
    isSuppressed?: boolean
    lockChildren?: boolean
    locked?: boolean
    parameters: {
        advanced: MovePAdvancedSettings;
        motionProfile: string | undefined;
        variable: TabInputModel<URVariable | undefined>;
        waypoint?: WaypointTabInputModel;
    }
    type: MOVE_P
    version: string