Gets the main lobe clutter velocity.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property MLCVelocity() As Double
|
| [C#] |
|---|
public double MLCVelocity {get;}
|
| [Managed C++] |
|---|
public: __property double get_MLCVelocity();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_MLCVelocity(
|
| [Java] |
|---|
public double getMLCVelocity();
|
Returns the main lobe clutter velocity in
m/s.
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