SensorODProperties.AddCustomObservation(String) Method

Top 

Description

Add the specified Custom Observation to be included for Orbit Determination processing.

 

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.

 

Method Signature

SensorODProperties.AddCustomObservation(

String observationLabel)

 

 

Arguments

observationLabel


Description:

The name or label for the Custom Observation to be added. This label must match the ObservationType property of the corresponding CustomObservation objects to be processed.

 

 

 

Return Value

Type:

boolean

 

 

Returns 1 if the Custom Observation was successfully added, 0 otherwise.

 

Syntax

myVariable1 = mySensorODProperties1.AddCustomObservation(myString1);

 

 

See also

SensorODProperties Object