NIRfsg.CheckGenerationStatus Method
- Updated2024-05-08
- 1 minute(s) read
NIRfsgCheckGenerationStatus Method
Checks the status of signal generation.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022
Syntax
public RfsgGenerationStatus CheckGenerationStatus()
Public Function CheckGenerationStatus As RfsgGenerationStatus
Return Value
Type: RfsgGenerationStatusReturns the RfsgGenerationStatus enumeration.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The CheckGenerationStatus method was accessed after the associated NIRfsg object was disposed. |
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.