Gets a string containing the path to the location of the current FPGA Extensions bitfile, a .lvbitx file, that is programmed on the device.

Syntax

Namespace: NationalInstruments.ModularInstruments.NIRfsa

public string FpgaBitfilePath { get; }

Remarks

An FPGA Extensions bitfile controls the behavior of the FPGA. You can use a custom bitfile with the NI-RFSA instrument driver to override the default FPGA bitfile and change the default behavior of the FPGA. Before reading this property, you must specify the bitfile location using the Driver Setup keyword in the options string parameter of NIRfsa.

Supported Devices: NI 5644R/5645R/5646R, NI 5668R

Returns a String representing the FPGA bit file path.

Exceptions

TypeDescription
System.ObjectDisposedException

The FpgaBitfilePath property was accessed after the associated NIRfsa object was disposed.