Last updated on Sep 04, 2024.

netsse.base.WaveRadar#

class netsse.base.WaveRadar(name: str = None, owner: str = 'undefined', operations: list = [], seastate_collections: list = [], type: str = 'undefined')#

Bases: Platform

Initialises the wave radar as a platform.

Parameters:

type (str, default 'undefined') –

Wave radar type.

Note

Consult netsse.base.Platform.__init__() for information on the other parameters.

Example

>>> radar1 = netsse.base.WaveRadar()

Methods#

add_operation(*args[, ignore_msg])

Add an Operation instance to the list of operations of the platform.

remove_operation(*args[, ignore_msg])

Remove an existing Operation instance from the list of operations of the

add_seastatecollec(*args[, ignore_msg])

Add a SeaStateCollec instance to the list of sea state collections

remove_seastatecollec(*args[, ignore_msg])

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