Marine systems simulation
|
Checks whether two ports have equal value.
This SimObject has two input ports, In1
and In2
, and one output port, Out
. If In1
and In2
are equal, then Out
is set equal to 1 ("true"). Otherwise, Out
is set equal to 0 ("false"). Implementation class is Equal.
Name | Width | Description |
---|---|---|
In1 | 1 | Input 1, real-valued. |
In2 | 1 | Input 2, real-valued. |
Name | Width | Description |
---|---|---|
Out | 1 | 1 if In1 and In2 are equal, 0 otherwise. |
This SimObject does not contain any configuration parameters.
This SimObject does not contain any initial conditions.
This SimObject is referred to as Boolean/Equal