STK AstrogatorSend comments on this topic.
Sigma Property (IAgVAStochasticDensityCorrection)
See Also
Windows





Windows & Linux

Description

Uncertainty in relative density at periapsis for non-Earth atmospheres.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Sigma() As Double
[C#]
public double Sigma {get; set;}
[Managed C++]
public: __property double get_Sigma();
public: __property void set_Sigma( double );
[Unmanaged C++]
public: HRESULT get_Sigma(
    double * pVal
);
public: HRESULT put_Sigma(
    double InVal
);
[Java]
public double getSigma();
public void setSigma(
    double
);
[Python - STK API ]
@property
def Sigma(self) -> float:

@Sigma.setter
def Sigma(self, InVal:float) -> None:

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.