Click or drag to resize

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
)

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: Double
The RCS value in square meters.
Remarks
If 3D RCS data is not available the average RCS is returned.
See Also