RfsgDriverUtility.Reset Method
- Updated2025-05-22
- 1 minute(s) read
Rfsg
Resets all properties to their default values and moves the NI-RFSG device to the Configuration state.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx45 (in NationalInstruments.ModularInstruments.NIRfsg.Fx45.dll) Version: 2025
Syntax
public void Reset()
Public Sub Reset
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The Reset method was accessed after the associated NIRfsg object was disposed. |
Remarks
This method aborts the generation, clears all routes, and resets session properties to the initial values. During a reset, routes of signals between this and other devices are released, regardless of which device created the route.
Generally, calling this method instead of ResetDevice is acceptable. Reset executes faster than the ResetDevice.