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

    Interface LoopNode

    ProgramNode is the base of all derived programNodes

    interface LoopNode {
        allowsChildren?: boolean;
        isSuppressed?: boolean;
        lockChildren?: boolean;
        locked?: boolean;
        parameters: {
            expression?: TabInputValue;
            loopVariable?: URVariable;
            type: "always" | "xtimes" | "expression";
            xtimes?: number;
        };
        type: LOOP;
        version: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    allowsChildren?: boolean
    isSuppressed?: boolean
    lockChildren?: boolean
    locked?: boolean
    parameters: {
        expression?: TabInputValue;
        loopVariable?: URVariable;
        type: "always" | "xtimes" | "expression";
        xtimes?: number;
    }
    type: LOOP
    version: string