NI-SCOPE .NET Class Library Help

Table of Contents

ScopeDriverUtility.FpgaBitfilePath Property

  • Updated2023-09-06
  • 1 minute(s) read
ScopeDriverUtility.FpgaBitfilePath Property

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: String
The absolute file path to the bitfile loaded on the FPGA.

Exceptions

ExceptionCondition
ObjectDisposedExceptionFpgaBitfilePath was accessed after the associated NIScope or ScopeDriverUtility object was disposed.
OperationNotSupportedExceptionFpgaBitfilePath 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.

See Also

Log in to get a better experience