-var-create.
Example:
auto result = session.varCreate("myVar").wait();MiPendingCommand varCreate(string expression, string name = "-", string frame = "*") @trustedCreates a variable object.
expression | Expression to track. |
name | Name of the variable object (use "" for auto-generated). |
frame | Frame where the expression is valid (use "" for current, "@" for floating). |
-var-create.
Example:
auto result = session.varCreate("myVar").wait();