QueryNodeScalarResult
- class cee.ug.QueryNodeScalarResult()
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.ug.QueryNodeScalarResult.constructor(model)
- Arguments
model (
cee.ug.RemoteModel) –
- Return type
cee.ug.QueryNodeScalarResult
Methods
executeQuery
- cee.ug.QueryNodeScalarResult.executeQuery(resultId, nodeIdent, callback)
Executes the query for the given result and node.
- Arguments
resultId (
number) –nodeIdent (
cee.ug.NodeIdent) –callback (
cee.ug.QueryNodeScalarResultCallback) –
- Return type
void