PlotWindow

class rips.PlotWindow(pb2_object: PdmObject | None = None, channel: Channel | None = None)

Bases: ViewWindow

The Abstract base class for all MDI Windows in the Plot Window

id

View ID

Type:

int

Methods Summary

export_snapshot([export_folder, ...])

Export snapshot for the current plot

Methods Documentation

export_snapshot(export_folder='', file_prefix='', output_format='PNG')

Export snapshot for the current plot

Parameters:
  • export_folder (str) -- The path to export to. By default will use the global export folder

  • prefix (str) -- Exported file name prefix

  • output_format (str) -- Enum string. Can be 'PNG' or 'PDF'.