AGI STK Objects 11Send comments on this topic.
PowerAmpBandwidth Property (IAgRadarTransmitterMultifunction)
See Also
Windows






Windows & Linux

Description

Gets or sets the power amplifier bandwidth.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property PowerAmpBandwidth() As Double
[C#]
public double PowerAmpBandwidth {get; set;}
[Managed C++]
public: __property double get_PowerAmpBandwidth();
public: __property void set_PowerAmpBandwidth( double );
[Unmanaged C++]
public: HRESULT get_PowerAmpBandwidth(
    double * pVal
);
public: HRESULT put_PowerAmpBandwidth(
    double val
);
[Java]
public double getPowerAmpBandwidth();
public void setPowerAmpBandwidth(
    double
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.