STK ObjectsSend comments on this topic.
SetDemodulator Method (IAgReceiverModelSimple)
See Also
name
Windows





Windows & Linux

Description

Sets the current demodulator model by name.

Syntax

[Visual Basic .NET]
Public Sub SetDemodulator( _
    ByVal name As String _
)
[C#]
public void SetDemodulator(
    string name
);
[Managed C++]
public: void SetDemodulator(
    String __gc ^ name
);
[Unmanaged C++]
public: HRESULT SetDemodulator(
    BSTR name
);
[Java]
public void setDemodulator(
    String name
);
[Python - STK API ]
def SetDemodulator(self, name:str) -> None:

Parameters

name

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.