NIRfsa Namespace

Table of Contents

RfsaDriverUtility.ResetWithOptions Method

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

RfsaDriverUtilityResetWithOptions Method

Resets all properties to default values and specifies steps to omit during the reset process, such as signal routes.

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

Syntax

public void ResetWithOptions(
	RfsaResetStepsToOmit stepsToOmit
)
Public Sub ResetWithOptions ( 
	stepsToOmit As RfsaResetStepsToOmit
)

Parameters

stepsToOmit  RfsaResetStepsToOmit
Specifies a list of steps to skip during the reset process. The default value is None, which specifies that no step is omitted during reset.

Field Value

None if no step is omitted during reset; Routes if omits the routing reset step.

Exceptions

ExceptionCondition
ObjectDisposedException The ResetWithOptions(RfsaResetStepsToOmit) method was accessed after the associated NIRfsa object was disposed.

Remarks

For the NI 5600, this method does not reset the PXI Clock signal that is driven by devices installed in the Star Trigger Controller Slot, also known as the System Timing Slot.

By default, this method resets all properties to their default values, aborts generation, clears all routes, and resets session properties to initial values. You can specify steps to omit using the steps to omit parameter. For example, if you specify Routes for the steps to omit parameter, this method does not release signal routes during the reset process.

When routes of signals between two devices are released, they are released regardless of which device created the route.

See Also

Log in to get a better experience