Gets the main lobe clutter velocity.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property MLCVelocity() As Double |
| [C#] |
|---|
|
| [Managed C++] |
|---|
public: __property double get_MLCVelocity(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public double getMLCVelocity(); |
The main lobe clutter velocity value is the average of the transmit and receive radar main lobe clutter velocity values.
mlcVelocity = (rcvRdrVelocity * cos(rcvRdrConeAngle) + xmtRdrVelocity * cos(xmtConeAngle)) / 2






