WOLFRAM SYSTEM MODELER

SineCurrent

Sine current source

Diagram

Wolfram Language

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

Information

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

This current 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.

SineCurrent.png

Parameters (5)

offset

Value: 0

Type: Current (A)

Description: Current offset

startTime

Value: 0

Type: Time (s)

Description: Time offset

I

Value:

Type: Current (A)

Description: Amplitude of sine wave

phase

Value: 0

Type: Angle (rad)

Description: Phase of sine wave

f

Value:

Type: Frequency (Hz)

Description: Frequency of sine wave

Connectors (2)

p

Type: PositivePin

Description: Positive electrical pin

n

Type: NegativePin

Description: Negative electrical pin

Components (1)

signalSource

Type: Sine

Description: Generate sine signal

Used in Components (1)

SineCurrent

Modelica.Electrical.Polyphase.Sources

Polyphase sine current source

Revisions

  • 1998 by Christoph Clauss
    initially implemented