Disable()
- Updated2025-10-14
- 1 minute(s) read
Configures the device to not receive triggers for the configuration list after the Initiate method is called.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public void Disable()
Remarks
The configuration list does not advance steps if this trigger is disabled. You must call the Disable method to disable the trigger configured previously.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The Disable method was accessed after the associated NIRfsg object was disposed. |