CustomObservationMeasurements.AddBias(String) Method

Top 

Description

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

 

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

CustomObservationMeasurements.AddBias(

String biasLabel)

 

 

Arguments

biasLabel


Description:

The name or label for the Custom Bias to be added.

 

 

 

Return Value

Type:

boolean

 

 

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

 

Syntax

myVariable1 = myCustomObservationMeasurements1.AddBias(myString1);

 

 

See also

CustomObservationMeasurements Object

CustomObservationMeasurements.AddBias