WOLFRAM SYSTEM MODELER

CCV

Linear current-controlled voltage source

Wolfram Language

In[1]:=
SystemModel["Modelica.Electrical.Analog.Basic.CCV"]
Out[1]:=

Information

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

The linear current-controlled voltage source is a TwoPort. The right port voltage v2 is controlled by the left port current i1 via

v2 = i1 * transResistance.

The left port voltage is zero. Any transResistance can be chosen.

Parameters (1)

transResistance

Value:

Type: Resistance (Ω)

Description: Transresistance

Connectors (4)

p1

Type: PositivePin

Description: Positive electrical pin of port 1

n1

Type: NegativePin

Description: Negative electrical pin of port 1

p2

Type: PositivePin

Description: Positive electrical pin of port 2

n2

Type: NegativePin

Description: Negative electrical pin of port 2

Revisions

  • 1998 by Christoph Clauss
    initially implemented