GridCaseGroup¶
- class rips.GridCaseGroup(pb2_object=None, channel=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
Create a Statistics case in the Grid Case Group
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()¶
Create a Statistics case in the Grid Case Group
- 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