RfsgDriverUtility.ResetDevice Method
- Updated2024-05-08
- 1 minute(s) read
RfsgDriverUtilityResetDevice Method
Performs a hard reset on the device by performing a set of actions.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022
Syntax
public void ResetDevice()
Public Sub ResetDevice
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The ResetDevice method was accessed after the associated NIRfsg object was disposed. |
Remarks
The following actions are performed during hard reset:
- Signal generation is stopped.
- All routes are released.
- External bidirectional terminals are tristated.
- FPGAs are reset.
- Hardware is configured to its default state.
- All session properties are reset to their default states.
You must call ResetDevice if the NI-RFSG device has shut down due to high temperature conditions.