STK AgRadarPluginSend comments on this topic.
Signal Property (IAgStkRadarClutterGeometryComputeParams)
See Also
Windows





Windows & Linux

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 ** ppSignal
);
[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:AgStkRadar~IAgStkRadarSignal% interface to obtain radar signal specific data such as pulse repetition frequency (PRF).

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.