modelCCC
Linear current-controlled current source
Extends from Interfaces.TwoPort (Component with two electrical ports, including current).
Information
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
| Type | Name | Default | Description |
|---|---|---|---|
| Real | gain | Current gain |
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