WOLFRAM SYSTEM MODELER
Voltage2DutyCycleLinearly transforms voltage to duty cycle |
SystemModel["Modelica.Electrical.PowerConverters.DCDC.Control.Voltage2DutyCycle"]
This information is part of the Modelica Standard Library maintained by the Modelica Association.
Transforms the input voltage signal into a duty cycle:
reciprocal = false and useBipolarVoltage = false: v/VLim = dutyCycle
reciprocal = false and useBipolarVoltage = true : v/VLim = 2*dutyCycle - 1
reciprocal = true: v/VLim = 1/(1 - dutyCycle)
reciprocal |
Value: false Type: Boolean Description: Enables reciprocal formula between voltage and duty cycle |
---|---|
useBipolarVoltage |
Value: true Type: Boolean Description: Enables bipolar input voltage range |
useConstantVoltageLimit |
Value: true Type: Boolean Description: Enables constant voltage limit |
VLim |
Value: Type: Voltage (V) Description: Voltage range limit mapped to dutyCycle = 1 resp. 0 |
v |
Type: RealInput Description: Voltage |
|
---|---|---|
dutyCycle |
Type: RealOutput Description: Duty cycle |
|
vLim |
Type: RealInput Description: Voltage limit |
|
vLimInt |
Type: RealInput Description: Internal voltage limit |
vLimConst |
Type: Constant Description: Constant voltage limit |
---|
Modelica.Electrical.PowerConverters.Examples.DCDC.ChopperStepDown Step down chopper with resistive load |
|
Modelica.Electrical.PowerConverters.Examples.DCDC.ChopperStepDown Step down chopper with R-L load |
|
Modelica.Electrical.PowerConverters.Examples.DCDC.ChopperStepUp Step up chopper with resistive load |
Modelica.Electrical.Machines.Examples.ControlledDCDrives.Utilities Switching DC-DC inverter |