Classes
Methods
-
GetVar( varID )
-
Description
Get the current value and status of the related stateVariable. It returns a proxy to the real stateVariable, this is readonly, as a protection it will throw if you try to assign a value.Parameters
Name Type Description varID
systemObject identifier of the variable, an object with keys (name,system) Details
-
Update( variables )
-
Description
It upadtes with the variable or the list of variables. This will automatically call UI update of all connected elements.Parameters
Name Type Description variables
a list or a single systemVariable object with keys (name,system,status,value) Details
-
ExistVar( varID )
-
Description
Checks if the variable exist in the current state treeParameters
Name Type Description varID
identifier of the variable, an object with keys (name,system) Details