netsse.base.Buoy#
- class netsse.base.Buoy(name: str = None, owner: str = 'undefined', operations: list = [], seastate_collections: list = [], type: str = 'undefined')#
Bases:
Platform
Initialises the buoy as a platform.
- Parameters:
type (str, default 'undefined') –
Buoy type.
Note
Consult
netsse.base.Platform.__init__()
for information on the other parameters.
Example
>>> buoy1 = netsse.base.Buoy()
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 |