.. _portConnectionsDoc: ================ Port Connections ================ .. index:: single: Port Connections .. index:: single: Port Connections; Boolean Output - Integer Input .. index:: single: Port Connections; Boolean Output - Real Input .. index:: single: Port Connections; Integer Output - Boolean Input .. index:: single: Port Connections; Integer Output - Real Input .. index:: single: Port Connections; Real Output - Boolean Input .. index:: single: Port Connections; Real Output - Integer Input 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.