ni-rfsg-dotnet-api-ref_doc

Content Type
Programming Language
Current manual
Table of Contents

NIRfsg.Initiate Method

NIRfsg.Initiate Method

NIRfsgInitiate Method

Initiates signal generation, causing the NI-RFSG device to leave the Configuration state and enter the Generation state.

Namespace:  NationalInstruments.ModularInstruments.NIRfsg
Assembly:  NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022

Syntax

public void Initiate()
Public Sub Initiate

Exceptions

ExceptionCondition
ObjectDisposedException The Initiate method was accessed after the associated NIRfsg object was disposed.

Remarks

If the settings have not been committed to the device before you call this method, then the settings are committed to this method. The operation returns when the RF output signal settles.

Call the Abort method to return to the Configuration state.

See Also

Was this information helpful?