Gets the minimum 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.

Syntax

Namespace: NationalInstruments.RFmx.GsmMX

public int GetSlotMinimumPower(string selectorString, out double value)

Remarks

This method gets the value of PvtResultsSlotMinimumPower attribute.

Parameters

NameTypeDescription
selectorStringstring

Specifies the result name and Slot number. Example: "Slot0", "result::r1/Slot0". You can use the BuildSlotString(string, int) method to build the selector string.

valueout double

Upon return, contains the minimum 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.

Returns

Returns the status code of this method. The status code either indicates success or describes a warning condition.