VeriStand .NET API Reference

DataLoggingSpecification.LogFile Property

Gets or sets a value indicating the log file specification for the data logging session. This includes information about the type of log files to create and the channels to log.

Namespace: NationalInstruments.VeriStand.ClientAPI.Logging
Assembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Property LogFile As LogFile
C#
public LogFile LogFile { get; set; }
Visual C++
public:
property LogFile^ LogFile {
	LogFile^ get ();
	void set (LogFile^ value);
}

See Also

Log in to get a better experience