Hi, I try this code and get Name or constant error for create a DX 2 stage humidity control coil :
doas1_coil1 = Openstudio::Model::CoilCoolingDXTwoStageWithHumidityControlMode.new(model)
doas1_coil12 = Openstudio::Model::CoilHeatingDesuperheater.new(model)
1/ How i need setup those coil into airloop? Normally, dx coil single and twospeed need to have peformance curve before
2/ How to get sensor node for coil, outdoor mixer and other objects ? i heard that OS automatic add setpoint manager when we add coil/object to airloop. Have any way to access those setpoint manager to modifying them or i need to remove all default setpoint manager then add my set point manager ? Thanks