obspy.clients.seedlink.client.seedlinkconnection.SeedLinkConnection.send_info_request
- SeedLinkConnection.send_info_request(info_level, verb_level)[source]
Sends a request for the specified INFO level. The verbosity level can be specified, allowing control of when the request should be logged.
- Parameters:
info_level – the INFO level (one of: ID, STATIONS, STREAMS, GAPS, CONNECTIONS, ALL).
- Raises:
SeedLinkException – on error.
IOError – if an I/O error occurs.