OpticalLink.GetAtmosphericScintillationLinkDeficit(TimeSpan, 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 nanosecond timing precision mode.

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

 

Method Signature

OpticalLink.GetAtmosphericScintillationLinkDeficit(

TimeSpan 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(myTimeSpan1, myVariable2, myVariable3);

 

 

See also

OpticalLink Object

OpticalLink.GetAtmosphericScintillationLinkDeficit