WOLFRAM SYSTEM MODELER
EnableLogicPartial model providing enable parameter and optional enable input |
SystemModel["Modelica.Electrical.PowerConverters.Enable.EnableLogic"]
This information is part of the Modelica Standard Library maintained by the Modelica Association.
This model provides an internal enable signal derived either from a parameter or an optional signal input.
For useConstantEnable = true
the internal signal internalEnable
is equal to the parameter constantEnable
.
For useConstantEnable = false
the internal signal
internalEnable
is equal to the external signal input enable
.
useConstantEnable |
Value: true Type: Boolean Description: Disable boolean input and use constantEnable, if true |
---|---|
constantEnable |
Value: true Type: Boolean Description: Constant enabling of firing signals |
m |
Value: 3 Type: Integer Description: Number of phases |
enable |
Type: BooleanInput Description: Enables fire and notFire |
|
---|---|---|
internalEnable |
Type: BooleanOutput[m] Description: m replicated enable signals |
enableConstantSource |
Type: BooleanConstant Description: Constant enable signal of fire and notFire |
|
---|---|---|
booleanReplicator |
Type: BooleanReplicator Description: Boolean signal replicator |