NI-Digital Pattern Driver .NET Class Library

Table of Contents

NIDigital Constructor (IntPtr)

  • Updated2023-11-24
  • 1 minute(s) read
NIDigital Constructor (IntPtr)

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

ExceptionCondition
IviCDriverExceptionThe NI-Digital Pattern Driver returned an error.

See Also

Log in to get a better experience