The Guard parameter is a special type of parameter used to control the activation or deactivation of objects based on the values of other parameters. The "Guard" parameter is utilized in conjunction with Logical Statements.
In the Library, the "Guard" parameter should be positioned beneath the "Group" object. It is important to note that each "Guard" parameter that is connected to the same parameter must be placed within a separate “Group” object.
Example Syntax:
Code Block | ||
---|---|---|
| ||
...
<O N="GP1" T="Group">
<O T="--">
<P N="Guard" V="ColumnType .EQ. Rectangular" />
...
</O>
<O T="--">
<P N="Guard" V="ColumnType .EQ. Circular" />
...
</O>
</O> |
List of Logical Statements
...