Hi all,
First post here. I’m setting up an Intercooler fan using a Param Output. I’ve got it working but I’m not sure how the logical operators work. Specifically, I’m not clear on the order of operations when I mix operators.
For example: if I have three variables: X, Y, Z and I setup the output like so: X and Y or Z, does the software interpret that as:
(X and Y) or Z
Or does it mean:
X and (Y or Z)
Thanks!