WOLFRAM SYSTEM MODELER

Voltage2DutyCycle

Linearly transforms voltage to duty cycle

Diagram

Wolfram Language

In[1]:=
SystemModel["Modelica.Electrical.PowerConverters.DCDC.Control.Voltage2DutyCycle"]
Out[1]:=

Information

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)

Parameters (4)

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

Connectors (4)

v

Type: RealInput

Description: Voltage

dutyCycle

Type: RealOutput

Description: Duty cycle

vLim

Type: RealInput

Description: Voltage limit

vLimInt

Type: RealInput

Description: Internal voltage limit

Components (1)

vLimConst

Type: Constant

Description: Constant voltage limit

Used in Examples (3)

ChopperStepDown_R

Modelica.Electrical.PowerConverters.Examples.DCDC.ChopperStepDown

Step down chopper with resistive load

ChopperStepDown_RL

Modelica.Electrical.PowerConverters.Examples.DCDC.ChopperStepDown

Step down chopper with R-L load

ChopperStepUp_R

Modelica.Electrical.PowerConverters.Examples.DCDC.ChopperStepUp

Step up chopper with resistive load

Used in Components (1)

SwitchingDcDc

Modelica.Electrical.Machines.Examples.ControlledDCDrives.Utilities

Switching DC-DC inverter