ni-rfsg-dotnet-api-ref_doc

Content Type
Programming Language
Current manual
Table of Contents

NIRfsg.CheckGenerationStatus Method

NIRfsg.CheckGenerationStatus Method

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: RfsgGenerationStatus
Returns the RfsgGenerationStatus enumeration.

Exceptions

ExceptionCondition
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.

See Also

Was this information helpful?