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

  1. Tcl Code (note use of set and [ ])

set currentTime [getTime]
  1. Python Code

currentTime = getTime()

Code developed by: fmk