LESS
Parameters
Order | Name | Type | Desc |
---|---|---|---|
1 | list | point list | The list to search through |
2 | value | const | The value to search for |
Returns
Returns a point list.
Description
This function returns only those points that have a value less 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 lessthan 25.