EQUAL

Parameters

OrderNameTypeDesc
1listpoint listThe list to search through
2valueconstThe value to search for

Returns

Returns a point list.

Description

This function returns only those points that have a value equal to value.

Example

To demonstrate the function, let's look at a simple example.

('TE101', 'TE201','TE301') ASSET 'Temperature' PROPERTY 25 EQUAL

This function returns a list of points containing any of the assets that have a temperature exactly equal to 25.

See Also