STK ObjectsSend comments on this topic.
PulseWidthMode Property (IAgWaveformPulseDefinition)
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 AgEPulseWidthMode
[C#]
public AgEPulseWidthMode PulseWidthMode {get; set;}
[Managed C++]
public: __property AgEPulseWidthMode get_PulseWidthMode();
public: __property void set_PulseWidthMode( AgEPulseWidthMode );
[Unmanaged C++]
public: HRESULT get_PulseWidthMode(
    AgEPulseWidthMode * pVal
);
public: HRESULT put_PulseWidthMode(
    AgEPulseWidthMode val
);
[Java]
public AgEPulseWidthMode getPulseWidthMode();
public void setPulseWidthMode(
    AgEPulseWidthMode
);
[Python - STK API ]
@property
def PulseWidthMode(self) -> "AgEPulseWidthMode":

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.