You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

These functions can be used with the Command Operator or with the REST interface.

AddQuery

Allows to send a new query to the system.

  • String: QueryText
  • String: Parser
addQuery("data = ACCESS(...)", "PQL")

FullQuery

A query can have different Query States. This function set the query with the given ID to full mode.

PartialQuery

A query can have different Query States. This function set the query with the given ID to partial mode.

RemoveQuery

Remove query with the given query id.

ResumeQuery

A query can have different Query States. This function set the query with the given ID to resume mode.

SetPeriod

Update the period (e.g. in a timer source).

setPeriod("MyTimer.transport",1000.0))

StartQuery

Start query with the given query id.

StopQuery

Stop query with the given query id.

SuspendQuery

A query can have different Query States. This function set the query with the given ID to suspend mode.

  • No labels