FpgaTargetName
- Updated2025-10-14
- 1 minute(s) read
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
| Type | Description |
|---|---|
| System.ObjectDisposedException | The FpgaTargetName property was accessed after the associated NIRfsg object was disposed. |