recordSSVFile

Read data values from SSV file

Extends from Interfaces.SSV.Base (Interface for SSV file).

Information

Record that wraps the external object ExternXML2File and the SSV read functions for data access of System Structure Parameter Values.

See Examples.SSVTest for an example.

Parameters

TypeNameDefaultDescription
StringfileName""File where external data is stored
StringnameSpace"http://ssp-standard.org/SSP1/SystemStructureParameterValues"SSV name space
Types.ExternXML2FilessvTypes.ExternXML2File(fileName, if nameSpace == "" then fill("", 0, 2) else {{"ssv", nameSpace}, {"ssc", "http://ssp-standard.org/SSP1/SystemStructureCommon"}}, verboseRead, detectMissingData)External SSV file object
Diagnostics
BooleanverboseReadtrue= true, if info message that file is loading is to be printed
Types.DiagnosticsdetectMissingDataTypes.Diagnostics.WarningPrint diagnostic message in case of missing data