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