STK AgRadarPluginSend comments on this topic.
IAgStkRadarRcsProcessSignalsParams Interface

Description

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

Public Methods

Public Method ConstructOrthogonalPolarizationConstructs an orthogonal instance of the specified polarization.
Public Method ConstructPolarizationConstructs a new polarization object.
Public Method ConstructPolarizationCopyConstructs a copy of the specified polarization.
Public Method GetIncidentBodyFixedVectorGets the incident body fixed vector.
Public Method GetReflectedBodyFixedVectorGets the reflected body fixed vector.

Public Properties

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 OrthoPolChannelSignalGets the read-only signal.
Public Property PrimaryPolChannelSignalGets the read-only signal.
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.

Remarks

An instance of this interface is passed as an input parameter to the %ProcessSignals:AgStkRadar~IAgStkRadarRcsPlugin~ProcessSignals% method of the %IAgStkRadarRcsPlugin:AgStkRadar~IAgStkRadarRcsPlugin% interface. The RCS plugin's ProcessSignals method is responsible for modifying the supplied primary channel, and orthogonal channel signal if present, signal power by the compute radar cross section. The plugin is also able to modify any of the other settable parameters on the signal objects including frequency and polarization.

CoClasses that Implement IAgStkRadarRcsProcessSignalsParams

© 2024 Analytical Graphics, Inc. All Rights Reserved.