StimPlanModelCollection

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

Bases: CheckableNamedObject

Methods Summary

append_stim_plan_model([well_path, ...])

Create a new StimPlan Model

stim_plan_models()

returns:

List[StimPlanModel]

Methods Documentation

append_stim_plan_model(well_path: WellPath | None = None, measured_depth: float = 0, stim_plan_model_template: StimPlanModelTemplate | None = None) StimPlanModel

Create a new StimPlan Model

Parameters:
  • well_path (Optional[WellPath]) -- Well Path

  • measured_depth (float) --

  • stim_plan_model_template (Optional[StimPlanModelTemplate]) -- StimPlan Model Template

Returns:

StimPlanModel

stim_plan_models() List[StimPlanModel]
Returns:

List[StimPlanModel]