RFmxGsmMXPvtResults.GetSlotMaximumPower Method
- Updated2024-07-17
- 1 minute(s) read
RFmx
Gets the maximum power of the signal, averaged over the corresponding slots of each acquisition. This value is expressed in dBm. Use "slot(n)" as the selector string to read this method.
Namespace: NationalInstruments.RFmx.GsmMX
Assembly: NationalInstruments.RFmx.GsmMX.Fx40 (in NationalInstruments.RFmx.GsmMX.Fx40.dll) Version: 24.5.0.49286 (24.5.0.49286)
Syntax
public int GetSlotMaximumPower( string selectorString, out double value )
Public Function GetSlotMaximumPower ( selectorString As String, <OutAttribute> ByRef value As Double ) As Integer
Parameters
- selectorString String
- Specifies the result name and Slot number. Example: "Slot0", "result::r1/Slot0". You can use the BuildSlotString(String, Int32) method to build the selector string.
- value Double
- Upon return, contains the maximum power of the signal, averaged over the corresponding slots of each acquisition. This value is expressed in dBm. Use "slot(n)" as the selector string to read this method.
Return Value
Int32Returns the status code of this method. The status code either indicates success or describes a warning condition.
Remarks
This method gets the value of PvtResultsSlotMaximumPower attribute.