OpticalLinkReceiver.GetFieldOfView() Method

Top 

Description

Uses .PhotodiodeDiameter and .FocalLength properties to calculate a field of view for the optical receiver in radians.

 

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.GetFieldOfView(

)

 

 

Return Value

Type:

number

Units:

rad

 

 

The value of the calculated field of view.

 

Syntax

myVariable1 = myOpticalLinkReceiver1.GetFieldOfView();

 

 

See also

OpticalLinkReceiver Object