ni-rfsg-dotnet-api-ref_doc

Content Type
Programming Language
Current manual
Table of Contents

RfsgDeviceCharacteristics.FpgaTargetName Property

RfsgDeviceCharacteristics.FpgaTargetName Property

RfsgDeviceCharacteristicsFpgaTargetName Property

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.

Namespace:  NationalInstruments.ModularInstruments.NIRfsg
Assembly:  NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022

Syntax

public string FpgaTargetName { get; }
Public ReadOnly Property FpgaTargetName As String
	Get

Property Value

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

Exceptions

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

Remarks

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

See Also

Was this information helpful?