AGI AgRadarPlugin 11 Send comments on this topic.
IAgStkRadarRcsComputeParams Interface

Description

Interface implemented by an object that represents the parameters to be passed into the RCS plugin Compute method.

Public Methods

Public Method GetIncidentBodyFixedVector Gets the incident body fixed vector.
Public Method GetReflectedBodyFixedVector Gets the reflected body fixed vector.

Public Properties

Public Property Frequency Gets the signal frequency.
Public Property InicidentBodyFixedVectorArray Gets the incident body fixed vector as an array of length 3 where the x component is array(0), y component is array(1), and z component is array(2).  All values in meters.
Public Property OrthoChannelRcs Sets the primary channel RCS value.
Public Property OrthoChannelRcsCross Sets the primary channel cross pol RCS value.
Public Property PrimaryChannelRcs Sets the primary channel RCS value
Public Property PrimaryChannelRcsCross Sets the primary channel cross pol RCS value
Public Property ReflectedBodyFixedVectorArray Gets the reflected body fixed vector as an array of length 3 where the x component is array(0), y component is array(1), and z component is array(2).  All values in meters.
Public Property Time Gets the current time.

Remarks

An instance of this interface is passed as an input parameter to the Compute method of the IAgStkRadarRcsPlugin interface.  The RCS plugin's Compute method is responsible for computing the primary channel's co-pol and cross-pol RCS values as well as the orthogonal channels's co-pol and cross-pol RCS values.  The plugin then should set the values using the PrimaryChannelRcs, PrimaryChannelRcsCross, OrthoChannelRcs, and OrthoChannelRcsCross properties.
© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1