obspy.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
appendSelectors Appends a selectors String to the current selectors for this getSLTimeStamp Returns the time stamp in SeedLink string format: getSelectors Returns the selectors as an array of Strings next Special Methods
__init__ Creates a new instance of SLNetStation. __long__ __native__ Hook for the future.utils.native() function __nonzero__ __unicode__