ObsPy
  •  GitHub
  •  Documentation 
    • Getting Started
    • Installation
    • Tutorial
    • Gallery
    • API Documentation (latest release)
    • API Documentation (current master)
  •  Mailing Lists 
    • Announcements Mailing List (public)
    •  Subscribe
    •  Archive
    • Users Mailing List (public)
    •  Subscribe
    •  Archives
    •  Post a message
  •  Developer Resources 
    • Gitter
    • How to contribute
    • Coding Style Guide
    • All Releases
    • Code Analysis
    • PEP8
    • Python Coverage
    • C Coverage
    • Coveralls
    • Continuous Integration
    • Test Reports
    •  Travis CI
    • AppVeyor
index| modules| next| previous
  1. ObsPy Documentation (1.0.0)
  2. ObsPy Library Reference
  3. obspy.clients.seedlink - SeedLink client for ObsPy
  4. obspy.clients.seedlink.client.slstate

obspy.clients.seedlink.client.slstate.SLState¶

class SLState[source]¶

Bases: builtins.object

Class to manage SeedLinkConnection state.

Variables:
  • SL_DOWN Connection state down.
  • SL_UP Connection state up.
  • SL_DATA Connection state data.
  • state Connection state.
  • NO_QUERY INFO query state NO_QUERY.
  • INFO_QUERY INFO query state INFO_QUERY.
  • KEEP_ALIVE_QUERY INFO query state KEEP_ALIVE_QUERY.
  • query_mode INFO query state.
  • BUFSIZE Size of receiving buffer (default is 8192).
  • databuf Data buffer for received packets.
  • recptr Receive pointer for databuf.
  • sendptr Send pointer for databuf.
  • expect_info Flag to indicate if an INFO response is expected.
  • netto_trig Network timeout trigger.netto_trig
  • netdly_trig Network re-connect delay trigger.
  • keepalive_trig Send keepalive trigger.
  • previous_time Time stamp of last state update.
  • netto_time Network timeout time stamp.
  • netdly_time Network re-connect delay time stamp.
  • keepalive_time Keepalive time stamp.

Attributes

BUFSIZE int(x=0) -> integer
INFO_QUERY int(x=0) -> integer
KEEP_ALIVE_QUERY int(x=0) -> integer
NO_QUERY int(x=0) -> integer
SL_DATA int(x=0) -> integer
SL_DOWN int(x=0) -> integer
SL_UP int(x=0) -> integer
__dict__
__doc__ str(object=’‘) -> str
__module__ str(object=’‘) -> str
__weakref__ list of weak references to the object (if defined)

Public Methods

appendBytes DEPRECATED: ‘appendBytes’ has been renamed to
append_bytes Appends bytes to the receive buffer after the last received data.
bytesRemaining DEPRECATED: ‘bytesRemaining’ has been renamed to
bytes_remaining Return number of bytes remaining in receiving buffer.
getPacket DEPRECATED: ‘getPacket’ has been renamed to
get_packet Returns last received packet.
incrementSendPointer DEPRECATED: ‘incrementSendPointer’ has been renamed to
increment_send_pointer Increments the send pointer by size of one packet.
isEnd DEPRECATED: ‘isEnd’ has been renamed to
isError DEPRECATED: ‘isError’ has been renamed to
is_end Check for SeedLink END packet.
is_error Check for SeedLink ERROR packet.
packDataBuffer DEPRECATED: ‘packDataBuffer’ has been renamed to
pack_data_buffer Packs the buffer by removing all sent packets and shifting remaining
packetAvailable DEPRECATED: ‘packetAvailable’ has been renamed to
packetIsInfo DEPRECATED: ‘packetIsInfo’ has been renamed to
packet_available Check for full packet available to send.
packet_is_info Check for SeedLink INFO packet.

Special Methods

__dir__ default dir() implementation
__format__ default object formatter
__init__
__new__ Create and return a new object.
__reduce__ helper for pickle
__reduce_ex__ helper for pickle
__sizeof__ size of object in memory, in bytes
__subclasshook__ Abstract classes can override this to customize issubclass().

By the ObsPy Development Team and many Awesome Contributors™  |  Built with Bootstrap and Glyphicons  |  Copyright 2008-2016

Thank you!

We would like to thank our contributors, whose efforts make this software what it is. These people have helped by writing code and documentation, and by testing. They have created and maintained this product, its associated libraries and applications, our build tools and our web sites.

Contributors

  • Adam Ringler
  • Alberto Michelini
  • Andreas Köhler
  • Anthony Lomax
  • Benjamin Sullivan
  • Celso Reyes
  • Charles J. Ammon
  • Christian Sippl
  • Conny Hammer
  • Elliott Sales de Andrade
  • Emiliano Russo
  • Fabrizio Bernardi
  • Gaute Hope
  • Henri Martin
  • Joachim Wassermann
  • Jonathan MacCarthy
  • Laura Ermert
  • Lion Krischer
  • Lukas Heiniger
  • Marcus Walther
  • Mark C. Williams
  • Markus Bank
  • Mathijs Koymans
  • Moritz Beyreuther
  • Nicolas Rothenhäusler
  • Peter Danecek
  • Robert Barsch
  • Seyed Kasra Hosseini Zad
  • Stefan Stange
  • Sébastien Bonaimé
  • Tobias Megies
  • Tommaso Fabbri
  • Yannik Behr
  • Adolfo Inza
  • Alessia Maggi
  • Andrew Walker
  • Arthur Snoke
  • Bernhard Morgenstern
  • Chad Trabant
  • Chris Scheingraber
  • Claudio Satriano
  • David Ketchum
  • Emanuel Antunes
  • Fabian Engels
  • Felix Bernauer
  • Heiner Igel
  • Joachim Saul
  • John Leeman
  • Lars Krieger
  • Leonardo Uieda
  • Lloyd Carothers
  • Marc Grunberg
  • Marius Isken
  • Mark P. Panning
  • Martin van Driel
  • Matthias Meschede
  • Nathaniel C. Miller
  • Paul Käufl
  • Philippe Lesage
  • Sebastian Heimann
  • Simon Kremers
  • Sven Egdorf
  • Thomas Lecocq
  • Tom Eulenfeld
  • Victor Kress
  • Ólafur St. Arnarsson

Funds

ObsPy was partially funded by the

  • German Science Foundation (DFG) via grant DFG IG 16/9-1
  • German Ministry for Education and Research (BMBF), GEOTECHNOLOGIEN grant 03G0646H.
  • NERA project (Network of European Research Infrastructures for Earthquake Risk Assessment and Mitigation) under the European Community's Seventh Framework Programme (FP7/2007-2013) grant agreement n° 262330
  • Leibniz Institute for Applied Geophysics (LIAG)
  • VERCE EU-FP7 project (no. 283543)