I am running an simulation script in UnetStack simulator using DiscreteEventSimulator
platform. I was wondering, what is the default time unit of the simulation time T
if I don't specify one, does the simulator consider it in seconds? Should I specify the time unit?
for example:
def T = 18
simulate T, {
:
:
}
in this case, does the simulator consider the simulation time 18 seconds? or 18 ms or what?