GroundVehicle.SetPropagatorType(String) Method

Top 

Description

Sets the Propagator type used to advance the GroundVehicle's state in time. The existing Propagator is overridden with a new object of the specified type.

 

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

GroundVehicle.SetPropagatorType(

String motionModelType)

 

 

Arguments

motionModelType


Description:

MotionModel type to use

Valid Values:

Value

Label

"GroundHeading"

GroundHeading

"GroundWaypoints"

GroundWaypoints

 

 

 

 

Syntax

myGroundVehicle1.SetPropagatorType(myString1);

 

 

See also

GroundVehicle Object