You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Saving screenshots:

to save a namesd screenshot:
getNamedScreenShot(progmanager, 'ephys')
or, for a subGui:
getNamedScreenShot(progmanager, 'scopeGui', 'ephysScopeAccessory')

to save all visible programs:
collectScreenshots(progmanager)

to save all visible figures:
grabScreenshotsForAllFigures

  • No labels