OpticalLink.GetAtmosphericRainLoss(TimeSpan) Method

Top 

Description

Returns the loss corresponding to the current rain conditions in dB as described by the RainRate, RainFactor, RainExponent, and PrecipitationPathLength properties 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.GetAtmosphericRainLoss(

TimeSpan epoch)

 

 

Arguments

epoch


Description:

The epoch at which to calculate the rain loss.

 

 

 

Return Value

Type:

number

Units:

dB

 

 

The calculated rain loss.

 

Syntax

myVariable1 = myOpticalLink1.GetAtmosphericRainLoss(myTimeSpan1);

 

 

See also

OpticalLink Object