NISwitch Class
- Updated2023-02-21
- 2 minute(s) read
Defines a root class that is used to identify and control the instrument session.
Namespace:
NationalInstruments.ModularInstruments.NISwitch
Assembly:
NationalInstruments.ModularInstruments.NISwitch.Fx40 (in NationalInstruments.ModularInstruments.NISwitch.Fx40.dll) Version: 19.0.0.49152 (19.0.0.49152)Visual Basic (Declaration) |
---|
Public NotInheritable Class NISwitch _ Implements IIviSwtch, IIviDriver, IServiceProvider, IDisposable |
C# |
---|
public sealed class NISwitch : IIviSwtch, IIviDriver, IServiceProvider, IDisposable |
Implements
Ivi.Swtch..::.IIviSwtchIvi.Driver..::.IIviDriverSystem..::.IServiceProviderSystem..::.IDisposable
Remarks
All properties, methods, and events fall under either the NISwitch class or are the sub-objects of this class. To interact with the NI-SWITCH, you
must create an instance of this class.
Inheritance Hierarchy
System..::.Object NationalInstruments.ModularInstruments.NISwitch..::.NISwitch
Thread Safety
All members of this type are safe for multithreaded operations.