STK ObjectsSend comments on this topic.
ReadNoise Property (IAgSnEOIRBand)
See Also
Windows





Windows & Linux

Description

Gets or sets the read noise from the detectors in electrons.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ReadNoise() As Double
[C#]
public double ReadNoise {get; set;}
[Managed C++]
public: __property double get_ReadNoise();
public: __property void set_ReadNoise( double );
[Unmanaged C++]
public: HRESULT get_ReadNoise(
    double * pVal
);
public: HRESULT put_ReadNoise(
    double newVal
);
[Java]
public double getReadNoise();
public void setReadNoise(
    double
);
[Python - STK API ]
@property
def ReadNoise(self) -> float:

@ReadNoise.setter
def ReadNoise(self, newVal:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.