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





Description

Gets the transmit 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.  The signal is provided as a read-only representation of the radar signal and should not be modified by the clutter geometry plugin.  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