FpgaBitfilePath
- Updated2025-10-14
- 1 minute(s) read
Gets a string containing the path to the location of the current FPGA Extensions bitfile, a .lvbitx file, which is programmed on the device.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public string FpgaBitfilePath { get; }
Remarks
Returns a String showing the path to the location of the current FPGA Extensions bitfile.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The FpgaBitfilePath property was accessed after the associated NIRfsg object was disposed. |