netsse.base.WaveRadar.remove_seastatecollec#
- netsse.base.WaveRadar.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)