netsse.base.Network.remove_platform =================================== .. py:method:: netsse.base.Network.remove_platform(*args, ignore_msg: bool = False) Remove a `Platform` instance from the list of platforms in the network. :param \*args: Platform to be removed from the network. Identified by the corresponding name or `Platform` instance. :type \*args: Platform object or str :param ignore_msg: If `False`, messages are printed to inform about any changes made to the network. If `True`, thoses messages are turned off. :type ignore_msg: bool, default False .. rubric:: Example >>> network.remove_platform(platform1,ignore_msg=True)