External function that exchanges data with EnergyPlus.
pure function exchange extends Modelica.Icons.Function; input Buildings.ThermalZones.EnergyPlus_9_6_0.BaseClasses.SpawnExternalObject adapter "External object"; input Integer nY "Size of output y"; input Real u[:] "Input values. First all inputs, then the current model time"; input Real dummy "Dummy value (used to force Modelica tools to call initialize())"; output Real y[nY] "Output values. First all outputs, then all derivatives, then next event time"; end exchange;
initialCall
.
pure
for MSL 4.0.0.