obspy.clients.seedlink.client.seedlinkconnection.SeedLinkConnection.negotiate_station
- SeedLinkConnection.negotiate_station(curstream)[source]
Negotiate a SeedLink connection for a single station and issue the DATA command. 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.
- Parameters:
curstream – the description of the station to negotiate.
- Raises:
SeedLinkException – on error.
IOError – if an I/O error occurs.