OpticalLinkReceiver.ComputeSensitivity(Variable) Method

Top 

Description

Determines the optical receiver sensitivity in dBm according to the ReceiverType property. All receiver types use a bandwidth derived via the OpticalLink BitRate and ModulationType properties.

 

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

OpticalLinkReceiver.ComputeSensitivity(

Variable epoch)

 

 

Arguments

epoch


Description:

The epoch at which to calculate optical receiver sensitivity.

 

 

 

Return Value

Type:

number

Units:

dBm

 

 

The value of the computed optical receiver sensitivity.

 

Syntax

myVariable1 = myOpticalLinkReceiver1.ComputeSensitivity(myVariable2);

 

 

See also

OpticalLinkReceiver Object