Enhancement Request
Currently, the energyPlusOutputRequests method in a reporting measure limits the types of objects that can be added to the workspace. This can create unweildy situations for reporting measures that might require adding, e.g. PythonPlugin objects, OutputDiagnostics objects, etc. that would otherwise need to be paired with an upstream ModelMeasure or EnergyPlusMeasure. Instead of keeping a running list of allowed object types, let energyPlusOuputRequests add whatever object to the IDF.
Possible Implementation
Remove the check for allowedObjects
Enhancement Request
Currently, the
energyPlusOutputRequestsmethod in a reporting measure limits the types of objects that can be added to the workspace. This can create unweildy situations for reporting measures that might require adding, e.g. PythonPlugin objects, OutputDiagnostics objects, etc. that would otherwise need to be paired with an upstream ModelMeasure or EnergyPlusMeasure. Instead of keeping a running list of allowed object types, letenergyPlusOuputRequestsadd whatever object to the IDF.Possible Implementation
Remove the check for
allowedObjects