NI-SWITCH 19.0 .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

ResetWithDefaults Method

ResetWithDefaults Method
Resets the switch module and applies initial settings from the logical name which you used to initialize the session. If the session was created without a logical name, this method is equivalent to Reset.

Namespace:  NationalInstruments.ModularInstruments.NISwitch
Assembly:  NationalInstruments.ModularInstruments.NISwitch.Fx40 (in NationalInstruments.ModularInstruments.NISwitch.Fx40.dll) Version: 19.0.0.49152 (19.0.0.49152)

Syntax

Visual Basic (Declaration)
Public Sub ResetWithDefaults
C#
public void ResetWithDefaults()

Implements

IIviDriverUtility..::.ResetWithDefaults()()()

Exceptions

ExceptionCondition
ObjectDisposedException The ResetWithDefaults method was accessed after the associated NISwitch.NISwitch object was disposed.

See Also

Was this information helpful?