ViewWindow.InstantaneousSensorViewFOV Property

Top 

Description

This property has been Deprecated. Please use ViewWindow.CurrentViewpoint.SensorView.FieldOfView instead.

 

Dynamically set the camera field of view of the the sensor view mode.

 

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.

 

Attributes

Type:

number

Access:

read/write

Units:

deg

Default Value:

45

Valid Range:

0.001 ≤ ViewWindow.InstantaneousSensorViewFOV ≤ 179

 

Syntax

myVariable1 = myViewWindow1.InstantaneousSensorViewFOV;

 

myViewWindow1.InstantaneousSensorViewFOV = myVariable1;

 

See also

ViewWindow Object

ViewWindow Guide