add_channel

Station.add_channel(cur_channel)[source]

Add a channel to the station

Parameters

cur_channel (Channel) – The channel to add to the station.

Returns

:class:`Channel`

Return type

The channel added.