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

Syntax

Namespace: NationalInstruments.ModularInstruments.NIRfsa

public void ResetWithOptions(RfsaResetStepsToOmit stepsToOmit)

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.

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

Parameters

NameTypeDescription
stepsToOmitRfsaResetStepsToOmit

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.

Exceptions

TypeDescription
System.ObjectDisposedException

The ResetWithOptions method was accessed after the associated NIRfsa object was disposed.