Ports & Subsystems
In the Ports & Subsystems of the basic library of blocks, you can create and manage hierarchies of models by organising code execution with conditional statements, triggers, loops and ports for input and output signals. These blocks allow you to structure the model, making it modular and easy to understand.
- Action Port
-
Control port for the action signal.
- Connection Port
-
A port for physical subsystem communication.
- Enable
-
Create an input port for the subsystem.
- For Each
-
Control unit for For-each type subsystem.
- For Iterator
-
Control unit for the for-iterator subsystem.
- Function-Call Generator
-
Provide function call events to control the execution of a subsystem or model.
- If
-
Subsystem selection by if-else condition.
- In1
-
Create an input port for a subsystem or external input.
- Model
-
Model-link to create a hierarchy of models.
- Out1
-
Subsystem output port or data output from the model.
- Reset
-
The control unit of the resettable subsystem.
- Subsystem
-
Block for creating the model hierarchy.
- Switch Case
-
Selects a subsystem for execution using logic similar to the switch operator.
- Trigger
-
Subsystem Execution Trigger.
- While Iterator
-
Control unit for the while-iterator subsystem.