NI-Digital Pattern Driver .NET Class Library

Table of Contents

NIDigital.UnloadSpecifications Method (String)

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

NIDigitalUnloadSpecifications Method (String)

Unloads the given specifications sheet present in the previously loaded specifications file that you select.

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

Syntax

public void UnloadSpecifications(
	string filePath
)
Public Sub UnloadSpecifications ( 
	filePath As String
)

Parameters

filePath
Type: SystemString
The absolute file path to a loaded specifications file.

Exceptions

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

Remarks

You must call the LoadSpecifications(String) method to reload the file 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