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






Windows & Linux

Description

Gets or sets the option for modeling signal PSD.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property EnableSignalPSD() As Boolean

[C#]
public bool EnableSignalPSD {get; set;}

[Managed C++]
public: __property bool get_EnableSignalPSD();
public: __property void set_EnableSignalPSD(
bool
);

[Unmanaged C++]
public: HRESULT get_EnableSignalPSD(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_EnableSignalPSD(
VARIANT_BOOL NewEnableSignalPSD
);

[Java]
public bool getEnableSignalPSD();public void setEnableSignalPSD(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface