NIDigital.LoadSpecifications Method (IEnumerable(String))
- Updated2023-11-24
- 1 minute(s) read
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
Exception | Condition |
---|---|
IviCDriverException | The NI-Digital Pattern Driver returned an error. |