OpticalLinkReceiver.FieldOfView Property

Top 

Description

The field of view of the optical receiver in radians. The field of view can be set to any custom value, or the GetFieldOfView method can optionally be used to compute the field of view of an optical receiver based on the specified PhotodiodeDiameter and FocalLength.

Field of view is used in the calculation of signal degradation due to background light power.

 

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:

rad

Default Value:

420.0e-6

Valid Range:

OpticalLinkReceiver.FieldOfView > 0

 

Syntax

myVariable1 = myOpticalLinkReceiver1.FieldOfView;

 

myOpticalLinkReceiver1.FieldOfView = myVariable1;

 

See also

OpticalLinkReceiver Object