STK ObjectsSend 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 * pVal
);
public: HRESULT put_EnableSignalPSD(
    VARIANT_BOOL val
);
[Java]
public bool getEnableSignalPSD();
public void setEnableSignalPSD(
    bool
);
[Python - STK API ]
@property
def EnableSignalPSD(self) -> bool:

@EnableSignalPSD.setter
def EnableSignalPSD(self, val:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.