CustomObservation.SetObserver(Receiver) Method

Top 

Description

Set the given object as the Observing Object for this Observation.

 

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

CustomObservation.SetObserver(

Receiver observerReceiver)

 

 

Arguments

observerReceiver


Description:

The Receiver observing the Spacecraft.

Allowed Types:

Receiver, GNSSReceiver, GPSReceiver

 

 

 

Syntax

myCustomObservation1.SetObserver(myReceiver1);

 

 

See also

CustomObservation Object

CustomObservation.SetObserver