EQUAL
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 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.