RFmx Instr DotNET

Table of Contents

RFmxInstrMX.CheckAcquisitionStatus Method

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

RFmxInstrMXCheckAcquisitionStatus Method

Checks the status of the acquisition. Use this method to check for any errors that may occur during acquisition, or to check whether RFmx has completed the acquisition operation.

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 CheckAcquisitionStatus(
	out bool done
)
Public Function CheckAcquisitionStatus ( 
	<OutAttribute> ByRef done As Boolean
) As Integer

Parameters

done  Boolean
Indicates whether the acquisition is complete.

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