SummaryPlotCollection

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

Bases: PdmObjectBase

Methods Summary

new_summary_plot([summary_cases, ensemble, ...])

Create a new Summary Plot

Methods Documentation

new_summary_plot(summary_cases: List[SummaryCase] = [], ensemble: SummaryCaseSubCollection | None = None, address: str = '') SummaryPlot

Create a new Summary Plot

Parameters:
  • summary_cases (List[SummaryCase]) -- Summary Cases

  • ensemble (Optional[SummaryCaseSubCollection]) -- Ensemble

  • address (str) -- Formatted address string specifying the plot options

Returns:

SummaryPlot