| IPhysicalEntityGetRCS_sqm Method (Double, Double) |
Customize MACE to meet your Live-Virtual-Constructive Simulation and Training Requirements. [This is preliminary documentation and is subject to change.]
Gets the RADAR Cross-Section (RCS) in square meters given the incident angles.
Namespace:
BSI.MACE
Assembly:
BSILib (in BSILib.dll) Version: 1.2.1.22047 (1.0.0.0)
Syntax double GetRCS_sqm(
double azimuthDOA_deg,
double elevationDOA_deg
)
Function GetRCS_sqm (
azimuthDOA_deg As Double,
elevationDOA_deg As Double
) As Double
Parameters
- azimuthDOA_deg
- Type: SystemDouble
The direction of arrival in azimuth degrees, true north (Earth frame reference). - elevationDOA_deg
- Type: SystemDouble
The direction of arrival in elevation degrees where -90.0 is down, 0 is level, and 90.0 degrees up relative to the Earth (Earth frame reference).
Return Value
Type:
DoubleThe RCS value in square meters.
Remarks If 3D RCS data is not available the average RCS is returned.
See Also