OpticalLinkReceiver.BackgroundLightPowerDiffuse Property

Top 

Description

The power of diffuse background light incident on the receiver in watts. This can be set to any custom value.

This property is relevant to modeling APD, preamplified, heterodyne, and homodyne type optical receivers (ReceiverType = 0, 2, 3, 4 ).

 

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.

 

Attributes

Type:

number

Access:

read/write

Units:

W

Default Value:

0.0

Valid Range:

OpticalLinkReceiver.BackgroundLightPowerDiffuse ≥ 0

 

Syntax

myVariable1 = myOpticalLinkReceiver1.BackgroundLightPowerDiffuse;

 

myOpticalLinkReceiver1.BackgroundLightPowerDiffuse = myVariable1;

 

See also

OpticalLinkReceiver Object