VeriStand .NET API Reference

NodeIDUtil.IDToTimingSyncDevice Method

Converts the specified nodeID to a TimingAndSyncDevice object.

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 Shared Function IDToTimingSyncDevice ( _
	nodeID As ULong _
) As TimingAndSyncDevice
C#
public static TimingAndSyncDevice IDToTimingSyncDevice(
	ulong nodeID
)
Visual C++
public:
static TimingAndSyncDevice^ IDToTimingSyncDevice(
	unsigned long long nodeID
)

Parameters

nodeID
Type: System.UInt64
The node ID.

Return Value

A TimingAndSyncDevice object.

See Also

Log in to get a better experience