GetMeasurementLength(string, out int)
- Updated2025-04-08
- 1 minute(s) read
Gets the duration of the SlotPower measurement. This value is expressed in slots.
Syntax
Namespace: NationalInstruments.RFmx.WcdmaMX
public int GetMeasurementLength(string selectorString, out int value)
Remarks
This method gets the value of SlotPowerMeasurementLength attribute.The default value is 15. The valid values are any value greater than or equal to 1.
Parameters
Name | Type | Description |
---|---|---|
selectorString | string | Pass an empty string. The signal name that is passed when creating the signal configuration is used. |
value | out int | Upon return, contains the duration of the SlotPower measurement. This value is expressed in slots. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.