EnableLogic
Partial model providing enable parameter and optional enable input
Library
Modelica/Electrical/PowerConverters/Enable
Description
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
.
Parameters
Name | Label | Description | Data Type | Valid Values |
---|---|---|---|---|
mo_useConstantEnable | useConstantEnable | true = disabled boolean input, use constantEnable | Number | 0 |
mo_constantEnable | constantEnable | Constant enabling of firing signals | Scalar | true |
mo_m | m | Number of phases | Scalar |
Name | Label | Description | Data Type | Valid Values |
---|---|---|---|---|
mo_enable | enable | enable | Structure | |
mo_enable/fixed | fixed | Cell of scalars | true | |
mo_enable/start | start | Cell of scalars | ||
mo_internalEnable | internalEnable | internalEnable | Structure | |
mo_internalEnable/fixed | fixed | Cell of vectors | true | |
mo_internalEnable/start | start | Cell of vectors |
Ports
Name | Type | Description | IO Type | Number |
---|---|---|---|---|
internalEnable | implicit | m replicated enable signals | output | 1 |
Port 2 | implicit | Enables fire and notFire | input | 1-mo_useConstantEnable |