VeriStand .NET API Reference

FPGA.AddFPGADevice Method (String)

Adds an FPGA target with the specified FPGA configuration file to the FPGA section.

Namespace: NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Function AddFPGADevice ( _
	FPGAConfigFile As String _
) As Boolean
C#
public bool AddFPGADevice(
	string FPGAConfigFile
)
Visual C++
public:
bool AddFPGADevice(
	String^ FPGAConfigFile
)

Parameters

FPGAConfigFile
Type: System.String
The FPGA configuration (.fpgaconfig) file that defines the target to add.

Return Value

true (True in Visual Basic) if the target was added successfully.

See Also