pysyncrosim.scenario.Scenario.merge_dependencies
- Scenario.merge_dependencies(value=None)
Retrieves or sets whether or not a Scenario is configured to merge dependencies at run time.
- Parameters:
value (Logical, optional) – If True, the Scenario will be configured to merge dependencies at run time. If None, then the current configuration of merge dependencies is returned. The default is None.
- Returns:
Whether or not the Scenario is configured to merge dependencies at run time.
- Return type:
String