pysyncrosim.scenario.Scenario.delete

Scenario.delete(datasheet=None, ids=None, force=False)

Deletes a Scenario or data from a Scenario scope.

Parameters:
  • datasheet (String, optional) – Name of the datasheet to delete data from. The default is None

  • ids (Int or String, optional) – IDs of the rows to delete. If None, deletes all data. The default is None.

  • force (Logical, optional) – If True, does not ask the user for permission to delete the Scenario. The default is False.

Return type:

None.