Initializes a new instance of the
FPGADevice class for the device specified by
Name.
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 Sub New ( _
Name As String _
) |
| C# |
|---|
public FPGADevice(
string Name
) |
| Visual C++ |
|---|
public:
FPGADevice(
String^ Name
) |
Parameters
- Name
- Type: System.String
The name of the new FPGADevice object.