modelGyrator
Gyrator
Extends from Interfaces.TwoPort (Component with two electrical ports, including current).
Information
A gyrator is a two-port element defined by the following equations:
i1 = G2 * v2 i2 = -G1 * v1
where the constants G1, G2 are called the gyration conductance.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| SI.Conductance | G1 | Primary gyration conductance | |
| SI.Conductance | G2 | Secondary gyration conductance |
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