RFmxDemodMXADemodResults.FetchPMMeanDeviation Method
- Updated2024-07-17
- 2 minute(s) read
RFmx
Fetches the phase-modulated (PM) mean deviation measurements.
Namespace: NationalInstruments.RFmx.DemodMX
Assembly: NationalInstruments.RFmx.DemodMX.Fx40 (in NationalInstruments.RFmx.DemodMX.Fx40.dll) Version: 24.5.0.49286 (24.5.0.49286)
Syntax
public int FetchPMMeanDeviation( string selectorString, double timeout, out double meanDeviation, out double meanHalfPeakToPeak, out double meanRms, out double meanPositivePeak, out double meanNegativePeak )
Public Function FetchPMMeanDeviation ( selectorString As String, timeout As Double, <OutAttribute> ByRef meanDeviation As Double, <OutAttribute> ByRef meanHalfPeakToPeak As Double, <OutAttribute> ByRef meanRms As Double, <OutAttribute> ByRef meanPositivePeak As Double, <OutAttribute> ByRef meanNegativePeak As Double ) As Integer
Parameters
- selectorString String
- Specifies the result name. Example: "", "result::r1". You can use the BuildResultString(String) method to build the selectorString.
- timeout Double
- Specifies the time, in seconds, for which the method waits for the measurement to complete. A value of -1 specifies that the method waits until the measurement is complete.
- meanDeviation Double
- Upon return, contains the mean negative peak phase deviation around the unmodulated carrier phase.
- meanHalfPeakToPeak Double
- Upon return, contains the mean (peak-to-peak)/2 phase deviation, in degrees, around the unmodulated carrier phase.
- meanRms Double
- Upon return, contains the mean RMS phase deviation, in degrees, of the phase-modulated signal.
- meanPositivePeak Double
- Upon return, contains the mean positive peak phase deviation, in degrees, around the unmodulated carrier phase.
- meanNegativePeak Double
- Upon return, contains the mean negative peak phase deviation, in degrees, around the unmodulated carrier phase.
Return Value
Int32Returns the status code of this method. The status code either indicates success or describes a warning condition.
Remarks
This method maps to the RFmxDemod_ADemodFetchPMMeanDeviation() function in C.