Module misc

Module misc 

Source
Expand description

Miscellaneous Blocks

Structsยง

HasValue
Outputs true if the input is not null.
ParseBool
Outputs the parsed boolean value of the input.
ParseNumber
Outputs the parsed numeric value of the input.
Random
Generates a random number at the specified frequency. min and max control the range of the generated random number. The defaults are 0 and 100.
SineWave
Block that generates a sine wave based on the frequency and the amplitude inputs.