RFmxTdscdmaMXModAccResults.FetchPilotEvm Method
- Updated2024-07-17
- 2 minute(s) read
RFmxTdscdmaMXModAccResultsFetchPilotEvm Method
Fetches the EVM measurement of the pilot time slot.
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 FetchPilotEvm( string selectorString, double timeout, out double rmsPilotEvm, out double peakPilotEvm, out double pilotRho, out double rmsPilotMagnitudeError, out double rmsPilotPhaseError )
Public Function FetchPilotEvm ( selectorString As String, timeout As Double, <OutAttribute> ByRef rmsPilotEvm As Double, <OutAttribute> ByRef peakPilotEvm As Double, <OutAttribute> ByRef pilotRho As Double, <OutAttribute> ByRef rmsPilotMagnitudeError As Double, <OutAttribute> ByRef rmsPilotPhaseError As Double ) As Integer
Parameters
- selectorString
- Type: SystemString
Specifies a selector string comprising of the result name. If you do not specify the result name, the default result instance is used. - timeout
- Type: SystemDouble
Specifies the timeout for fetching the specified measurement. This value is expressed in seconds. Set this value to an appropriate time, longer than expected for fetching the measurement. A value of -1 specifies that the method waits until the measurement is complete. - rmsPilotEvm
- Type: SystemDouble
Upon return, contains the RMS of the pilot EVM, averaged over all averaging iterations. This value is expressed as a percentage. - peakPilotEvm
- Type: SystemDouble
Upon return, contains the peak value of the pilot EVM, averaged over all averaging iterations. This value is expressed as a percentage. - pilotRho
- Type: SystemDouble
Upon return, contains the maximum of the peak pilot EVM among the averaging iterations. - rmsPilotMagnitudeError
- Type: SystemDouble
Upon return, contains the RMS of the pilot magnitude error, averaged over all the averaging iterations. This value is expressed as a percentage. - rmsPilotPhaseError
- Type: SystemDouble
Upon return, contains the RMS of the pilot phase error, averaged over all averaging iterations. This value is expressed in degrees.
Return Value
Type: Int32Returns the status code of this method. The status code either indicates success or describes a warning condition.