GREATER

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 greater than (and not equal to) value.

Example

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

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

This function returns a list of points containing any of the assets that have a temperature greater than 25.

See Also