STK ObjectsSend comments on this topic.
DetectorNoiseFigure Property (IAgReceiverModelLaser)
See Also
Windows





Windows & Linux

Description

Gets or set the detector noise figure.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DetectorNoiseFigure() As Double
[C#]
public double DetectorNoiseFigure {get; set;}
[Managed C++]
public: __property double get_DetectorNoiseFigure();
public: __property void set_DetectorNoiseFigure( double );
[Unmanaged C++]
public: HRESULT get_DetectorNoiseFigure(
    double * pVal
);
public: HRESULT put_DetectorNoiseFigure(
    double val
);
[Java]
public double getDetectorNoiseFigure();
public void setDetectorNoiseFigure(
    double
);
[Python - STK API ]
@property
def DetectorNoiseFigure(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.