Commit()
- Updated2025-10-14
- 1 minute(s) read
Commits configured settings to hardware.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsa
public void Commit()
Remarks
Calling this method is optional. Settings are automatically committed to hardware when you call the following methods:
This method does not wait for settling time, unlike the Initiate method.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The Commit method was accessed after the associated NIRfsa object was disposed. |