Commit()
- Updated2025-10-14
- 1 minute(s) read
Asserts the configured hardware parameters.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public void Commit()
Remarks
This method verifies property values, reserves the device, and commits the property values to the device. If the property values are all valid, the device configuration matches the session configuration. Calling this method moves the NI-RFSG device from the Configuration state to Committed state. After calling this method, changing any property reverts the NI-RFSG device to the Configuration state.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The Commit method was accessed after the associated NIRfsg object was disposed. |