WOLFRAM SYSTEM MODELER

CurrentSource

Interface for current sources

Diagram

Wolfram Language

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

Information

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

The CurrentSource partial model prepares current sources by providing the pins, and the offset and startTime parameters, which are the same at all current 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: Current (A)

Description: Current 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)

TableCurrent

Modelica.Electrical.Analog.Sources

Current source by linear interpolation in a table

TrapezoidCurrent

Modelica.Electrical.Analog.Sources

Trapezoidal current source

SawToothCurrent

Modelica.Electrical.Analog.Sources

Saw tooth current source

PulseCurrent

Modelica.Electrical.Analog.Sources

Pulse current source

ExponentialsCurrent

Modelica.Electrical.Analog.Sources

Rising and falling exponential current source

ExpSineCurrent

Modelica.Electrical.Analog.Sources

Exponentially damped sine current source

CosineCurrent

Modelica.Electrical.Analog.Sources

Cosine current source

SineCurrent

Modelica.Electrical.Analog.Sources

Sine current source

RampCurrent

Modelica.Electrical.Analog.Sources

Ramp current source

StepCurrent

Modelica.Electrical.Analog.Sources

Step current source

Revisions

  • 1998 by Christoph Clauss
    initially implemented