Returns the type and identifier of the object.
Stability: locked
Evaluates an object and displays its properties including the dynamic properties. If the member delta is set to true in the request object, only the delta is evaluated.
Stability: locked
Shows the properties of an object.
Stability: locked
Returns the raw value of a variable.
Stability: locked
Sets the value of a dual variable.
Parameters:
text - String representation of a dual value. Set this parameter to "", if the string representation is to be Null.num - Numeric representation of a dual value.Stability: locked
Sets a numerical value to a variable.
Parameters:
val - Value of the variable.Stability: locked
Sets some properties for a variable.
Parameters:
prop - Information about the variable.Stability: locked
Sets a string value to a variable.
Parameters:
val - Value of the variable. The string can contain an expression.Stability: locked
Applies a patch to the properties of a variable. Allows an update to some of the properties. It should not be possible to patch "/qInfo/qId", and it will be forbidden in the near future.
Parameters:
patches- Array of patches.Stability: locked