RfsgDeviceCharacteristics.FpgaTargetName Property
- Updated2024-05-08
- 1 minute(s) read
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: StringSpecifies a string that contains the name of the FPGA target being used.
Exceptions
Exception | Condition |
---|---|
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.