====AQLQuery::Execute==== This function is part of the [[AQLQuery|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 [[AQLQuery_Execute_DF|Execute_DF]] instead. ===Parameters=== ^Name^Description^ |Query|The AQL query to run| ===Return Value=== This function returns the parsed JSON response from the ARDI server.