recordGridType
Describes a grid using the layout matrix T_matrix and lengths and cable type vectors
Extends from GridImp (Describe a grid by matrices of layout and impedances).
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | nNodes (from GridImp) | ||
| Integer[nNodes,nNodes] | nodeMatrix (from GridImp) | ||
| Modelica.Units.SI.Resistance[nNodes] | R (from GridImp) | ||
| Modelica.Units.SI.Length[nNodes] | LenVec | Vector with the Length of each branch in the network, first value is 0 | |
| Cable[nNodes] | CabTyp | Vector with the type of cable for each branch in the network, first value should be anything |