add_stream¶
-
Channel.
add_stream
(serial, model, producer, name, start_time, end_time)[source]¶ Add a stream to the channel.
- Parameters
serial (str) – The serial number of the recorder containing the stream.
model (str) – The model of the recorder containing the stream.
producer (str) – The producer of the recorder containing the stream.
name (str) – The name of the stream.
start_time (
obspy.core.utcdatetime.UTCDateTime
) – The time from which on the stream has been operating at the channel.end_time (
obspy.core.utcdatetime.UTCDateTime
) – The time up to which the stream has been operating at the channel. “None” if the channel is still running.