G_VCCLinear voltage-controlled current source |
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 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 descriptionGname 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
transConductance |
Value: Type: Conductance (S) Description: Transconductance |
---|
p1 |
Type: PositivePin Description: Positive pin of the controlling port |
|
---|---|---|
n1 |
Type: NegativePin Description: Negative pin of the controlling port |
|
p2 |
Type: PositivePin Description: Positive pin of the controlled port |
|
n2 |
Type: NegativePin Description: Negative pin of the controlled port |