obspy.clients.seedlink.client.slnetstation.SLNetStation¶
-
class
SLNetStation
(net, station, selectors, seqnum, timestamp)[source]¶ Bases:
object
Class to hold a SeedLink stream selectors for a network/station.
Variables: - MAX_SELECTOR_SIZE – Maximum selector size.
- net – The network code.
- station – The station code.
- selectors – SeedLink style selectors for this station.
- seqnum – SeedLink sequence number of last packet received.
- btime – Time stamp of last packet received.
Attributes
MAX_SELECTOR_SIZE
__dict__
__doc__
__module__
__weakref__
list of weak references to the object (if defined) Public Methods
append_selectors
Appends a selectors String to the current selectors for this SLNetStation. get_selectors
Returns the selectors as an array of Strings get_sl_time_stamp
Returns the time stamp in SeedLink string format: “year,month,day,hour,minute,second” Special Methods
__dir__
Default dir() implementation. __format__
Default object formatter. __init__
Creates a new instance of SLNetStation. __init_subclass__
This method is called when a class is subclassed. __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().