modelEnable1m
Partial model providing enable parameter and optional enable input for m firing signals
Information
This partial model provides the enabling logic for m firing signal.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | m | 3 | Number of phases |
| Enable | |||
| Boolean | useConstantEnable | true | Disable boolean input and use constantEnable, if true |
| Boolean | constantEnable | true | Constant enabling of firing signals |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.BooleanInput[m] | fire_p | Firing signals of positive potential transistors | |
| Modelica.Blocks.Interfaces.BooleanInput | enable | Enables fire and notFire |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Logical.And[m] | andCondition_p | And condition for m positive firing signals | |
| PowerConverters.Enable.EnableLogic | enableLogic | Enabling logic |