getTime# PythonTcl Model.getTime()# Return the current time in the Model. Returns: float – Current time. getTime; Example# The following example is used to set a variable named currentTime to current value of time in the Model Tcl Code set currentTime [getTime] Python Code currentTime = model.getTime() Code developed by: fmk