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++] |
|---|
|
| [Java] |
|---|
public IAgCRSignal getSignal(); |
[Python - STK API ] |
|---|
@property def Signal(self) -> "IAgCRSignal": |
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).






