NI-Digital Pattern Driver .NET Class Library

Table of Contents

NIDigital.LoadSpecifications Method (IEnumerable(String))

  • Updated2023-11-24
  • 1 minute(s) read
NIDigital.LoadSpecifications Method (IEnumerable(String))

NIDigitalLoadSpecifications Method (IEnumerableString)

Loads specifications sheets from a list of specifications files.

Namespace:  NationalInstruments.ModularInstruments.NIDigital
Assembly:  NationalInstruments.ModularInstruments.NIDigital.Fx40 (in NationalInstruments.ModularInstruments.NIDigital.Fx40.dll) Version: 2021

Syntax

public void LoadSpecifications(
	IEnumerable<string> filePaths
)
Public Sub LoadSpecifications ( 
	filePaths As IEnumerable(Of String)
)

Parameters

filePaths
Type: System.Collections.GenericIEnumerableString
The absolute file paths to the specifications files.

Exceptions

ExceptionCondition
IviCDriverExceptionThe NI-Digital Pattern Driver returned an error.

See Also

Log in to get a better experience