getTime
#
This command returns the current time in the Domain.
- getTime()#
Example:
The following example is used to set the variable currentTime to current state of time in the Domain
Tcl Code (note use of set and [ ])
set currentTime [getTime]
Python Code
currentTime = model.getTime()
Code developed by: fmk