obspy.io.reftek.packet.EHPacket

class EHPacket(data)[source]

Bases: obspy.io.reftek.packet.Packet

Attributes

__dict__
__doc__
__module__
__slots__
__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__ Initialize self.
__init_subclass__ This method is called when a class is subclassed.
__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__ Return str(self).
__subclasshook__ Abstract classes can override this to customize issubclass().