VeriStand .NET API Reference

FinishedFiles Class

Represents a Finished Files channel associated with an NI-XNET RawFrameDataLogging file. This channel stores the number of completed log files for the current session of the VeriStand Engine. You can use this channel to determine when a file is ready for use by other processes.

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 Class FinishedFiles _
	Inherits Channel
C#
public class FinishedFiles : Channel
Visual C++
public ref class FinishedFiles : public Channel

Remarks

The logging process creates this channel. You cannot directly call this class.

Inheritance Hierarchy

System.Object
    NationalInstruments.VeriStand.SystemDefinitionAPI.BaseNode
        NationalInstruments.VeriStand.SystemDefinitionAPI.Channel
            NationalInstruments.VeriStand.SystemDefinitionAPI.FinishedFiles

Thread Safety

Any public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.

See Also

Log in to get a better experience