STK ObjectsSend comments on this topic.
MainlobeClutterBandwidth Property (IAgRadarDopplerClutterFilters)
See Also
Windows





Windows & Linux

Description

Gets or sets the mainlobe filter bandwidth.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MainlobeClutterBandwidth() As Double
[C#]
public double MainlobeClutterBandwidth {get; set;}
[Managed C++]
public: __property double get_MainlobeClutterBandwidth();
public: __property void set_MainlobeClutterBandwidth( double );
[Unmanaged C++]
public: HRESULT get_MainlobeClutterBandwidth(
    double * pVal
);
public: HRESULT put_MainlobeClutterBandwidth(
    double val
);
[Java]
public double getMainlobeClutterBandwidth();
public void setMainlobeClutterBandwidth(
    double
);
[Python - STK API ]
@property
def MainlobeClutterBandwidth(self) -> float:

@MainlobeClutterBandwidth.setter
def MainlobeClutterBandwidth(self, val:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.