Last updated on Sep 04, 2024.

netsse.base.Buoy.remove_seastatecollec#

netsse.base.Buoy.remove_seastatecollec(*args, ignore_msg: bool = False)#

Remove an existing SeaStateCollec instance from the list of sea state collections of the platform.

Parameters:
  • *args (SeaStateCollec object or str) – Collections to be removed from the network. Identified by the corresponding identifier or SeaStateCollec 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_seastatecollec(seastatecollec1,ignore_msg=True)