Sets the chassis master hardware synchronization device to the FPGA target you specify.
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 SetChassisMasterToFPGA ( _
FPGAName As String _
) As Boolean |
| C# |
|---|
public bool SetChassisMasterToFPGA(
string FPGAName
) |
| Visual C++ |
|---|
public:
bool SetChassisMasterToFPGA(
String^ FPGAName
) |
Parameters
- FPGAName
- Type: System.String
The name of the FPGA target.
Return Value
true (True in Visual Basic) if the chassis master hardware synchronization device is set successfully.