Disable()
- Updated2025-10-14
- 1 minute(s) read
Configures the device to not wait for a Start trigger after Initiate is called.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public void Disable()
Remarks
Calling this method is only necessary if the Start trigger has been previously configured and now must be disabled.
The NI-RFSG device must be in the Configuration state before you call this method.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The Disable method was accessed after the associated NIRfsg object was disposed. |