Cameo Simulation Toolkit 2021x Refresh1 Documentation

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

You can use ALH API to get a context or a runtime object of a current script evaluation. It is equivalent to $context$ and self.

public Object_ getContext() {
...
}


The following code fragment shows how to get a context of a runtime object through ALH API.

ALH.getContext();             // Object@...
  • No labels