pure functiongetReal
Get scalar Real value from XML file
Extends from Interfaces.XML.getReal (Get scalar Real value from XML file).
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| String | varName (from partialGetReal) | Key | |
| Types.ExternXMLFile | xml (from getReal) | External XML file object |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real | y (from partialGetReal) | Real value | |
| Boolean | exist (from partialGetReal) | = true, if varName exits; = false, if it does not exist and y is set to 0.0 |