EXCLUSIONS
- Last UpdatedJan 23, 2023
- 1 minute read
The EXCLUSIONS parameter file defines the excluded elements from room inventory calculations. There are three available methods:
-
Add the type of element to exclude into the file, for example, GENSEC.
-
Add the key word ELEMENT followed by the attribute name and value of that attribute, for example, ELEMENT Function TEMP. This excludes all elements with a Function attribute value of TEMP.
-
Add the key word OWNING followed by the type of the owning element, the attribute name and the value of that attribute, for example, OWNING SITE Function TEMP. This excludes all elements with an owning site that has a Function attribute value of TEMP.
Note:
Comments can be added to the file using # at the start of the line.#
# To exclude a type of element from inventory lists uncomment the line for this type of element
#
# SBFI
# FIXING
# FLAN
# NOZZ
GENSEC
#
# Exclude elements or owning hierarchy that have the given attribute values
ELEMENT Purpose EXCL
OWNING SITE Name /TEST
OWNING ZONE Name /TEST_ZONE
# Using these attribute options may significantly reduce performance