ResetWithDefaults Method
- Updated2023-02-21
- 2 minute(s) read
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
Exception | Condition |
---|---|
ObjectDisposedException | The ResetWithDefaults method was accessed after the associated NISwitch.NISwitch object was disposed. |