printLapseTime
Overview
This utility is used to record and print the time taken for the execution of script.Syntax
Time = simlab.Timer()
ElapsedTime = Time.get_lapse_time()
Use Case
To identify the time taken for meshing of model.Sample

Note: Sample Script