RFmxLteMXSlotPowerResults.FetchPowers Method
- Updated2024-07-17
- 2 minute(s) read
RFmxLteMXSlotPowerResultsFetchPowers Method
Fetches the array of Subframe Power and the Subframe Power Delta parameters over the measurement interval. A NaN is returned as subframe power delta, when the preceding slot is not occupied.
Namespace: NationalInstruments.RFmx.LteMX
Assembly: NationalInstruments.RFmx.LteMX.Fx40 (in NationalInstruments.RFmx.LteMX.Fx40.dll) Version: 24.5.0.49283 (24.5.0.49283)
Syntax
public int FetchPowers( string selectorString, double timeout, ref double[] subframePower, ref double[] subframePowerDelta )
Public Function FetchPowers ( selectorString As String, timeout As Double, ByRef subframePower As Double(), ByRef subframePowerDelta 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. Example:
""
"result::r1"
You can use the BuildResultString(String) method to build the selector string. - 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. - subframePower
- Type: SystemDouble
Upon return, contains the array of subframe power values over the measurement interval. The values are expressed in dBm. - subframePowerDelta
- Type: SystemDouble
Upon return, contains the array of subframe power delta values over the measurement interval. Subframe power delta values are the power difference between the two consecutive subframes. The values are expressed in dB.
Return Value
Type: Int32Returns the status code of this method. The status code either indicates success or describes a warning condition.