modelVCC
Linear voltage-controlled current source
Extends from Interfaces.TwoPort (Component with two electrical ports, including current).
Information
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
| Type | Name | Default | Description |
|---|---|---|---|
| SI.Conductance | transConductance | Transconductance |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| PositivePin | p1 (from FourPin) | Positive electrical pin of port 1 | |
| NegativePin | n1 (from FourPin) | Negative electrical pin of port 1 | |
| PositivePin | p2 (from FourPin) | Positive electrical pin of port 2 | |
| NegativePin | n2 (from FourPin) | Negative electrical pin of port 2 |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| SI.Voltage | v1 (from FourPin) | Voltage drop of port 1 (= p1.v - n1.v) | |
| SI.Voltage | v2 (from FourPin) | Voltage drop of port 2 (= p2.v - n2.v) | |
| SI.Current | i1 (from FourPin) | Current flowing from pos. to neg. pin of port 1 | |
| SI.Current | i2 (from FourPin) | Current flowing from pos. to neg. pin of port 2 |
Revisions
- 1998
by Christoph Clauss
initially implemented