VeriStand .NET API Reference

DataFileReplay Constructor (String, String)

Initializes a new instance of the DataFileReplay class for an XNET data log (.ncl) files.

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

Parameters

Name
Type: System.String
The name of the data replay file to access.
Path
Type: System.String
The path to the data replay file on disk.

See Also

Log in to get a better experience