NISwitch Constructor (IntPtr)
- Updated2023-02-21
- 2 minute(s) read
Creates a new instrument driver session from an existing instrument handle.
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 Sub New ( _ instrumentHandle As IntPtr _ ) |
C# |
---|
public NISwitch( IntPtr instrumentHandle ) |
Parameters
- instrumentHandle
- Type: System..::.IntPtrSpecifies the pre-existing instrument handle used to create a new instrument driver session.