OpticalLinkReceiver.AddBackgroundLightSource(CelestialObject) Method

Top 

Description

Adds non-diffuse source of background light as available for participating in receiver model calculations.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Method Signature

OpticalLinkReceiver.AddBackgroundLightSource(

CelestialObject celestialObject)

 

 

Arguments

celestialObject


Description:

The CelestialObject corresponding to the light source.

 

 

 

Syntax

myOpticalLinkReceiver1.AddBackgroundLightSource(myCelestialObject1);

 

 

See also

OpticalLinkReceiver Object