-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Labels
Description
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. NatLabRockies/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
Reactions are currently unavailable

