IRadarProbabilityOfDetection ============================ .. py:class:: ansys.stk.core.stkobjects.IRadarProbabilityOfDetection Provide access to the properties and methods for configuring probability of detection parameters. .. py:currentmodule:: IRadarProbabilityOfDetection Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.IRadarProbabilityOfDetection.name` - Get the probability of detection algorithm name. * - :py:attr:`~ansys.stk.core.stkobjects.IRadarProbabilityOfDetection.type` - Get the probability of detection type. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import IRadarProbabilityOfDetection Property detail --------------- .. py:property:: name :canonical: ansys.stk.core.stkobjects.IRadarProbabilityOfDetection.name :type: str Get the probability of detection algorithm name. .. py:property:: type :canonical: ansys.stk.core.stkobjects.IRadarProbabilityOfDetection.type :type: RadarProbabilityOfDetectionType Get the probability of detection type.