While Iterator Subsystem
A subsystem that repeats execution during the current time step until the boolean expression is true.
blockType: SubSystem
Path in the library:
|
Description
Block While Iterator Subsystem It is a pre-configured block. Subsystem, designed to create a subsystem that repeats execution during the simulation step until a logical condition is met. The execution is controlled by the block While Iterator inside the subsystem.
Use blocks While Iterator Subsystem for modeling purposes:
-
an equivalent flowchart of the cycle
whileordo-while; -
an iterative algorithm that converges to a more accurate solution after several iterations.
Ports
Input
#
IC
—
the initial logical condition
scalar
Details
Block placement While Iterator connected to the block In1 in the subsystem block, adds this external input port to the block.
| Data types |
|
| Complex numbers support |
No |
#
In1
—
the input signal to the subsystem
scalar | vector | the matrix
Details
Output
#
Out1
—
the output signal from the subsystem
scalar | vector | the matrix