ProtoTwin API
    Preparing search index...

    Class SuctionGripperIO

    Hierarchy (View Summary)

    • IO
      • SuctionGripperIO
    Index

    Properties

    component: null | Component

    The component to which the IO is attached.

    Whether the vacuum/suction pump is running.

    Accessors

    • get inputNames(): readonly string[]

      The names of all (Access.Writable) input signals belonging to the IO.

      Returns readonly string[]

    • get names(): readonly string[]

      The names of all signals belonging to the IO.

      Returns readonly string[]

    • get outputNames(): readonly string[]

      The names of all (Access.Readable) output signals belonging to the IO.

      Returns readonly string[]

    Methods

    • Retrieves the signal with the specified name.

      Parameters

      • name: string

        The signal name.

      Returns null | Signal<SignalValueType>

      The found signal, or null if the signal was not found.