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

Compare with Current View Page History

Version 1 Current »

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) {
...
}