add_station

DbNetwork.add_station(station)[source]

Add a station to the network.

Parameters

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

Returns

The added station.

Return type

DbStation