TrajectoryPhase.ResampleNodes(Variable) Method

Top 

Description

Re-interpolates the TrajectoryPhase's nodes using a uniform spacing of node points.

 

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

TrajectoryPhase.ResampleNodes(

Variable numberOfPoints)

 

 

Arguments

numberOfPoints


Description:

The number of node points for re-interpolation.

Valid Range:

numberOfPoints ≥ 2

 

 

 

Syntax

myTrajectoryPhase1.ResampleNodes(myVariable1);

 

 

See also

TrajectoryPhase Object

TrajectoryPhase.ResampleNodes