ComputeOptions ============== .. py:class:: ansys.stk.core.stkrfchannelmodeler.ComputeOptions The options for computing RF Channel Modeler. .. py:currentmodule:: ComputeOptions Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkrfchannelmodeler.ComputeOptions.ray_density` - Get or set the ray density. * - :py:attr:`~ansys.stk.core.stkrfchannelmodeler.ComputeOptions.geometrical_optics_blockage` - Get or set the geometrical optics blockage. * - :py:attr:`~ansys.stk.core.stkrfchannelmodeler.ComputeOptions.geometrical_optics_blockage_starting_bounce` - Get or set the geometrical optics blockage starting bounce. * - :py:attr:`~ansys.stk.core.stkrfchannelmodeler.ComputeOptions.maximum_reflections` - Get or set the maximum number of reflections. * - :py:attr:`~ansys.stk.core.stkrfchannelmodeler.ComputeOptions.maximum_transmissions` - Get or set the maximum number of transmissions. * - :py:attr:`~ansys.stk.core.stkrfchannelmodeler.ComputeOptions.bounding_box_mode` - Get or set the bounding box. * - :py:attr:`~ansys.stk.core.stkrfchannelmodeler.ComputeOptions.bounding_box_side_length` - Get or set the bounding box side length. Import detail ------------- .. code-block:: python from ansys.stk.core.stkrfchannelmodeler import ComputeOptions Property detail --------------- .. py:property:: ray_density :canonical: ansys.stk.core.stkrfchannelmodeler.ComputeOptions.ray_density :type: float Get or set the ray density. .. py:property:: geometrical_optics_blockage :canonical: ansys.stk.core.stkrfchannelmodeler.ComputeOptions.geometrical_optics_blockage :type: bool Get or set the geometrical optics blockage. .. py:property:: geometrical_optics_blockage_starting_bounce :canonical: ansys.stk.core.stkrfchannelmodeler.ComputeOptions.geometrical_optics_blockage_starting_bounce :type: int Get or set the geometrical optics blockage starting bounce. .. py:property:: maximum_reflections :canonical: ansys.stk.core.stkrfchannelmodeler.ComputeOptions.maximum_reflections :type: int Get or set the maximum number of reflections. .. py:property:: maximum_transmissions :canonical: ansys.stk.core.stkrfchannelmodeler.ComputeOptions.maximum_transmissions :type: int Get or set the maximum number of transmissions. .. py:property:: bounding_box_mode :canonical: ansys.stk.core.stkrfchannelmodeler.ComputeOptions.bounding_box_mode :type: AnalysisSolverBoundingBoxMode Get or set the bounding box. .. py:property:: bounding_box_side_length :canonical: ansys.stk.core.stkrfchannelmodeler.ComputeOptions.bounding_box_side_length :type: float Get or set the bounding box side length.