RK89.FixedStep Property

Top 

Description

Flag denoting whether the propagator is being run in fixed-step mode (i.e. constant StepSize) or in variable-step mode (i.e. variable StepSize).

 

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.

 

Attributes

Type:

integer

Access:

read/write

Default Value:

1 ( Fixed Step Size )

Valid Values:

Value

Label

0

Variable Step Size

1

Fixed Step Size

 

Syntax

myVariable1 = myRK891.FixedStep;

 

myRK891.FixedStep = myVariable1;

 

See also

RK89 Object

Spacecraft Propagators

Setting up an Integrator