IntInput

Integer input port. When the schematic is compiled, an input port of type int will be generated for the block. Integers are 32-bit signed integers in the simulator, while it is dependent on the target language in the code generator.

Blocks tree path

Ports\IntInput

Outputs

Name Type Description
o int The incoming signal through this port.