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





Windows & Linux

Description

Gets or sets the quantization step size of the digital output signal.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property QSS() As Double
[C#]
public double QSS {get; set;}
[Managed C++]
public: __property double get_QSS();
public: __property void set_QSS( double );
[Unmanaged C++]
public: HRESULT get_QSS(
    double * pVal
);
public: HRESULT put_QSS(
    double newVal
);
[Java]
public double getQSS();
public void setQSS(
    double
);
[Python - STK API ]
@property
def QSS(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.