STK ObjectsSend comments on this topic.
LnaGain Property (IAgReceiverModelMedium)
See Also
Windows





Windows & Linux

Description

Gets or sets the LNA gain.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property LnaGain() As Double
[C#]
public double LnaGain {get; set;}
[Managed C++]
public: __property double get_LnaGain();
public: __property void set_LnaGain( double );
[Unmanaged C++]
public: HRESULT get_LnaGain(
    double * pVal
);
public: HRESULT put_LnaGain(
    double val
);
[Java]
public double getLnaGain();
public void setLnaGain(
    double
);
[Python - STK API ]
@property
def LnaGain(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.