WOLFRAM SYSTEM MODELER

ExponentialsVoltage

Rising and falling exponential voltage source

Diagram

Wolfram Language

In[1]:=
SystemModel["Modelica.Electrical.Analog.Sources.ExponentialsVoltage"]
Out[1]:=

Information

This information is part of the Modelica Standard Library maintained by the Modelica Association.

This voltage source uses the corresponding signal source of the Modelica.Blocks.Sources package. Care for the meaning of the parameters in the Blocks package. Furthermore, an offset parameter is introduced, which is added to the value calculated by the blocks source. The startTime parameter allows to shift the blocks source behavior on the time axis.

ExponentialsVoltage.png

Parameters (6)

offset

Value: 0

Type: Voltage (V)

Description: Voltage offset

startTime

Value: 0

Type: Time (s)

Description: Time offset

vMax

Value:

Type: Real

Description: Upper bound for rising edge

riseTime

Value:

Type: Time (s)

Description: Rise time

riseTimeConst

Value:

Type: Time (s)

Description: Rise time constant

fallTimeConst

Value:

Type: Time (s)

Description: Fall time constant

Connectors (2)

p

Type: PositivePin

Description: Positive electrical pin

n

Type: NegativePin

Description: Negative electrical pin

Components (1)

signalSource

Type: Exponentials

Description: Generate a rising and falling exponential signal

Revisions

  • 1998 by Christoph Clauss
    initially implemented