View Single Post
  #4  
Old 01-22-2016, 03:02 AM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
The viz.monitor.refresh_rate is a read only option that returns the refresh rate of the display.

Code:
print viz.getOption('viz.monitor.refresh_rate')
The viz.display.frequency option is used with the viz.setOption command. I'll check with a developer to find out how's it used and get back to you.
Reply With Quote