OpticalLinkReceiver.ComputeSensitivity(TimeSpan) 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 nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Method Signature

OpticalLinkReceiver.ComputeSensitivity(

TimeSpan 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(myTimeSpan1);

 

 

See also

OpticalLinkReceiver Object