NIRfsg.Initiate Method
- Updated2024-05-08
- 1 minute(s) read
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
Exception | Condition |
---|---|
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.