BeerBouguerLambertLawLayer ========================== .. py:class:: ansys.stk.core.stkobjects.BeerBouguerLambertLawLayer Class defining a row of an input back off vs output back off table. .. py:currentmodule:: BeerBouguerLambertLawLayer Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.BeerBouguerLambertLawLayer.top_height` - Get or set the height of the top of the layer. * - :py:attr:`~ansys.stk.core.stkobjects.BeerBouguerLambertLawLayer.extinction_coefficient` - Get or set the extinction coefficient. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import BeerBouguerLambertLawLayer Property detail --------------- .. py:property:: top_height :canonical: ansys.stk.core.stkobjects.BeerBouguerLambertLawLayer.top_height :type: float Get or set the height of the top of the layer. .. py:property:: extinction_coefficient :canonical: ansys.stk.core.stkobjects.BeerBouguerLambertLawLayer.extinction_coefficient :type: float Get or set the extinction coefficient.