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 _
) |
| 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.