Table Of Contents

Previous topic

Port Types

Next topic

Operators

This Page

Port Connections

Boolean Output - Integer Input

on is treated at 1 and off is treated as 0.

Boolean Output - Real Input

on is treated at 1.0 and off is treated as 0.0.

Integer Output - Boolean Input

0 is treated as off. All other integers are treated as on.

Integer Output - Real Input

Integers values are converted to real values at the port input.

Real Output - Boolean Input

0.0 is treated as off. All other real values are treated as on.

Real Output - Integer Input

Real values are truncated to integer values at the port input.