SELECTPOINTS

Parameters

OrderNameTypeDesc
1selectorconstThe Selector expression to use

Returns

Adds a point list to the stack containing all of the point of data found via the selector.

Description

This command is used to get a list of points using a Selector syntax rather than through normal AQL functions such as AIPOINTS, VALUES or ALLPOINTS.

Example

'Finish Oven}:.Temperature - Oven' SELECTPOINTS

Returns all of the 'Temperature - Oven' values anywhere inside the Finish Oven.

See Also