CheckAcquisitionStatus()
- Updated2025-10-14
- 1 minute(s) read
Checks the status of the acquisition. Use this method to check for any errors that may occur during signal acquisition or to check whether the device has completed the acquisition operation.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsa
public RfsaAcquisitionStatus CheckAcquisitionStatus()
Returns
Returns the RfsaAcquisitionStatus enumeration.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The CheckAcquisitionStatus method was accessed after the associated NIRfsa object was disposed. |