Function setDigital

  • Set the state (true or false) of a digital signal. This does not provide feedback. This uses RepeatDigital under the hood, to hold the signal high.

    Parameters

    • signal: string

      Signal name in contract file, or join number as a string to send a value to.

    • value: boolean

      Boolean value to set the signal to.

    Returns void