Gets a string that contains the name of the FPGA target being used. This name can be used with the RIO open session to open a reference to the FPGA.

Syntax

Namespace: NationalInstruments.ModularInstruments.NIRfsg

public string FpgaTargetName { get; }

Remarks

Specifies a string that contains the name of the FPGA target being used.

This property is channel dependent if multiple FPGA targets are supported.

Exceptions

TypeDescription
System.ObjectDisposedException

The FpgaTargetName property was accessed after the associated NIRfsg object was disposed.