ni-rfsg-dotnet-api-ref_doc

Content Type
Programming Language
Current manual
Table of Contents

RfsgDriverUtility.Commit Method

RfsgDriverUtility.Commit Method

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

ExceptionCondition
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.

See Also

Was this information helpful?