Supporting relationship relations - SmartPlant Foundation - IM Update 46 - Help - Hexagon

SmartPlant Foundation Help

Language
English
Product
SmartPlant Foundation
Search by Category
Help
SmartPlant Foundation / SDx Version
10
SmartPlant Markup Plus Version
10.0 (2019)
Smart Review Version
2020 (15.0)

You can generate relationships that relate other relationships to objects, such as conditions that are associated with the relationship between a class definition and an access group.

The following example demonstrates an NLF definition with a relationship relation defined:

.SPFClassDefAccessGroup

..Name1|DEVTag

..Name2|VIEWONLY

..SPFCondition|IsConfigMerged|SPFClassDefAccessGroupCondition_12

Alternatively, the relationship can be defined as follows:

.SPFClassDefAccessGroupCondition

..Name1|Rel|SPFClassDefAccessGroup|DEVTag|VIEWONLY

..Name2|IsConfigMerged

Where Name1 is used to determine the relation with which to link:

Name1.Arg2 = "Rel" keyword to search for a Rel

Name1.Arg3 = <DefUID> of relationship to relate to

Name1.Arg4 = Name1 of associated relationship

Name1.Arg5 = Name2 of associated relationship