netsse.base.WaveRadar.remove_operation ====================================== .. py:method:: netsse.base.WaveRadar.remove_operation(*args, ignore_msg: bool = False) Remove an existing `Operation` instance from the list of operations of the platform. :param \*args: Operation to be removed from the network. Identified by the corresponding identifier or `Operation` instance. :type \*args: Operation object or str :param ignore_msg: If `False`, messages are printed to inform about any changes made to the platform. If `True`, thoses messages are turned off. :type ignore_msg: bool, default False .. rubric:: Example >>> platform1.remove_operation(platform1,ignore_msg=True)