modelPortTrafo_p_n
Two port for transformers
Extends from Port_p_n (Two port).
Information
Contains voltage and current scaling.
Below
term, v, i, w
denote either the primary or secondary side
term_p, v1, i1, w1 term_n, v2, i2, w2
Definitions
v: scaled voltage across conductor i: scaled current through conductor w: voltage ratio to nominal (any value, but common for primary and secondary)
Relations
v = (term.v[1] - term.v[2])/w term.i[1] = i/w;
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Ports.TwoPin_p | term_p (from Port_p_n) | positive terminal | |
| Ports.TwoPin_n | term_n (from Port_p_n) | negative terminal |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| PS.Voltage | v1 | voltage 1 | |
| PS.Current | i1 | current 1 | |
| PS.Voltage | v2 | voltage 2 | |
| PS.Current | i2 | current 2 |