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

NameDescription
filePathThe full file path to the data
columnIndexThe column index to use for the temperature data