WOLFRAM SYSTEM MODELER

VoltageSource

Interface for voltage sources

Diagram

Wolfram Language

In[1]:=
SystemModel["Modelica.Electrical.Analog.Interfaces.VoltageSource"]
Out[1]:=

Information

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

The VoltageSource partial model prepares voltage sources by providing the pins, and the offset and startTime parameters, which are the same at all voltage sources. The source behavior is taken from Modelica.Blocks signal sources by inheritance and usage of the replaceable possibilities.

Parameters (2)

offset

Value: 0

Type: Voltage (V)

Description: Voltage offset

startTime

Value: 0

Type: Time (s)

Description: Time offset

Connectors (2)

p

Type: PositivePin

Description: Positive electrical pin

n

Type: NegativePin

Description: Negative electrical pin

Components (1)

signalSource

Type: SignalSource

Description: Base class for continuous signal source

Extended by (10)

TableVoltage

Modelica.Electrical.Analog.Sources

Voltage source by linear interpolation in a table

TrapezoidVoltage

Modelica.Electrical.Analog.Sources

Trapezoidal voltage source

SawToothVoltage

Modelica.Electrical.Analog.Sources

Saw tooth voltage source

PulseVoltage

Modelica.Electrical.Analog.Sources

Pulse voltage source

ExponentialsVoltage

Modelica.Electrical.Analog.Sources

Rising and falling exponential voltage source

ExpSineVoltage

Modelica.Electrical.Analog.Sources

Exponentially damped sine voltage source

CosineVoltage

Modelica.Electrical.Analog.Sources

Cosine voltage source

SineVoltage

Modelica.Electrical.Analog.Sources

Sine voltage source

RampVoltage

Modelica.Electrical.Analog.Sources

Ramp voltage source

StepVoltage

Modelica.Electrical.Analog.Sources

Step voltage source

Revisions

  • 1998 by Christoph Clauss
    initially implemented