v-boot-pulse

hio/nwt-gus-hi/v-boot-pulse

Outputs a single pulse when the program starts
v-boot-pulse
@/v-boot-pulse
Outputs a single pulse when the program starts
v-boot-pulse
Boot
Bootpulse
To use the node in your project you should have the hio/nwt-gus-hi library installed. Use the “File → Add Library” menu item in XOD IDE if you don’t have it yet. See Using libraries for more info.

C++ implementation

node {
    void evaluate(Context ctx) {
        emitValue<output_Boot>(ctx, 1);
    }
}

Tabular tests

Boot
pulse
no-pulse
no-pulse