GridCaseGroup
- class rips.GridCaseGroup(pb2_object: PdmObject | None = None, channel: Channel | None = None)
Bases:
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
The Abstract Base Class for the Project Data Model
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
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() RimStatisticalCalculation
The Abstract Base Class for the Project Data Model
Arguments:
- Returns:
RimStatisticalCalculation
- statistics_cases()
Get a list of all statistics cases in the Grid Case Group
- Returns:
- view(view_id)
Get a particular view belonging to a case group by providing view id
- Parameters:
id (int) -- view id
- Returns:
- views()
Get a list of views belonging to a grid case group
- Returns: