set_suggested_name#
- PeriodicControl.set_suggested_name(name)#
Sets the unique name for the periodic control based on the suggested name.
- Parameters:
- name
str
Suggested name for the periodic control.
- name
- Returns:
SetNameResults
Returns the name of the periodic control.
- Return type:
Examples
>>> periodic_control.set_suggested_name("control1")