RFmx Pulse DotNET

Table of Contents

RFmxPulseMX.WaitForMeasurementComplete Method

  • Updated2024-07-17
  • 1 minute(s) read
RFmxPulseMX.WaitForMeasurementComplete Method

RFmxPulseMXWaitForMeasurementComplete Method

Waits for the specified number for seconds for all the measurements to complete.

Namespace:  NationalInstruments.RFmx.PulseMX
Assembly:  NationalInstruments.RFmx.PulseMX.Fx40 (in NationalInstruments.RFmx.PulseMX.Fx40.dll) Version: 24.5.0.49283 (24.5.0.49283)

Syntax

public int WaitForMeasurementComplete(
	string selectorString,
	double timeout
)
Public Function WaitForMeasurementComplete ( 
	selectorString As String,
	timeout As Double
) As Integer

Parameters

selectorString
Type: SystemString
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"
timeout
Type: SystemDouble
Specifies the time, in seconds, for which the method waits for the measurement to complete. A value of -1 specifies that the method waits until the measurement is complete.

Return Value

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

See Also

Log in to get a better experience