.ExternData.Interfaces.DataSource

Place holder for file based data source

Information

Place holder record that can be used as generic outer parameter instance in component models to reference an implemented inner parameter instance of CSVFile, INIFile, JSONFile, MATFile, SSVFile, XLSFile, XLSXFile, XMLFile, XML2File, or TIRFile.

See Examples.XMLTestInnerOuter.Component for an example.

Contents

NameDescription
 getRealGet scalar Real value from data source
 getRealArray1DGet 1D Real values from data source
 getRealArray2DGet 2D Real values from data source
 getIntegerGet scalar Integer value from data source
 getIntegerArray1DGet 1D Integer values from data source
 getIntegerArray2DGet 2D Integer values from data source
 getBooleanGet scalar Boolean value from data source
 getBooleanArray1DGet 1D Boolean values from data source
 getBooleanArray2DGet 2D Boolean values from data source
 getStringGet scalar String value from data source
 getStringArray1DGet 1D String values from data source
 getStringArray2DGet 2D String values from data source
 getArraySize1DGet length of 1D array in data source
 getArraySize2DGet dimensions of 2D array in data source
 getArrayRows2DGet first dimension of 2D array in data source
 getArrayColumns2DGet second dimension of 2D array in data source

Generated at 2025-06-03T18:20:50Z by OpenModelicaOpenModelica 1.25.0 using GenerateDoc.mos