obspy.clients.seedlink.client.seedlinkconnection.SeedLinkConnection.negotiate_multi_station
- SeedLinkConnection.negotiate_multi_station()[source]
Negotiate a SeedLink connection using multi-station mode and issue the END action command. This is compatible with SeedLink Protocol version 3, multi-station mode. If selectors are defined, then the string is parsed on space and each selector is sent. If ‘seqnum’ != -1 and the SLCD ‘resume’ flag is true then data is requested starting at seqnum.
- Raises:
SeedLinkException – on error.
IOError – if an I/O error occurs.