STK AgRadarPluginSend 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 GetIncidentBodyFixedVectorGets the incident body fixed vector.
Public Method GetReflectedBodyFixedVectorGets the reflected body fixed vector.

Public Properties

Public Property FrequencyGets the signal frequency.
Public Property InicidentBodyFixedVectorArrayGets 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 OrthoChannelRcsSets the primary channel RCS value.
Public Property OrthoChannelRcsCrossSets the primary channel cross pol RCS value.
Public Property PrimaryChannelRcsSets the primary channel RCS value
Public Property PrimaryChannelRcsCrossSets the primary channel cross pol RCS value
Public Property ReflectedBodyFixedVectorArrayGets 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 TimeGets the current time.

Remarks

An instance of this interface is passed as an input parameter to the %Compute:AgStkRadar~IAgStkRadarRcsPlugin~Compute% method of the %IAgStkRadarRcsPlugin:AgStkRadar~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:AgStkRadar~IAgStkRadarRcsComputeParams~PrimaryChannelRcs%, %PrimaryChannelRcsCross:AgStkRadar~IAgStkRadarRcsComputeParams~PrimaryChannelRcsCross%, %OrthoChannelRcs:AgStkRadar~IAgStkRadarRcsComputeParams~OrthoChannelRcs%, and %OrthoChannelRcsCross:AgStkRadar~IAgStkRadarRcsComputeParams~OrthoChannelRcsCross% properties.

CoClasses that Implement IAgStkRadarRcsComputeParams

© 2024 Analytical Graphics, Inc. All Rights Reserved.