.Modelica.Electrical.Spice3.Basic.G_VCC

Information

The linear voltage-controlled current source is a TwoPort. The right port current at pin p2 (=p2.i) is controlled by the left port voltage at pin p1 (p1.v) via

p2.i = p1.v * transConductance.

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

The corresponding SPICE description
Gname N+ N- NC+ NC- VALUE

is translated to Modelica:

Gname -> Spice3.Basic.G_VCC Gname
(Gname is the name of the Modelica instance)
N+ -> p2.i
N- -> n2.i
NC+ -> p1 .v
NC- -> n1.v
VALUE -> transConductance

Generated at 2024-12-11T19:25:49Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos