ScopeDriverUtility.FpgaBitfilePath Property
- Updated2023-09-06
- 1 minute(s) read
ScopeDriverUtilityFpgaBitfilePath Property
Gets the absolute file path to the bitfile loaded on the FPGA.
Namespace: NationalInstruments.ModularInstruments.NIScope
Assembly: NationalInstruments.ModularInstruments.NIScope.Fx45 (in NationalInstruments.ModularInstruments.NIScope.Fx45.dll) Version: 2023
Syntax
public string FpgaBitfilePath { get; }
Public ReadOnly Property FpgaBitfilePath As String Get
Property Value
Type: StringThe absolute file path to the bitfile loaded on the FPGA.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | FpgaBitfilePath was accessed after the associated NIScope or ScopeDriverUtility object was disposed. |
OperationNotSupportedException | FpgaBitfilePath was accessed in a session to an unsupported instrument. |
IviCDriverException | The underlying NI-SCOPE driver returned an error. |
Remarks
For more information see
NI-SCOPE Instrument Driver FPGA Extensions
in the NI High-Speed Digitizers Help.