Cameo Simulation Toolkit 2024x Documentation

You can use the following API to retrieve a token value. It is equivalent to $token$.
 

object getTokenValue()


The following code fragment shows how to get a token value of an active model element in ALH API

ALH.getTokenValue();

If there are no tokens available, it will return null.

  • No labels