IRadarClutterMap#

class ansys.stk.core.stkobjects.IRadarClutterMap#

Do not use this interface, as it is deprecated. This interface is no longer used and there is no alternative. Provides access to the properties and methods defining a radar clutter map.

Overview#

set_model

Set the current clutter map model by name.

supported_models

Get an array of supported model names.

model

Get the current clutter map model.

Import detail#

from ansys.stk.core.stkobjects import IRadarClutterMap

Property detail#

property IRadarClutterMap.supported_models: list#

Get an array of supported model names.

property IRadarClutterMap.model: IRadarClutterMapModel#

Get the current clutter map model.

Method detail#

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

Set the current clutter map model by name.

Parameters:

model_name : str

Returns:

None