netsse.base.Network#
- class netsse.base.Network(name: str = None, nature: str = 'undefined', platforms: list = [])#
Initialises the network.
- Parameters:
See also
Platform
Example
>>> plaform1 = netsse.base.Platform() >>> network = netsse.base.Network(platforms=[plaform1])
Methods#
|
Add a Platform instance to the list of platforms in the network. |
|
Remove a Platform instance from the list of platforms in the network. |