Skip to main content

Using Built-In Functions

The following are example of using Built-In functions to search for elements.

Abs(test1) > 5

Syntax reference: [Expression]

Returns the list of all elements that have an attribute whose name contains [test1] with an absolute value that is greater than 5.

Contains( Material ;'CRUDE')

Syntax reference: [Expression]

Returns the list of all elements in the model that have an attribute whose name contains Material and whose value contains the string 'CRUDE'.

Note

SFHub is NOT case sensitive.

IsGood( ; "i_Meas_Mass_Open" ) = false

Syntax reference: [Expression]

Returns the list of all elements that have the attribute [i_Meas_Mass_Open] whose value is [not good].