NI-Digital Pattern Driver .NET Class Library

Table of Contents

NIDigital.LoadTiming Method (IEnumerable(String))

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

NIDigitalLoadTiming Method (IEnumerableString)

Loads one or more time sets from a list of timing sheet files.

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

Syntax

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

Parameters

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

Exceptions

ExceptionCondition
IviCDriverExceptionThe NI-Digital Pattern Driver returned an error.

Remarks

If a timing 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