NI-Digital Pattern Driver .NET Class Library

Table of Contents

NIDigital.LoadLevels Method (IEnumerable(String))

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

NIDigitalLoadLevels Method (IEnumerableString)

Loads levels sheets from a list of pin levels files.

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

Syntax

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

Parameters

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

Exceptions

ExceptionCondition
IviCDriverExceptionThe NI-Digital Pattern Driver returned an error.

Remarks

If a levels sheet loaded uses variables, you must load the specifications sheet(s) that define(s) those variables before calling this method. The formulas are evaluated at load time.

See Also

Log in to get a better experience