GPSPivotPointSolutionFile.SetMeasuringReceiver(Receiver, Sensor) Method

Top 

Description

Set the GNSS Receiver and attached Sensor that are providing the observations.

 

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

GPSPivotPointSolutionFile.SetMeasuringReceiver(

Receiver observedReceiver,


Sensor observedSensor)

 

 

Arguments

observedReceiver


Description:

The GNSS Receiver object to be used to set the Observed Spacecraft.

Allowed Types:

Receiver, GNSSReceiver, GPSReceiver

 

 

observedSensor


Description:

The Sensor object attached to the GNSS Receiver object to be used. The Sensor's X, Y, and Z position properties will be used to model an offset from the origin of the Spacecraft BCS when modeling measurements.

 

 

 

Return Value

Type:

number

 

 

Returns 1 if the method executed successfully, 0 if it did not.

 

Syntax

myVariable1 = myGPSPivotPointSolutionFile1.SetMeasuringReceiver(myReceiver1, mySensor1);

 

 

See also

GPSPivotPointSolutionFile Object

GPSPivotPointSolutionFile.SetMeasuringReceiver

Orbit Determination Guide

Tracking Data File Formats