You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FanZoneExhaust objects created with the API have two schedule fields disabled in the App. Objects added to a model in the App are fine. Found in 2.9.0, but I assume it's present in newer versions based on a quick look at git blame. NREL/OpenStudio#4116
Current Behavior
Expected Behavior
Steps to Reproduce
require 'openstudio'
include OpenStudio::Model
m = Model.new
tz = ThermalZone.new(m)
fze = FanZoneExhaust.new(m)
fze.addToThermalZone(tz)
m.save
Open model and add FanZoneExhaust to zone with an object from the library
Possible Solution
Details
Environment
Some additional details about your environment for this issue (if relevant):
Platform (Operating system, version): Windows 10
Version of OpenStudio (if using an intermediate build, include SHA): 2.9.0
Context
The text was updated successfully, but these errors were encountered:
MatthewSteen
added
the
Triage
Issue needs to be assessed and labeled, further information on reported might be needed
label
Oct 15, 2020
You ensure you initialize these fields (workaround)
Or, we change the overall InspectorGadget behavior to deal with defaulted / uninitialized fields. We could add a flag in OpenStudioPolicy.xml to force display some fields perhaps.
Issue overview
FanZoneExhaust objects created with the API have two schedule fields disabled in the App. Objects added to a model in the App are fine. Found in 2.9.0, but I assume it's present in newer versions based on a quick look at git blame. NREL/OpenStudio#4116
Current Behavior
Expected Behavior
Steps to Reproduce
Possible Solution
Details
Environment
Some additional details about your environment for this issue (if relevant):
Context
The text was updated successfully, but these errors were encountered: