Last updated on Sep 04, 2024.

netsse.base.Platform.add_seastatecollec#

netsse.base.Platform.add_seastatecollec(*args, ignore_msg: bool = False)#

Add a SeaStateCollec instance to the list of sea state collections of the platform.

Parameters:
  • *args (SeaStateCollec object) – Collections to be added to the platform.

  • 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

>>> seastatecollec2 = netsse.base.SeaStateCollec()
>>> platform1.add_seastatecollec(seastatecollec2,ignore_msg=True)