RFmxTdscdmaMXModAccResults.GetDetectedModulationType Method
- Updated2024-07-17
- 1 minute(s) read
RFmxTdscdmaMXModAccResultsGetDetectedModulationType Method
Gets the modulation type of the selected channel within the set of active channels. If the averaging is enabled, this method refers to the last averaging iteration. Use "channel(n)" as the selector string to read this result.
Namespace: NationalInstruments.RFmx.TdscdmaMX
Assembly: NationalInstruments.RFmx.TdscdmaMX.Fx40 (in NationalInstruments.RFmx.TdscdmaMX.Fx40.dll) Version: 24.5.0.49284 (24.5.0.49284)
Syntax
public int GetDetectedModulationType( string selectorString, out RFmxTdscdmaMXModAccDetectedModulationType value )
Public Function GetDetectedModulationType ( selectorString As String, <OutAttribute> ByRef value As RFmxTdscdmaMXModAccDetectedModulationType ) As Integer
Parameters
- selectorString
- Type: SystemString
Specifies the result name and Channel number. Example: "Channel0", "result::r1/Channel0". You can use the BuildChannelString(String, Int32) method to build the selector string. - value
- Type: NationalInstruments.RFmx.TdscdmaMXRFmxTdscdmaMXModAccDetectedModulationType
Upon return, contains the modulation type of the selected channel within the set of active channels. If the averaging is enabled, this method refers to the last averaging iteration. Use "channel(n)" as the selector string to read this result.
Return Value
Type: Int32Returns the status code of this method. The status code either indicates success or describes a warning condition.
Remarks
This method gets the value of ModAccResultsDetectedModulationType attribute.