ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

VeriStand .NET API Reference

NodeIDUtil.IDToCustomDeviceWaveform Method

Converts the specified nodeID to a CustomDeviceWaveform 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 IDToCustomDeviceWaveform ( _
	nodeID As ULong _
) As CustomDeviceWaveform
C#
public static CustomDeviceWaveform IDToCustomDeviceWaveform(
	ulong nodeID
)
Visual C++
public:
static CustomDeviceWaveform^ IDToCustomDeviceWaveform(
	unsigned long long nodeID
)

Parameters

nodeID
Type: System.UInt64
The node ID.

Return Value

A CustomDeviceWaveform object.

See Also