ni-rfsg-dotnet-api-ref_doc

Table of Contents

NIRfsg.CheckGenerationStatus Method

  • Updated2024-05-08
  • 1 minute(s) read
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

Log in to get a better experience