PlantWise Help

Highlight Set

You can generate a type of graphical report via the CAD > Highlight Set command from the PlantWise dialog.

The Highlight Component Set Dialog.

SettingDescription
Component Expression Provide a Component Expression for simplified report.
Selection Criteria Sets a Selection Criteria for the items to be highlighted.
Tip: The Helpers (report component helper) can be used in both of these fields.
Highlight / UnHighlight The objects that meet the Selection Criteria will be highlighted or unhighlighted using corresponding Highlight or UnHighlight buttons.
Close Closes the dialog.
It is good to note that infix expressions can be slightly different than regular mathematical expressions. For example, a report on pipelines with a 4.0 inch diameter would be written as:
pipeline.diameter == 4.0
Also, a report on nozzles name suction would be written as:
nozzle.display_name is “suction”
The Infix Expression Syntax topic details description on writing infix expressions.