Simulation time is a timestamp that is retrieved from a simulation clock. You can use ALH API to get the simulation time of execution.
public double getCurrentTime() {
...
}
public double getCurrentTime(String timeUnit) {
...
}
Cameo Simulation Toolkit 19.0 LTR SP3 Documentation
Simulation time is a timestamp that is retrieved from a simulation clock. You can use ALH API to get the simulation time of execution.
public double getCurrentTime() {
...
}
public double getCurrentTime(String timeUnit) {
...
}