PhaseIntegrationOptions.SetIntegratorType(String) Method

Top 

Description

Sets the integrator type that the TrajectoryPhase will use. The Integrator.ForceModel characteristics will be preserved, as will the value of Integrator.FixedStep.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Method Signature

PhaseIntegrationOptions.SetIntegratorType(

String integratorType)

 

 

Arguments

integratorType


Description:

Integrator type to use.

Valid Values:

Value

Label

"RK45"

RK45

"RK78"

RK78

"RK89"

RK89

 

 

 

 

Syntax

myPhaseIntegrationOptions1.SetIntegratorType(myString1);

 

 

See also

PhaseIntegrationOptions Object