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 |
Partial 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 |
Partial 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 |
Partial 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 |
Partial 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 |
Partial 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 |