set_suggested_name#

PrismControl.set_suggested_name(name)#

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

Parameters:
namestr

Suggested name for the prism control.

Returns:
:
SetNameResults

Returns the SetNameResults.

Return type:

SetNameResults

Notes

This is a beta API. The behavior and implementation may change in future.

Examples

>>> prism_control.set_suggested_name("control1")