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

    Interface TcpNode

    ProgramNode is the base of all derived programNodes

    interface TcpNode {
        allowsChildren?: boolean;
        isSuppressed?: boolean;
        lockChildren?: boolean;
        locked?: boolean;
        parameters: {
            customTCP: {
                rx: TabInputModel<Angle>;
                ry: TabInputModel<Angle>;
                rz: TabInputModel<Angle>;
                x: TabInputModel<Length>;
                y: TabInputModel<Length>;
                z: TabInputModel<Length>;
            };
            endEffectorId?: string;
            tcpId?: string;
            useCustomTCP?: boolean;
        };
        type: TCP;
        version: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    allowsChildren?: boolean
    isSuppressed?: boolean
    lockChildren?: boolean
    locked?: boolean
    parameters: {
        customTCP: {
            rx: TabInputModel<Angle>;
            ry: TabInputModel<Angle>;
            rz: TabInputModel<Angle>;
            x: TabInputModel<Length>;
            y: TabInputModel<Length>;
            z: TabInputModel<Length>;
        };
        endEffectorId?: string;
        tcpId?: string;
        useCustomTCP?: boolean;
    }
    type: TCP
    version: string