NI-Digital Pattern Driver .NET Class Library

Table of Contents

NIDigital.UnloadSpecifications Method (IEnumerable(String))

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

NIDigitalUnloadSpecifications Method (IEnumerableString)

Unloads the given specifications sheets present in the previously loaded specifications files that you select.

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

Syntax

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

Parameters

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

Exceptions

ExceptionCondition
IviCDriverExceptionThe underlying NI-Digital driver returned an error.
ObjectDisposedExceptionUnloadSpecifications(IEnumerableString) was accessed after the associated NIDigital or DigitalDriverUtility object was disposed.

Remarks

You must call the LoadSpecifications(IEnumerableString) method to reload the files with updated specifications values. You must then call the ApplyLevelsAndTiming(String, String, String) method in order to apply the levels and timing values that reference the updated specifications values.

See Also

Log in to get a better experience