modelTransmissionLineEquations_N_2560
Extends from TransmissionLineEquations_N_1280.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | N (from TransmissionLineEquations) | 2 | number of segments |
| SIunits.Length | L (from TransmissionLineEquations) | length of the transmission line | |
| SIunits.Length | l (from TransmissionLineEquations) | L/N | length of the each segment |
| SIunits.Resistance | res (from TransmissionLineEquations) | resistance per meter | |
| SIunits.Capacitance | cap (from TransmissionLineEquations) | capacitance per meter | |
| SIunits.Inductance | ind (from TransmissionLineEquations) | inductance per meter | |
| SIunits.Resistance | RL (from TransmissionLineEquations) | (ind/cap)^(1/2) | load resistance |
| SIunits.AngularFrequency | w (from TransmissionLineEquations) | ||
| SIunits.Time | TD (from TransmissionLineEquations) | L/v | time delay of the transmission line |
| SIunits.Velocity | v (from TransmissionLineEquations) | 1/(ind*cap)^(1/2) | velocity of the signal |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| SIunits.Voltage | Vstep (from TransmissionLineEquations) | if time > 0 then 1 else 0 | input step voltage |
| SIunits.Current[N] | cur (from TransmissionLineEquations) | current values at the nodes of the transmission line | |
| SIunits.Current[N - 1] | cur_x (from TransmissionLineEquations) | current state variables | |
| SIunits.Voltage[N] | vol (from TransmissionLineEquations) | voltage values at the nodes of the transmission line | |
| Real | vvol (from TransmissionLineEquations) | derivative of input voltage |