add_station

Network.add_station(station)[source]

Add a station to the network.

Parameters

station (Station) – The station instance to add to the network.

Returns

The station added.

Return type

Station