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