functiongetRealArray2D
Get 2D Real values from SSV file
Extends from Modelica.Icons.Function (Icon for functions).
Information
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| String | varName | Key | |
| Integer | m | 1 | Number of rows |
| Integer | n | 1 | Number of columns |
| Types.ExternXML2File | ssv | External XML2 file object | |
| String | nameSpace | SSV name space |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real[m,n] | y | 2D Real values |