Sets the current demodulator model by name.
[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: |
- name