OpticalLinkTransmitter.GetPointingLossFromPointingError(Variable) Method

Top 

Description

Uses the BeamDivergence property and a provided 3-sigma pointing error in radians to get a pointing loss value in dB.

 

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

OpticalLinkTransmitter.GetPointingLossFromPointingError(

Variable pointingError)

 

 

Arguments

pointingError


Description:

The 3-sigma pointing error.

Units:

rad

Valid Range:

pointingError ≥ 0

 

 

 

Return Value

Type:

number

Units:

dB

 

 

The value of the calculated pointing loss error.

 

Syntax

myVariable1 = myOpticalLinkTransmitter1.GetPointingLossFromPointingError(myVariable2);

 

 

See also

OpticalLinkTransmitter Object