View Single Post
  #1  
Old 01-19-2016, 04:09 AM
VizMars VizMars is offline
Member
 
Join Date: Jan 2016
Posts: 40
Get the refresh rate to run Vizard in

Hi,

I want to get the current refresh rate Vizard is executing the vizact.onupdate commands with.
Are the gobal settings viz.monitor.refresh_rate and viz.display.frequency the same?
When I run viz.getOption('viz.monitor.refresh_rate',type=int) I get the current refresh rate of the monitor, but is this the refresh rate to run Vizard in?
I tried viz.getOption('viz.display.frequency',type=str) but it returns nothing.
Reply With Quote