obspy.core.inventory.channel.Channel
====================================

.. currentmodule:: obspy.core.inventory.channel
.. autoclass:: Channel
   :show-inheritance:



.. rubric:: Attributes

.. autosummary::
  :toctree: .
  :nosignatures:

  ~Channel.alternate_code
  ~Channel.azimuth
  ~Channel.clock_drift_in_seconds_per_sample
  ~Channel.code
  ~Channel.depth
  ~Channel.dip
  ~Channel.elevation
  ~Channel.equipment
  ~Channel.equipments
  ~Channel.historical_code
  ~Channel.identifiers
  ~Channel.latitude
  ~Channel.location_code
  ~Channel.longitude
  ~Channel.sample_rate
  ~Channel.source_id
  ~Channel.storage_format
  ~Channel.water_level


.. rubric:: Public Methods

.. autosummary::
  :toctree: .
  :nosignatures:


  ~Channel.copy
  ~Channel.is_active
  ~Channel.plot



.. rubric:: Private Methods

.. warning::

  Private methods are mainly for internal/developer use and their API might change without notice.



.. automethod:: Channel._repr_pretty_


.. rubric:: Special Methods



.. automethod:: Channel.__delattr__

.. automethod:: Channel.__dir__

.. automethod:: Channel.__eq__

.. automethod:: Channel.__format__

.. automethod:: Channel.__ge__

.. automethod:: Channel.__getattribute__

.. automethod:: Channel.__gt__

.. automethod:: Channel.__init__

.. automethod:: Channel.__init_subclass__

.. automethod:: Channel.__le__

.. automethod:: Channel.__lt__

.. automethod:: Channel.__ne__

.. automethod:: Channel.__new__

.. automethod:: Channel.__reduce__

.. automethod:: Channel.__reduce_ex__

.. automethod:: Channel.__repr__

.. automethod:: Channel.__setattr__

.. automethod:: Channel.__sizeof__

.. automethod:: Channel.__str__

.. automethod:: Channel.__subclasshook__