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

TypeDescription
System.ObjectDisposedException

The Commit method was accessed after the associated NIRfsg object was disposed.