OpticalLink.GetAtmosphericScatteringLoss(TimeSpan) Method

Top 

Description

Returns the atmospheric scattering loss in dB based on the meteorological visibility specified in the Visibility property of the AtmosphericLossParameters child object.

 

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.GetAtmosphericScatteringLoss(

TimeSpan epoch)

 

 

Arguments

epoch


Description:

The epoch at which to calculate the geometric scattering loss.

 

 

 

Return Value

Type:

number

Units:

dB

 

 

The value of the calculated atmospheric scattering loss.

 

Syntax

myVariable1 = myOpticalLink1.GetAtmosphericScatteringLoss(myTimeSpan1);

 

 

See also

OpticalLink Object