WOLFRAM SYSTEM MODELER

CCC

Linear current-controlled current source

Wolfram Language

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

Information

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

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

i2 = i1 * gain.

The left port voltage is zero. Any current gain can be chosen.

Parameters (1)

gain

Value:

Type: Real

Description: Current gain

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