Last updated on Sep 04, 2024.

netsse.base.Network.remove_platform#

netsse.base.Network.remove_platform(*args, ignore_msg: bool = False)#

Remove a Platform instance from the list of platforms in the network.

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

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

Example

>>> network.remove_platform(platform1,ignore_msg=True)