RFmxWcdmaMX.SetModulationType Method
- Updated2024-07-17
- 1 minute(s) read
RFmx
Sets the modulation type for the channel.
Namespace: NationalInstruments.RFmx.WcdmaMX
Assembly: NationalInstruments.RFmx.WcdmaMX.Fx40 (in NationalInstruments.RFmx.WcdmaMX.Fx40.dll) Version: 24.5.0.49286 (24.5.0.49286)
Syntax
public int SetModulationType( string selectorString, RFmxWcdmaMXModulationType value )
Public Function SetModulationType ( selectorString As String, value As RFmxWcdmaMXModulationType ) As Integer
Parameters
- selectorString String
-
Specifies the channel number and carrier number.
Example:
"carrier0" or
"carrier0/channel0".
You can use the BuildChannelString(String, Int32) method to build the selector string. - value RFmxWcdmaMXModulationType
- Specifies the modulation type for the channel.
Return Value
Int32Returns the status code of this method. The status code either indicates success or describes a warning condition.
Remarks
This method sets the value of ModulationType attribute.The default value is BPSK/QPSK.