SensorEOIRBandOpticalInputMode ============================== .. py:class:: ansys.stk.core.stkobjects.SensorEOIRBandOpticalInputMode IntEnum .. py:currentmodule:: SensorEOIRBandOpticalInputMode Overview -------- .. tab-set:: .. tab-item:: Members .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~F_NUMBER_AND_FOCAL_LENGTH` - EOIR: Use the f-number and focal length to specify the optical properties. * - :py:attr:`~F_NUMBER_AND_APERTURE_DIAMETER` - EOIR: Use the f-number and aperture diameter to specify the optical properties. * - :py:attr:`~FOCAL_LENGTH_AND_APERTURE_DIAMETER` - EOIR: Use the focal length and aperture diameter to specify the optical properties. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import SensorEOIRBandOpticalInputMode