Vehicle.Step() Method

Top 

Description

Steps the Vehicle using the current propagator step size.

 

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

Vehicle.Step(

)

 

 

Return Value

Type:

timespan

Units:

s

 

 

Returns the duration of the total step taken.

 

Syntax

myTimeSpan1 = myVehicle1.Step();

 

 

See also

Vehicle Object

Vehicle.Step