VeriStand .NET API Reference

TimingAndSyncDevice Constructor

Initializes a new instance of the TimingAndSyncDevice class for the timing and sync device specified by Name and GUID.

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, _
	GUID As String _
)
C#
public TimingAndSyncDevice(
	string Name,
	string GUID
)
Visual C++
public:
TimingAndSyncDevice(
	String^ Name, 
	String^ GUID
)

Parameters

Name
Type: System.String
The name of the timing and sync device to access.
GUID
Type: System.String
The associated GUID of the timing and sync device to access, as it appears in the Custom Device XML file for the timing and sync device.

See Also