RCS plugin compute.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
|
| [Managed C++] |
|---|
|
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
|
[Python - STK API ] |
|---|
def Compute(self, computeRcsParams:"IAgStkRadarRcsComputeParams") -> None: |
- computeRcsParams
The Compute method is responsible for computing and reporting the primary channel co-pol and cross-pol RCS values as well as the orthogonal channel co-pol and cross pol RCS values for the supplied body fixed incident and reflected vectors. It does that by setting the %PrimaryChannelRcs:AgStkRadar~IAgStkRadarRcsComputeParams~PrimaryChannelRcs%, %PrimaryChannelRcsCross:AgStkRadar~IAgStkRadarRcsComputeParams~PrimaryChannelRcsCross%, %OrthoChannelRcs:AgStkRadar~IAgStkRadarRcsComputeParams~OrthoChannelRcs%, and %OrthoChannelRcsCross:AgStkRadar~IAgStkRadarRcsComputeParams~OrthoChannelRcsCross% properties on the computeRcsParams input parameter.






