Rename (Layout Editor)

Renames a setup.

UI Access From the Project Manager window, right-click a setup and select Rename.
Parameters
Name Type Description
<SetupName> String Current name of the setup.
<NewName> String User-entered new name of the setup.
Return Value None

 

Python Syntax oModule.Rename(<SetupName>, <NewName>)
Python Example

oModule.Rename("Q3D1", "Q3D2")