RfsaDriverUtility.ResetWithOptions Method
- Updated2025-07-17
- 1 minute(s) read
Rfsa
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
Exception | Condition |
---|---|
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.