STK ObjectsSend comments on this topic.
UseSignalPSD Property (IAgRadarModulator)
See Also
Windows





Windows & Linux

Description

Options for enabling signal psd analysis.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseSignalPSD() As Boolean
[C#]
public bool UseSignalPSD {get; set;}
[Managed C++]
public: __property bool get_UseSignalPSD();
public: __property void set_UseSignalPSD( bool );
[Unmanaged C++]
public: HRESULT get_UseSignalPSD(
    VARIANT_BOOL * pVal
);
public: HRESULT put_UseSignalPSD(
    VARIANT_BOOL val
);
[Java]
public bool getUseSignalPSD();
public void setUseSignalPSD(
    bool
);
[Python - STK API ]
@property
def UseSignalPSD(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.