QueryNodeScalarTimeHistory
- class cee.cug.QueryNodeScalarTimeHistory()
Query a scalar result for a given node across all states.
Note that the states do not need to be “loaded”, i.e. specified in the model spec.
Constructors
Methods
Constructors
constructor
- cee.cug.QueryNodeScalarTimeHistory.constructor(model)
- Arguments
model (
cee.cug.ConstantRemoteModel
) –
- Return type
cee.cug.QueryNodeScalarTimeHistory
Methods
executeQuery
- cee.cug.QueryNodeScalarTimeHistory.executeQuery(serverIdent, callback)
Executes the query for the given result and node.
- Arguments
serverIdent (
cee.cug.ServerItemIdent
) –callback (
cee.cug.QueryNodeScalarTimeHistoryCallback
) –
- Return type
void