RFmxCdma2kMXObwResults.FetchMeasurement Method
- Updated2024-07-17
- 2 minute(s) read
RFmx
Returns the OBW measurement.
Namespace: NationalInstruments.RFmx.Cdma2kMX
Assembly: NationalInstruments.RFmx.Cdma2kMX.Fx40 (in NationalInstruments.RFmx.Cdma2kMX.Fx40.dll) Version: 24.5.0.49286 (24.5.0.49286)
Syntax
public int FetchMeasurement( string selectorString, double timeout, out double occupiedBandwidth, out double absolutePower, out double startFrequency, out double stopFrequency )
Public Function FetchMeasurement ( selectorString As String, timeout As Double, <OutAttribute> ByRef occupiedBandwidth As Double, <OutAttribute> ByRef absolutePower As Double, <OutAttribute> ByRef startFrequency As Double, <OutAttribute> ByRef stopFrequency As Double ) As Integer
Parameters
- selectorString String
- Specifies a selector string comprising of the result name. If you do not specify the result name, the default result instance is used.
- timeout Double
- 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.
- occupiedBandwidth Double
-
Upon return, contains the occupied bandwidth. This value is expressed in Hz. The OBW is calculated using the following formula: OBW = Stop Frequency - Start Frequency
- absolutePower Double
-
Upon return, contains the total integrated power of the spectrum acquired by the OBW measurement. This value is expressed in dBm.
- startFrequency Double
-
Upon return, contains the start frequency of the OBW. This value is expressed in Hz.
- stopFrequency Double
-
Upon return, contains the stop frequency of the OBW. This value is expressed in Hz.
Return Value
Int32Returns the status code of this method. The status code either indicates success or describes a warning condition.