obspy.io.reftek.packet.EHPacket

class EHPacket(data)[source]

Bases: obspy.io.reftek.packet.Packet

Attributes

__dict__
__doc__
__module__ str(object=’‘) -> str
__slots__ list() -> new empty list
__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

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

__dir__ default dir() implementation
__format__ default object formatter
__getattr__
__init__
__new__ Create and return a new object.
__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().