obspy.clients.seedlink.client.slnetstation.SLNetStation¶
- class SLNetStation(net, station, selectors, seqnum, timestamp)[source]¶
Bases: builtins.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 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
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: Special Methods
__dir__ default dir() implementation __format__ default object formatter __init__ Creates a new instance of SLNetStation. __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().