TrackingDataEditor.DataSegmentationMethod Property

Top 

Description

Specifies the method to use for segmenting data for display in the TrackingDataEditor window.

 

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:

2 ( Detect Passes Based on Data Gap Duration )

Valid Values:

Value

Label

0

Fixed Number of Points

1

Fixed Duration

2

Detect Passes Based on Data Gap Duration

3

Process All Data Simultaneously

 

Syntax

myVariable1 = myTrackingDataEditor1.DataSegmentationMethod;

 

myTrackingDataEditor1.DataSegmentationMethod = myVariable1;

 

See also

TrackingDataEditor Object

Orbit Determination Guide