Spacecraft.HistoryMode Property

Top 

Description

Determines if the visualized Spacecraft tail is unlimited in length, or whether new points replace the oldest points once the tail exceeds the Spacecraft tail length. The history mode can be overridden for an individual view using ViewWindow.SetObjectHistoryMode() method.

 

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.

 

Attributes

Type:

integer

Access:

read/write

Default Value:

0 ( Wrapping )

Valid Values:

Value

Label

0

Wrapping

1

Unlimited

 

Syntax

myVariable1 = mySpacecraft1.HistoryMode;

 

mySpacecraft1.HistoryMode = myVariable1;

 

See also

Spacecraft Object

Spacecraft Propagation Guide

Coverage and Contact Analysis Guide