pure functiongetParameters
Get parameters for an EnergyPlus object
Extends from Modelica.Icons.Function (Icon for functions).
Information
External function that obtains parameters from the EnergyPlus FMU and returns them to Modelica.
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.ThermalZones.EnergyPlus_24_2_0.BaseClasses.SpawnExternalObject | adapter | External object | |
| Integer | nParOut | Number of elements in parOut | |
| Real | isSynchronized | Set to variable that is used to synchronize the objects |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real[nParOut] | parOut | Parameter values returned from EnergyPlus |
Revisions
-
December 11, 2021, by Michael Wetter:
Declared function aspurefor MSL 4.0.0. -
February 18, 2021, by Michael Wetter:
First implementation.