This is an old revision of the document!


Get Query

This layer loads table from an AQL query.

Parameters

NameDefaultMeaning
queryAn AQL query
samples1000The number of samples in the query

Description

This function loads a table of information from an AQL query.

If the query doesn't include the GETHISTORY function, it will be automatically added with a time range matching the start and end time of the current frame.

Example

{
   "type": "get_aql",
   "query": "'Machine' ASSET 'Speed' PROPERTY VALUES",
   "samples": 200
}

The layer above will read approx. 200 samples of machine speed data into a table.