netsse.base.WaveRadar.add_seastatecollec ======================================== .. py:method:: netsse.base.WaveRadar.add_seastatecollec(*args, ignore_msg: bool = False) Add a `SeaStateCollec` instance to the list of sea state collections of the platform. :param \*args: Collections to be added to the platform. :type \*args: SeaStateCollec object :param ignore_msg: If `False`, messages are printed to inform about any changes made to the platform. If `True`, thoses messages are turned off. :type ignore_msg: bool, default False .. rubric:: Example >>> seastatecollec2 = netsse.base.SeaStateCollec() >>> platform1.add_seastatecollec(seastatecollec2,ignore_msg=True)