dtmode
sets the print
mode of discrete transition, both for in the console and in the
log file (whose file name is DEVS#_log.txt
). The choice can
be one of the following options:
none
displays no discrete state transition.
te
displays the elapsed time TimeElapsed
.
tea
displays the elapsed time if associated model's
current state
is active, which means the remaining time
TimeRemaining
.
tr
displays the
remaining time.
tra
displays only an active remaining
time.
nc
no change.
public void SRTEngine::Set_dtmode(PrintStateMode flag, bool ao); public void SRTEngine::Get_dtmode(ref PrintStateMode flag, ref bool ao).where
public enum PrintStateMode {P_NONE, P_remaining, P_elapsed}.