Reset()
- Updated2025-10-14
- 1 minute(s) read
Resets all properties to their default values and moves the NI-RFSG device to the Configuration state.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public void Reset()
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.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The Reset method was accessed after the associated NIRfsg object was disposed. |