GetSlotMeasurementStatus(string, out RFmxGsmMXPvtSlotMeasurementStatus)
- Updated2025-10-13
- 1 minute(s) read
Indicates the power versus time (PVT) measurement status for a particular slot. Use "slot(n)" as the selector string to read this method.
Syntax
Namespace: NationalInstruments.RFmx.GsmMX
public int GetSlotMeasurementStatus(string selectorString, out RFmxGsmMXPvtSlotMeasurementStatus value)
Remarks
This method gets the value of PvtResultsSlotMeasurementStatus attribute.
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | 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. |
| value | out RFmxGsmMXPvtSlotMeasurementStatus | Indicates the power versus time (PVT) measurement status for a particular slot. 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.