Hi team,
I’m using Ladybug Tools 1.9.0 with OpenStudio 3.9.0, and encountered an issue with the HB IdealAir component. According to the tooltip for the _heat_limit_ and _cool_limit_ inputs, it should be possible to input a string like "NoLimit" to remove the upper limit of heating/cooling capacity.
However, when I input "NoLimit" using a Panel (with or without quotes), the component returns the following error:
Solution exception: expected float, got NoLimit
Here is what I’ve tested:
Leaving the input blank (no wire): works as expected (defaults to autosize)
Inputting a float (e.g., 5000): works as expected
Inputting "NoLimit"via Panel (with or without quotes): throws an error
Inputting NoLimit(unquoted): also throws an error
This behavior contradicts the tooltip and documentation, which state that both "autosize" and "NoLimit" are accepted text inputs.
Is this a known issue or is there a proper syntax I should be using to pass "NoLimit"?
Thanks in advance for your help!



