GetModulationType(string, out RFmxGsmMXModulationType)
- Updated2025-10-13
- 1 minute(s) read
Gets the modulation scheme used for the signal. Use "slot(n)" as the selector string to configure or read this method.
Syntax
Namespace: NationalInstruments.RFmx.GsmMX
public int GetModulationType(string selectorString, out RFmxGsmMXModulationType value)
Remarks
This method gets the value of ModulationType attribute.The default value is ModulationType8Psk.
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Specifies the slot number. |
| value | out RFmxGsmMXModulationType | Upon return, contains the modulation scheme used for the signal. Use "slot(n)" as the selector string to configure or read this method. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.