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

Syntax

Namespace: NationalInstruments.ModularInstruments.NIRfsg

public void Initiate()

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.

Exceptions

TypeDescription
System.ObjectDisposedException

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