STK ObjectsSend comments on this topic.
SNR Property (IAgRadarContinuousWaveAnalysisModeGoalSNR)
See Also
Windows





Windows & Linux

Description

Gets or sets the goal SNR.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SNR() As Double
[C#]
public double SNR {get; set;}
[Managed C++]
public: __property double get_SNR();
public: __property void set_SNR( double );
[Unmanaged C++]
public: HRESULT get_SNR(
    double * pVal
);
public: HRESULT put_SNR(
    double val
);
[Java]
public double getSNR();
public void setSNR(
    double
);
[Python - STK API ]
@property
def SNR(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.