CheckGenerationStatus()
- Updated2025-10-14
- 1 minute(s) read
Checks the status of signal generation.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public RfsgGenerationStatus CheckGenerationStatus()
Remarks
Use this method to check for any errors that might occur during signal generation, or to check whether the device has finished generating the signal.
Returns
Returns the RfsgGenerationStatus enumeration.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The CheckGenerationStatus method was accessed after the associated NIRfsg object was disposed. |