AGI AgRadarPlugin 11 Send comments on this topic.
Signal Property (IAgStkRadarClutterMapComputeParams)
See Also 





Description

Gets the signal.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Signal() As IAgCRSignal

[C#]
public IAgCRSignal Signal {get;}

[Managed C++]
public: __property IAgCRSignal^ get_Signal();

[Unmanaged C++]
public: HRESULT get_Signal(
IAgCRSignal ** ppRetVal
);

[Java]
public IAgCRSignal getSignal();

Remarks

The signal from the output of the transmit radar antenna and propagated to the clutter patch location.  The clutter map plugin is responsible for modifying the signals power by the clutter coefficient of the clutter patch.  The clutter map plugin is also able to modify any of the other settable values of the signal, such as frequency or polarization.  The signal can be cast to the IAgStkRadarSignal interface to obtain radar signal specific data such as pulse repetition frequency (PRF).

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1