user expression for frame conductance

2 posts / 0 new
Last post

I have experimented with if statements in equest with little luck.

What I am trying to accomplish is if a certain glass type then frame conductance equals this constant.

Thank you for your thought.s

Kevin Kyte

Kevin Kyte's picture
Offline
Joined: 2011-09-30
Reputation: 0

if(#L("GLASS-TYPE")==#SI ("GT1", "WINDOW", "GLASS-TYPE")) then
0.4
else
0.5
endif

Where "GT1" is the specific glass type sought.

bfountain's picture
Offline
Joined: 2011-09-30
Reputation: 201