get_summary#
- PeriodicControl.get_summary(params)#
Get the periodic control summary along with the evaluated scope for the provided parameters.
- Parameters:
- params
PeriodicControlSummaryParams
Periodic control summary parameters.
- params
- Returns:
PeriodicControlSummaryResult
Return the PeriodicControlSummaryResult.
- Return type:
Examples
>>> results = periodic_control.get_summary(prime.PeriodicControlSummaryParams(model=model))