get_scope_parts#
- ControlData.get_scope_parts(scope)#
Get the part ids for the given scope.
- Parameters:
- scope
ScopeDefinition
Scope definition to evaluate the part ids.
- scope
- Returns:
Iterable
[int
]Return the ids of parts.
- Return type:
Examples
>>> part_ids = model.control_data.get_scope_parts( >>> prime.ScopeDefinition(model = model, >>> part_expression = "*"), >>> prime.ScopeZoneletParams(model =model))