STK ObjectsSend comments on this topic.
PulseWidthMode Property (IAgRadarWaveformSearchTrackPulseDefinition)
See Also
Windows





Windows & Linux

Description

Gets or sets the pulse width mode enumeration

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property PulseWidthMode() As AgERadarSearchTrackPulseWidthMode
[C#]
public AgERadarSearchTrackPulseWidthMode PulseWidthMode {get; set;}
[Managed C++]
public: __property AgERadarSearchTrackPulseWidthMode get_PulseWidthMode();
public: __property void set_PulseWidthMode( AgERadarSearchTrackPulseWidthMode );
[Unmanaged C++]
public: HRESULT get_PulseWidthMode(
    AgERadarSearchTrackPulseWidthMode * pVal
);
public: HRESULT put_PulseWidthMode(
    AgERadarSearchTrackPulseWidthMode val
);
[Java]
public AgERadarSearchTrackPulseWidthMode getPulseWidthMode();
public void setPulseWidthMode(
    AgERadarSearchTrackPulseWidthMode
);
[Python - STK API ]
@property
def PulseWidthMode(self) -> "AgERadarSearchTrackPulseWidthMode":

@PulseWidthMode.setter
def PulseWidthMode(self, val:"AgERadarSearchTrackPulseWidthMode") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.