AQLQuery::Execute

This function is part of the AQLQuery class.

Execute is used to run an AQL query on the ARDI server.

It returns None if there is a problem or exception, and returns a parsed JSON object on success.

If the data contains measurement history, we suggest using Execute_DF instead.

Parameters

NameDescription
QueryThe AQL query to run

Return Value

This function returns the parsed JSON response from the ARDI server.