Disable()
- Updated2025-10-14
- 1 minute(s) read
Configures the device to not use a Start trigger.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsa
public void Disable()
Remarks
Call this method only if the Start trigger was previously configured and must be disabled now.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The Disable method was accessed after the associated NIRfsa object was disposed. |