ViewWindow.SetTailLength(String, Variable) Method

Top 

Description

Sets the tail length of the specified object.

 

Use caution in setting tail lengths longer than 10,000 - 30,000 points. Tail lengths exceeding this range can cause memory problems due to the large amount of relative position data that must be maintained. The maximum tail length that can be used safely depends on the amount of memory in the system and the number of objects managed by the Mission View.

 

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

ViewWindow.SetTailLength(

String objectName,


Variable tailLength)

 

 

Arguments

objectName


Description:

The name of the object for which to change tail length

 

 

tailLength


Description:

The tail length to use for the object.

Valid Range:

tailLength ≥ 0

 

 

 

Syntax

myViewWindow1.SetTailLength(myString1, myVariable1);

 

 

See also

ViewWindow Object

ViewWindow.SetTailLength

ViewWindow Guide