functiongetReal
Get scalar Real value from SSV file
Extends from Interfaces.partialGetReal.
Information
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| String | varName (from partialGetReal) | Key | |
| Types.ExternXML2File | ssv | External XML2 file object | |
| String | nameSpace | SSV name space |
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 |