RadarClutterGeometry#

class ansys.stk.core.stkobjects.RadarClutterGeometry#

Class defining a radar clutter geometry.

Overview#

set_model

Do not use this method, as it is deprecated. Use ScatteringPointProviderList on RadarClutter instead. Sets the current clutter geometry model by name.

enabled

Do not use this property, as it is deprecated. Use Enabled on RadarClutter instead. Gets or sets whether clutter geometry is enabled or disabled.

supported_models

Do not use this property, as it is deprecated. Use ScatteringPointProviderList on RadarClutter instead. Gets an array of supported model names.

model

Do not use this property, as it is deprecated. Use ScatteringPointProviderList on RadarClutter instead. Gets the current clutter geometry model.

Import detail#

from ansys.stk.core.stkobjects import RadarClutterGeometry

Property detail#

property RadarClutterGeometry.enabled: bool#

Do not use this property, as it is deprecated. Use Enabled on RadarClutter instead. Gets or sets whether clutter geometry is enabled or disabled.

property RadarClutterGeometry.supported_models: list#

Do not use this property, as it is deprecated. Use ScatteringPointProviderList on RadarClutter instead. Gets an array of supported model names.

property RadarClutterGeometry.model: IRadarClutterGeometryModel#

Do not use this property, as it is deprecated. Use ScatteringPointProviderList on RadarClutter instead. Gets the current clutter geometry model.

Method detail#

RadarClutterGeometry.set_model(self, model_name: str) None#

Do not use this method, as it is deprecated. Use ScatteringPointProviderList on RadarClutter instead. Sets the current clutter geometry model by name.

Parameters:

model_name : str

Returns:

None