VeriStand .NET API Reference

Outgoing.GetDataReplay Method

Accesses the DataReplay class, which you can use to add TDMS (.tdms) or NI-XNET data log (.ncl) files for replay onto a CAN bus.

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 Function GetDataReplay As DataReplay
C#
public DataReplay GetDataReplay()
Visual C++
public:
DataReplay^ GetDataReplay()

Return Value

A reference to the DataReplay class.

Remarks

You cannot add data replay files under a LIN or FlexRay port.

See Also

Log in to get a better experience