NIDigital.UnloadSpecifications Method (String)
- Updated2023-11-24
- 1 minute(s) read
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
Exception | Condition |
---|---|
IviCDriverException | The underlying NI-Digital driver returned an error. |
ObjectDisposedException | UnloadSpecifications(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.