cjjatpuresilica
Civil/Environmental
- Oct 20, 2010
- 65
Can anyone please explain why the folwing iRule does not control the parameter HeightAdjustment even though the Driving Rule column confirms that the iRule affects the parameter?
Thank you.
cjj
If BldgType = Outer
HeightAdjustment = Height
BldgType = Inner And SunStrength = Normal
HeightAdjustment = Height/2
BldgType = Inner And SunStrength = Intense
HeightAdjustment = Height/3
End If
Thank you.
cjj
If BldgType = Outer
HeightAdjustment = Height
BldgType = Inner And SunStrength = Normal
HeightAdjustment = Height/2
BldgType = Inner And SunStrength = Intense
HeightAdjustment = Height/3
End If