obspy.clients.seedlink.easyseedlink.EasySeedLinkClient.get_info
- EasySeedLinkClient.get_info(level)[source]
Send a SeedLink
INFO
command and retrieve response.Available info levels depend on the server implementation. Usually one of
ID
,CAPABILITIES
,STATIONS
,STREAMS
,GAPS
,CONNECTIONS
,ALL
.As a convenience, the server’s
CAPABILITIES
can be accessed through the client’scapabilities
attribute.Note
This is a synchronous call. While the client waits for the response, other packets the server might potentially send will be disregarded.
- Parameters:
level (str) – The INFO level to retrieve (sent as
INFO:LEVEL
)