Enabling interfaces
Extends from Modelica.Icons.InterfacesPackage (Icon for packages containing interfaces).
| Name | Description | 
|---|---|
|  Enable | Partial model providing enable parameter and optional enable input | 
|  Enable1 | Partial model providing enable parameter and optional enable input for one firing signal | 
|  Enable1m | Partial model providing enable parameter and optional enable input for m firing signals | 
|  Enable2 | Partial model providing enable parameter and optional enable input for two firing signals | 
|  Enable2m | Partial model providing enable parameter and optional enable input for 2*m firing signals | 
 Modelica.Electrical.PowerConverters.Interfaces.Enable.Enable
Modelica.Electrical.PowerConverters.Interfaces.Enable.EnablePartial model providing enable parameter and optional enable input
This partial model provides parameters and the conditional input signal for the enabling models:
| Name | Description | 
|---|---|
| m | Number of phases | 
| Enable | |
| useConstantEnable | true = disabled boolean input, use constantEnable | 
| constantEnable | Constant enabling of firing signals | 
| Name | Description | 
|---|---|
| enable | Enables fire and notFire | 
 Modelica.Electrical.PowerConverters.Interfaces.Enable.Enable1
Modelica.Electrical.PowerConverters.Interfaces.Enable.Enable1Partial model providing enable parameter and optional enable input for one firing signal
This partial model provides the enabling logic for one firing signal.
Extends from Modelica.Electrical.PowerConverters.Interfaces.Enable.Enable (Partial model providing enable parameter and optional enable input).
| Name | Description | 
|---|---|
| m | Number of phases | 
| Enable | |
| useConstantEnable | true = disabled boolean input, use constantEnable | 
| constantEnable | Constant enabling of firing signals | 
| Name | Description | 
|---|---|
| enable | Enables fire and notFire | 
| fire_p | Firing signal of positive potential transistor | 
 Modelica.Electrical.PowerConverters.Interfaces.Enable.Enable1m
Modelica.Electrical.PowerConverters.Interfaces.Enable.Enable1mPartial model providing enable parameter and optional enable input for m firing signals
This partial model provides the enabling logic for m firing signal.
| Name | Description | 
|---|---|
| m | Number of phases | 
| Enable | |
| useConstantEnable | true = disabled boolean input, use constantEnable | 
| constantEnable | Constant enabling of firing signals | 
| Name | Description | 
|---|---|
| fire_p[m] | Firing signals of positive potential transistors | 
| enable | Enables fire and notFire | 
 Modelica.Electrical.PowerConverters.Interfaces.Enable.Enable2
Modelica.Electrical.PowerConverters.Interfaces.Enable.Enable2Partial model providing enable parameter and optional enable input for two firing signals
This partial model provides the enabling logic for two firing signal.
Extends from Modelica.Electrical.PowerConverters.Interfaces.Enable.Enable1 (Partial model providing enable parameter and optional enable input for one firing signal).
| Name | Description | 
|---|---|
| Enable | |
| useConstantEnable | true = disabled boolean input, use constantEnable | 
| constantEnable | Constant enabling of firing signals | 
| Name | Description | 
|---|---|
| enable | Enables fire and notFire | 
| fire_p | Firing signal of positive potential transistor | 
| fire_n | Firing signal of negative potential transistor | 
 Modelica.Electrical.PowerConverters.Interfaces.Enable.Enable2m
Modelica.Electrical.PowerConverters.Interfaces.Enable.Enable2mPartial model providing enable parameter and optional enable input for 2*m firing signals
This partial model provides the enabling logic for 2*m firing signal.
Extends from Interfaces.Enable.Enable1m (Partial model providing enable parameter and optional enable input for m firing signals).
| Name | Description | 
|---|---|
| m | Number of phases | 
| Enable | |
| useConstantEnable | true = disabled boolean input, use constantEnable | 
| constantEnable | Constant enabling of firing signals | 
| Name | Description | 
|---|---|
| fire_p[m] | Firing signals of positive potential transistors | 
| enable | Enables fire and notFire | 
| fire_n[m] | Firing signals of negative potential transistors |