OpticalLink.GetAtmosphericScintillationLinkDeficit(Variable, Variable, Variable) Method

Top 

Description

Returns the additional link margin required to achieve the specified scintillation fade probability.

 

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

OpticalLink.GetAtmosphericScintillationLinkDeficit(

Variable epoch,


Variable fadeProbability,


Variable scintillationIndex)

 

 

Arguments

epoch


Description:

The epoch at which to calculate the scintillation loss.

 

 

fadeProbability


Description:

The desired probability of fade due to scintillation.

 

 

scintillationIndex


Description:

The specified scintillation index.

 

 

 

Return Value

Type:

number

Units:

dB

 

 

The value of the computed additional link margin.

 

Syntax

myVariable1 = myOpticalLink1.GetAtmosphericScintillationLinkDeficit(myVariable2, myVariable3, myVariable4);

 

 

See also

OpticalLink Object

OpticalLink.GetAtmosphericScintillationLinkDeficit