.BuildingSystems.Utilities.IO.Files.BaseClasses.FileWriterObject.constructor

Construct an extendable array that can be used to store double valuesCreate empty file

Information

Creates an empty file with name fileName. If fileName is used in another instance of BuildingSystems.Utilities.IO.Files.CSVWriter, the simulation stops with an error.

Interface

function constructor
  extends Modelica.Icons.Function;
  input String instanceName "Instance name of the file write";
  input String fileName "Name of the file, including extension";
  input Integer numColumns "Number of columns that are written to file";
  input Boolean isCombiTimeTable "Flag to indicate whether combiTimeTable header should be prepended upon destruction";
  output FileWriterObject fileWriter "Pointer to the file writer";
end constructor;

Revisions

c
Generated at 2025-03-13T19:24:49Z by OpenModelicaOpenModelica 1.24.5 using GenerateDoc.mos