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

    Type Alias SignalsDomainDataGenerator

    SignalsDomainDataGenerator: (
        node: SourcesNode,
        sourceID: string,
    ) => OptionalPromise<Record<string, ValueRange>>

    Returns info about the signals for a given source It is used by the set and wait node to give the units and range limits for analog signals

    Type Declaration