RFmxTdscdmaMXSlotPowerResults.FetchPowers Method
- Updated2024-07-17
- 2 minute(s) read
RFmxTdscdmaMXSlotPowerResultsFetchPowers Method
Fetches the slotPower and slotPowerDelta values.
The SlotPower measurement assumes that there is only one active traffic time slot per subframe, and that the position of this active time slot is the same in each subframe. Additionally, it assumes that there are no pilots present in the received signal.
The SlotPower measurement assumes that there is only one active traffic time slot per subframe, and that the position of this active time slot is the same in each subframe. Additionally, it assumes that there are no pilots present in the received signal.
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 FetchPowers( string selectorString, double timeout, ref double[] slotPower, ref double[] slotPowerDelta )
Public Function FetchPowers ( selectorString As String, timeout As Double, ByRef slotPower As Double(), ByRef slotPowerDelta 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. - slotPower
- Type: SystemDouble
Upon return, contains an array of mean powers of the active traffic time slots being measured. This value is expressed in dBm. The power of each traffic slot is measured by first excluding the gap period of 12.5 microseconds at the end of the time slot, and then excluding the transient duration of 25 microseconds at the start and the end of the remaining portion of the slot. - slotPowerDelta
- Type: SystemDouble
Upon return, contains an array of the power differences between active traffic slots in adjacent subframes. This value is expressed in dB.
Return Value
Type: Int32Returns the status code of this method. The status code either indicates success or describes a warning condition.