v-dauer-pulse

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

Continuously outputs pulses
v-dauer-pulse
@/v-dauer-pulse
Continuously outputs pulses
v-dauer-pulse
Tick
Tickpulse
Continuous pulses
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_Tick>(ctx, 1);
        setImmediate();
    }
}

Tabular tests

Tick
pulse
pulse
pulse
pulse