GroundVehicle.Speed Property

Top 

Description

The magnitude of the velocity vector of the vehicle in km / hr. Manually setting speed adjusts the components of the GroundVehicle.SurfaceVelocity to use the new magnitude along the existing heading.

 

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:

number

Access:

read/write

Units:

km/hr

Default Value:

65.0

 

Syntax

myVariable1 = myGroundVehicle1.Speed;

 

myGroundVehicle1.Speed = myVariable1;

 

See also

GroundVehicle Object