frame rate via python

hi all, it is possible to check frame rate using a controller python script?
like:
if frame_rate>=n: do something
thx

Yes, you can use the getAveeageFrameRate() method.

thank you thank you