set_suggested_name#

PeriodicControl.set_suggested_name(name)#

Sets the unique name for the periodic control based on the suggested name.

Parameters:
namestr

Suggested name for the periodic control.

Returns:
SetNameResults

Returns the name of the periodic control.

Return type:

SetNameResults

Examples

>>> periodic_control.set_suggested_name("control1")