Gets the transmit signal
Read-only property
[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(); |
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).