Close
    logoAlexa's Circuits V2 Docs

    exec value type

    Git RepositoryEdit on Github
    Last update: 6 minutes ago by AlexaReading time: 2 min

    The exec value type is used to execute circuitry. Signals of this type are generated by Event Receiver chips. When a signal of this type is received by a chip, the chip is "executed"; for example, it performs an operation on its inputs and updates its outputs. "Executing" a variable chip will set the variable's value to the value on its input port.

    The exec value type dosen't have a list type.

    Getting Started — Previous
    ValueTypes
    Next — Getting Started
    Bool value type