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
The PipeIndoor's setAmbientTemperatureSchedule and setAmbientAirVelocitySchedule setters don't appear to work. I'm getting the following error when trying to use them: [openstudio.model.ScheduleTypeRegistry] <2> No 'Ambient Temperature Schedule' Schedule is registered for class PipeIndoor..
Steps to Reproduce
model = OpenStudio::Model::Model.new
pipe = OpenStudio::Model::PipeIndoor.new(model)
pipe.setAmbientTemperatureSchedule(model.alwaysOnDiscreteSchedule)
Environment
Platform: Windows 11
Version of OpenStudio: 3.6
Context
I'm using the setPointer workaround but it would be nice if if the setters could work.
The text was updated successfully, but these errors were encountered:
lymereJ
added
the
Triage
Issue needs to be assessed and labeled, further information on reported might be needed
label
May 24, 2023
unknown file: Failure
C++ exception with description "/Users/julien/Software/Others/OpenStudio/src/model/ScheduleTypeRegistry.cpp@68 : No 'Ambient Temperature Schedule' Schedule is registered for class PipeIndoor." thrown in the test body.
Issue overview
The
PipeIndoor
'ssetAmbientTemperatureSchedule
andsetAmbientAirVelocitySchedule
setters don't appear to work. I'm getting the following error when trying to use them:[openstudio.model.ScheduleTypeRegistry] <2> No 'Ambient Temperature Schedule' Schedule is registered for class PipeIndoor.
.Steps to Reproduce
Environment
Context
I'm using the
setPointer
workaround but it would be nice if if the setters could work.The text was updated successfully, but these errors were encountered: