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 nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond 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