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
Private Methods
Warning
Private methods are mainly for internal/developer use and their API might change without notice.
Convert to dictionary structure.
Special Methods
Default dir() implementation.
Default object formatter.
Initialize self.
This method is called when a class is subclassed.
Create and return a new object.
Helper for pickle.
Helper for pickle.
Size of object in memory, in bytes.
Return str(self).
Abstract classes can override this to customize issubclass().