obspy.io.reftek.packet.EHPacket¶
- class EHPacket(data)[source]¶
Bases: obspy.io.reftek.packet.Packet
Attributes
__dict__ __doc__ __module__ str(object=’‘) -> string __slots__ A backport of the Python 3 list object to Py2 __weakref__ list of weak references to the object (if defined) channel_ad_resolution_code channel_adjusted_nominal_bit_weights channel_code channel_fsa_code channel_gain_code channel_sensor_fsa_code channel_sensor_units_code channel_sensor_vpu channel_true_bit_weights detrigger_time digital_filter_list first_sample_time last_sample_time nanoseconds position reftek_120 sampling_rate station_channel_number station_comment station_name station_name_extension stream_name time time_quality time_source total_installed_channels trigger_time trigger_time_message trigger_type type Public Methods
from_data next Private Methods
Warning
Private methods are mainly for internal/developer use and their API might change without notice.
_to_dict Convert to dictionary structure. Special Methods
__format__ default object formatter __getattr__ __init__ __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 __str__ __subclasshook__ Abstract classes can override this to customize issubclass(). __unicode__