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.pin[1].v - term.pin[2].v)/w term.pin[1].i = i/w;