Description
The standard deviation of the Gaussian model LineOfSiteJitter for the sensor in angular space for the specified integration time.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property LineOfSiteJitter() As Double
|
| [C#] |
|---|
public double LineOfSiteJitter {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_LineOfSiteJitter(); public: __property void set_LineOfSiteJitter(
double
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_LineOfSiteJitter(
double * pVal
);
public: HRESULT put_LineOfSiteJitter(
double pVal
);
|
| [Java] |
|---|
public double getLineOfSiteJitter();
public void setLineOfSiteJitter(
double
);
|
| [Python - STK API] |
|---|
@property
def LineOfSiteJitter(self) -> float:
@LineOfSiteJitter.setter
def LineOfSiteJitter(self, pVal:float) -> None:
|
See Also