Checks the status of the measurement. Use this method to check for any errors that may occur during measurement or to check whether the measurement is complete and results are available.

Syntax

Namespace: NationalInstruments.RFmx.BTMX

public int CheckMeasurementStatus(string selectorString, out bool isDone)

Parameters

NameTypeDescription
selectorStringstring

Specifies a selector string comprising of the result name. If you do not specify the result name, the default result instance is used. Example:
""
"result::r1"
You can use the BuildResultString(string) method to build the selector string.

isDoneout bool

True if the measurement is complete; otherwise False.

Returns

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