AGI STK Objects 11 Send comments on this topic.
PulseWidth Property (IAgModulatorModelPulsedSignal)
See Also 
Windows






Windows & Linux

Description

Gets or sets the pulse width.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property PulseWidth() As Double

[C#]
public double PulseWidth {get; set;}

[Managed C++]
public: __property double get_PulseWidth();
public: __property void set_PulseWidth(
double
);

[Unmanaged C++]
public: HRESULT get_PulseWidth(
double * pRetVal
);
public: HRESULT put_PulseWidth(
double NewPulseWidth
);

[Java]
public double getPulseWidth();public void setPulseWidth(
double
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface