GetModulationType(string, out RFmxTdscdmaMXModulationType)
- Updated2025-10-13
- 1 minute(s) read
Gets the modulation type of the user-defined channel. This method is used only when you set the SetChannelConfigurationMode(string, RFmxTdscdmaMXChannelConfigurationMode) method to UserDefined. Use "channel(n)" as the selector string to configure or read this method.
Syntax
Namespace: NationalInstruments.RFmx.TdscdmaMX
public int GetModulationType(string selectorString, out RFmxTdscdmaMXModulationType value)
Remarks
This method gets the value of ModulationType attribute.The default value is ModulationTypeQpsk.
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Specifies the channel number. |
| value | out RFmxTdscdmaMXModulationType | Upon return, contains the modulation type of the user-defined channel. This method is used only when you set the SetChannelConfigurationMode(string, RFmxTdscdmaMXChannelConfigurationMode) method to UserDefined. Use "channel(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.