AGI STK Astrogator 11 Send comments on this topic.
StoppingConditionTimeTolerance Property (IAgVAMCSOptions)
See Also 
Windows






Windows & Linux

Description

The time tolerance, which will be applied with respect to desired trip values throughout the MCS. Astrogator will not refine its search for a desired trip value to a time step smaller than the time tolerance - even if the value range over the time step is in excess of the trip value tolerance. NOTE: If this value is set to zero, time tolerance will not be applied. Uses Time Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property StoppingConditionTimeTolerance() As Double

[C#]
public double StoppingConditionTimeTolerance {get; set;}

[Managed C++]
public: __property double get_StoppingConditionTimeTolerance();
public: __property void set_StoppingConditionTimeTolerance(
double
);

[Unmanaged C++]
public: HRESULT get_StoppingConditionTimeTolerance(
double * pRetVal
);
public: HRESULT put_StoppingConditionTimeTolerance(
double NewStoppingConditionTimeTolerance
);

[Java]
public double getStoppingConditionTimeTolerance();public void setStoppingConditionTimeTolerance(
double
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface