Vehicle.StepToEpoch(Variable) Method

Top 

Description

Steps the Vehicle to the specified epoch.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

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

 

Method Signature

Vehicle.StepToEpoch(

Variable epoch)

 

 

Arguments

epoch


Description:

Epoch to which to step.

 

 

 

Return Value

Type:

number

Units:

s

 

 

Returns the duration of the total step taken.

 

Syntax

myVariable1 = myVehicle1.StepToEpoch(myVariable2);

 

 

See also

Vehicle Object