Declared in ThermalModel
Declaration
bool Initialise(
string filePath,
int columnIndex
);Description
Loads the thermal model for a lookup analysis model. This will attempt to load the CSV file specified in the file path. This assumes the first column is time and the ‘indexed’ column is temperature.
Parameters
| Name | Description |
|---|---|
| filePath | The full file path to the data |
| columnIndex | The column index to use for the temperature data |