WOLFRAM SYSTEM MODELER

VCC

Linear voltage-controlled current source

Wolfram Language

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

Information

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

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

i2 = v1 * transConductance.

The left port current is zero. Any transConductance can be chosen.

Parameters (1)

transConductance

Value:

Type: Conductance (S)

Description: Transconductance

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