AbortMeasurements(string)
- Updated2025-10-13
- 1 minute(s) read
Stops acquisition and measurements associated with the signal instance that you specify in the selectorString parameter. The acquisition and measurements were previously initiated by the Initiate(string, string) method or measurement read methods.
Calling this method is optional, unless you want to stop a measurement before it is complete. This method executes even if there is an incoming error.
Syntax
Namespace: NationalInstruments.RFmx.Cdma2kMX
public int AbortMeasurements(string selectorString)
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Pass an empty string. The signal name that is passed when creating the signal configuration is used. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.