RfsgDriverUtility.Commit Method
- Updated2024-05-08
- 1 minute(s) read
RfsgDriverUtilityCommit Method
Asserts the configured hardware parameters.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022
Syntax
public void Commit()
Public Sub Commit
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The Commit method was accessed after the associated NIRfsg object was disposed. |
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.