add_channel

DbStation.add_channel(cur_channel)[source]

Add a channel to the station.

Parameters

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

Returns

The added channel.

Return type

DbChannel