TrackingDataEditor.MeasurementScalingMode Property

Top 

Description

Determines how the plotted measurements will be scaled.

 

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 ( No Scaling )

Valid Values:

Value

Label

0

No Scaling

1

Scale to Normalize to a -1 to 1 Range: (scaleRange * (scaledValue - valueMin)) / valueRange) + scaleMin

 

Syntax

myVariable1 = myTrackingDataEditor1.MeasurementScalingMode;

 

myTrackingDataEditor1.MeasurementScalingMode = myVariable1;

 

See also

TrackingDataEditor Object

Orbit Determination Guide