SensorEOIRBandQuantizationMode ============================== .. py:class:: ansys.stk.core.stkobjects.SensorEOIRBandQuantizationMode IntEnum .. py:currentmodule:: SensorEOIRBandQuantizationMode Overview -------- .. tab-set:: .. tab-item:: Members .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~FULL_WELL_AND_NOISE` - EOIR: Use full-well capacity and system level noise for analog-to-digital signal conversion. * - :py:attr:`~FULL_WELL_AND_QSS` - EOIR: Use full-well capacity and quantization step size for analog-to-digital signal conversion. * - :py:attr:`~BIT_DEPTH_AND_NOISE` - EOIR: Use signal bit-depth and system level noise for analog-to-digital signal conversion. * - :py:attr:`~BIT_DEPTH_AND_QSS` - EOIR: Use signal bit-depth and quantization step size for analog-to-digital signal conversion. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import SensorEOIRBandQuantizationMode