STK AstrogatorSend comments on this topic.
LowSafetyCoefficient Property (IAgVARKF7th8th)
See Also
Windows





Windows & Linux

Description

Gets or sets the 'safety' coefficient used to increase step size if the error is too low. Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property LowSafetyCoefficient() As Double
[C#]
public double LowSafetyCoefficient {get; set;}
[Managed C++]
public: __property double get_LowSafetyCoefficient();
public: __property void set_LowSafetyCoefficient( double );
[Unmanaged C++]
public: HRESULT get_LowSafetyCoefficient(
    double * pVal
);
public: HRESULT put_LowSafetyCoefficient(
    double InVal
);
[Java]
public double getLowSafetyCoefficient();
public void setLowSafetyCoefficient(
    double
);
[Python - STK API ]
@property
def LowSafetyCoefficient(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.