NIRfsa Namespace

Table of Contents

RfsaDriverUtility.ResetDevice Method

  • Updated2025-07-17
  • 1 minute(s) read
RfsaDriverUtility.ResetDevice Method

RfsaDriverUtilityResetDevice Method

Performs a hard reset on the device.

Namespace: NationalInstruments.ModularInstruments.NIRfsa
Assembly: NationalInstruments.ModularInstruments.NIRfsa.Fx45 (in NationalInstruments.ModularInstruments.NIRfsa.Fx45.dll) Version: 2025

Syntax

public void ResetDevice()
Public Sub ResetDevice

Exceptions

ExceptionCondition
ObjectDisposedException The ResetDevice method was accessed after the associated NIRfsa object was disposed.

Remarks

A hard reset consists of the following actions:
  • Signal acquisition is stopped.
  • All routes are released.
  • External bidirectional terminals are tri-stated.
  • FPGAs are reset.
  • Hardware is configured to its default state.
All session properties are reset to their default states. During a device reset, routes of signals between the current and other devices are released, regardless of which device created the route. For example, a trigger signal exported to a PXI trigger line that is used by another device is no longer exported. On the NI 5600, if you are using PXI_CLK10, you continue to drive the clock even after a device reset.

See Also

Log in to get a better experience