pysyncrosim.scenario.Scenario.copy

Scenario.copy(name=None)

Creates a copy of an existing Scenario class instance.

Parameters:

name (String) – Name of the new Scenario. If no name is provided, the copied Scenario is named after the existing Scenario. The default is None.

Returns:

SyncroSim Scenario class instance.

Return type:

Scenario