NIDigital Constructor (IntPtr)
- Updated2023-11-24
- 1 minute(s) read
NIDigital Constructor (IntPtr)
Initializes a new instance of the NIDigital class. Initializes an instrument driver session from an existing instrument handle.
Namespace: NationalInstruments.ModularInstruments.NIDigital
Assembly: NationalInstruments.ModularInstruments.NIDigital.Fx40 (in NationalInstruments.ModularInstruments.NIDigital.Fx40.dll) Version: 2021
Syntax
public NIDigital( IntPtr instrumentHandle )
Public Sub New ( instrumentHandle As IntPtr )
Parameters
- instrumentHandle
- Type: SystemIntPtr
A pointer to an existing instrument handle.
Exceptions
Exception | Condition |
---|---|
IviCDriverException | The NI-Digital Pattern Driver returned an error. |