blockDeadTime
Introduces a dead time in complementary PWM firing signals
Extends from Modelica.Blocks.Icons.Block (Basic graphical layout of input/output block).
Information
Given an input boolean firing signal, output that signal and it's complement with deadTime seconds of dead time.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.SIunits.Time | deadTime | 0 | Dead time |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.BooleanInput | c | PWM input | |
| Modelica.Blocks.Interfaces.BooleanOutput | c1 | PWM output | |
| Modelica.Blocks.Interfaces.BooleanOutput | c2 | PWM complement |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.MathBoolean.OnDelay | c1_onDelay | ||
| Modelica.Blocks.MathBoolean.OnDelay | c2_onDelay | ||
| Modelica.Blocks.Logical.Not | notBlock |