Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question

Revision history [back]

Here are the links to the methods for the AirTerminalSingleDuctVAVNoReheat, which should be the same for the AirTerminalSingleDuctVAVHeatAndCoolNoReheat class.

In a measure it might look something like...

objects = model.getAirTerminalSingleDuctVAVNoReheats

objects.each do |obj|
  obj.setZoneMinimumAirFlowInputMethod('FixedFlowRate')
  obj.setControlForOutdoorAir(false)
end

Here are the links to the methods for the AirTerminalSingleDuctVAVNoReheat, which should be the same for the AirTerminalSingleDuctVAVHeatAndCoolNoReheat class.

In a measure it might would look something like...

objects = model.getAirTerminalSingleDuctVAVNoReheats

objects.each do |obj|
  obj.setZoneMinimumAirFlowInputMethod('FixedFlowRate')
  obj.setControlForOutdoorAir(false)
end