View Single Post
  #3  
Old 05-23-2011, 08:59 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
The following code shows how to retrieve the refresh rate of the monitor:
Code:
refresh_rate = viz.getOption('viz.monitor.refresh_rate',type=int)
Reply With Quote