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





Windows & Linux

Description

Gets or sets the dark current noise rate from the detectors in electrons-per-second-per-detector.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DarkCurrent() As Double
[C#]
public double DarkCurrent {get; set;}
[Managed C++]
public: __property double get_DarkCurrent();
public: __property void set_DarkCurrent( double );
[Unmanaged C++]
public: HRESULT get_DarkCurrent(
    double * pVal
);
public: HRESULT put_DarkCurrent(
    double newVal
);
[Java]
public double getDarkCurrent();
public void setDarkCurrent(
    double
);
[Python - STK API ]
@property
def DarkCurrent(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.