When a calculation references data that doesn’t exist – for whatever reason – it does not cause an error or interrupt the measurement process. The value for that property is treated as void or empty, and the result of any calculation using that value will also become void, ultimately yielding a zero/false result. This means that the tests for attaching a recipe or actioning a measurement can include a property name – if the property doesn’t exist, the result is false and the action is not taken.
This makes it far easier to create and maintain template recipes that are applicable across a wide range of projects, even when the currently open project is completely empty.
Comments
0 comments
Please sign in to leave a comment.