GridCaseGroup¶
-
class
rips.
GridCaseGroup
(pb2_object=None, channel=None)¶ Bases:
rips.pdmobject.PdmObjectBase
A statistics case group
-
group_id
¶ Case Group ID
Type: int
-
user_description
¶ Name
Type: str
Methods Summary
compute_statistics
([case_ids])Compute statistics for the given case ids create_statistics_case
()Create a Statistics case in the Grid Case Group statistics_cases
()Get a list of all statistics cases in the Grid Case Group view
(view_id)Get a particular view belonging to a case group by providing view id :param id: view id :type id: int views
()Get a list of views belonging to a grid case group Methods Documentation
-
compute_statistics
(case_ids=None)¶ Compute statistics for the given case ids
Parameters: case_ids (list of integers) -- List of case ids. If this is None all cases in group are included
-
create_statistics_case
()¶ Create a Statistics case in the Grid Case Group
Returns: rips.generated.generated_classes.EclipseCase
-
statistics_cases
()¶ Get a list of all statistics cases in the Grid Case Group
Returns: List of rips.generated.generated_classes.EclipseCase
-
view
(view_id)¶ Get a particular view belonging to a case group by providing view id :param id: view id :type id: int
Returns: List of rips.generated.generated_classes.EclipseView
-
views
()¶ Get a list of views belonging to a grid case group
Returns: List of rips.generated.generated_classes.EclipseView
-