IRadarProbabilityOfDetectionCFAR ================================ .. py:class:: ansys.stk.core.stkobjects.IRadarProbabilityOfDetectionCFAR Provide access to the properties and methods for configuring probability of detection parameters. .. py:currentmodule:: IRadarProbabilityOfDetectionCFAR Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.IRadarProbabilityOfDetectionCFAR.probability_of_false_alarm` - Get or set the probability of false alarm. * - :py:attr:`~ansys.stk.core.stkobjects.IRadarProbabilityOfDetectionCFAR.number_of_cfar_reference_cells` - Get or set the number of CFAR reference cells. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import IRadarProbabilityOfDetectionCFAR Property detail --------------- .. py:property:: probability_of_false_alarm :canonical: ansys.stk.core.stkobjects.IRadarProbabilityOfDetectionCFAR.probability_of_false_alarm :type: float Get or set the probability of false alarm. .. py:property:: number_of_cfar_reference_cells :canonical: ansys.stk.core.stkobjects.IRadarProbabilityOfDetectionCFAR.number_of_cfar_reference_cells :type: int Get or set the number of CFAR reference cells.