Last updated on Sep 04, 2024.

netsse.base.Vessel.remove_operation#

netsse.base.Vessel.remove_operation(*args, ignore_msg: bool = False)#

Remove an existing Operation instance from the list of operations of the platform.

Parameters:
  • *args (Operation object or str) – Operation to be removed from the network. Identified by the corresponding identifier or Operation instance.

  • ignore_msg (bool, default False) – If False, messages are printed to inform about any changes made to the platform. If True, thoses messages are turned off.

Example

>>> platform1.remove_operation(platform1,ignore_msg=True)