obspy.clients.seedlink.client.seedlinkconnection.SeedLinkConnection.parse_stream_list
- SeedLinkConnection.parse_stream_list(streamlist, defselect)[source]
Parse a string of streams and selectors and add them to the stream chain for configuring a multi-station connection.
The string should be of the following form:
"stream1[:selectors1],stream2[:selectors2],..."
For example:
"IU_KONO:BHE BHN,GE_WLF,MN_AQU:HH?.D"
- Parameters:
streamlist – list of streams and selectors.
defselect – default selectors.
- Returns:
the number of streams configured.
- Raises:
SeedLinkException – on error.