netsse.base.Vessel#
- class netsse.base.Vessel(name: str = None, owner: str = 'undefined', operations: list = [], seastate_collections: list = [], type: str = 'undefined', params: dict = {}, raos: list = [])#
Bases:
Platform
Initialises the wave radar as a platform.
- Parameters:
Example
>>> vessel1 = netsse.base.Vessel(params={'L':200,'B':25,'T':30})
Methods#
|
Add an Operation instance to the list of operations of the platform. |
|
Remove an existing Operation instance from the list of operations of the |
|
Add a SeaStateCollec instance to the list of sea state collections |
|
Remove an existing SeaStateCollec instance from the list of sea state collections |