RFmx Instr DotNET

Table of Contents

RFmxInstrMX.WaitForAcquisitionComplete Method

  • Updated2024-07-17
  • 1 minute(s) read
RFmxInstrMX.WaitForAcquisitionComplete Method

RFmxInstrMXWaitForAcquisitionComplete Method

Waits and blocks the data flow until the acquisition is complete. This method is typically called after a specific initiate method.

Namespace: NationalInstruments.RFmx.InstrMX
Assembly: NationalInstruments.RFmx.InstrMX.Fx40 (in NationalInstruments.RFmx.InstrMX.Fx40.dll) Version: 24.5.0.49285 (24.5.0.49285)

Syntax

public int WaitForAcquisitionComplete(
	double timeout
)
Public Function WaitForAcquisitionComplete ( 
	timeout As Double
) As Integer

Parameters

timeout  Double
Specifies the time to wait for an ongoing acquisition to complete before returning a timeout error. A value of -1 specifies that the method waits indefinitely for acquisition to complete. This value is expressed in seconds.

Return Value

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