Initiate()
- Updated2025-10-14
- 1 minute(s) read
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
| Type | Description |
|---|---|
| System.ObjectDisposedException | The Initiate method was accessed after the associated NIRfsg object was disposed. |