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 signalinternalEnable
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__nmodifiers | Number of Modifiers | Specifies the number of modifiers | Number | |
mo__modifiers | Modifiers | Add new modifier | Structure | |
mo__modifiers/varname | Variable name | Cell of strings | ||
mo__modifiers/attribute | Attribute | Cell of strings | 'start' | |
mo__modifiers/value | Value |
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 |