3.4.1. getTime Command
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 = getTime()
Code developed by: fmk