modelPIline
PI transmission line, 1-phase
Extends from Ports.Port_p_n (Two port), Partials.LineBase (PI- and T-line base, 1-phase).
Information
Transmission line modelled as discretised telegraph-equation, 'π-elements'.
The line of total length len is divided into elements of length delta = len/ne.
It is composed of ne-1 interior elements of length delta and at each end of a half-element of length delta/2.
Therefore it contains ne interior nodes. Each element corresponds to a series resistor-inductor with values R and L corresponding to its length. A shunt parallel capacitor-conductor is linked to each node.
The minimum of ne is 1.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| SI.Length | len (from RXlineBase) | 100e3 | line length |
| Integer | ne (from RXlineBase) | 1 | number of line elements |
| Data | par (from RXlineBase) | line parameters | |
| Initialization | |||
| Types.Dynamics | dynType (from RXlineBase) | system.dynType | transient or steady-state model |
| PS.Voltage | v_start (from RXlineBase) | zeros(2) | start value of voltage drop |
| PS.Current | i_start (from RXlineBase) | zeros(2) | start value of current |
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 | v | ||
| PS.Current | i |