STK ObjectsSend comments on this topic.
IFBandwidth Property (IAgRadarWaveformSarPulseDefinition)
See Also
Windows





Windows & Linux

Description

Gets or sets the IF bandwidth. This property is read only for monostatic radar systems.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property IFBandwidth() As Double
[C#]
public double IFBandwidth {get; set;}
[Managed C++]
public: __property double get_IFBandwidth();
public: __property void set_IFBandwidth( double );
[Unmanaged C++]
public: HRESULT get_IFBandwidth(
    double * pVal
);
public: HRESULT put_IFBandwidth(
    double val
);
[Java]
public double getIFBandwidth();
public void setIFBandwidth(
    double
);
[Python - STK API ]
@property
def IFBandwidth(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.