pysyncrosim.project.Project.copy

Project.copy(name=None)

Creates a copy of an existing Project.

Parameters:

name (String, optional) – Name of the new Project. If no name is given, the copied Project is named after the source Project. The default is None.

Returns:

SyncroSim Project class instance.

Return type:

Project