obspy.clients.seedlink.client.slnetstation.SLNetStation¶
- class SLNetStation(net, station, selectors, seqnum, timestamp)[source]¶
Bases: future.types.newobject.newobject
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 int(x=0) -> int or long __dict__ __doc__ unicode(object=’‘) -> unicode object __module__ str(object=’‘) -> string __weakref__ list of weak references to the object (if defined) Public Methods
append_selectors Appends a selectors String to the current selectors for this get_selectors Returns the selectors as an array of Strings get_sl_time_stamp Returns the time stamp in SeedLink string format: next Special Methods
__format__ default object formatter __init__ Creates a new instance of SLNetStation. __long__ __native__ Hook for the future.utils.native() function __new__ __nonzero__ __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(). __unicode__