Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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
languagexml
...
<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

...