VeriStand .NET API Reference

DataLoggingSpecification.LogDataAgainstAbsoluteTimeBase Property

Gets or sets a value indicating whether to log data against an absolute time base from the system clock on the target. If this value is false, no timing informating will be added to the log file.

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 LogDataAgainstAbsoluteTimeBase As Boolean
C#
public bool LogDataAgainstAbsoluteTimeBase { get; set; }
Visual C++
public:
property bool LogDataAgainstAbsoluteTimeBase {
	bool get ();
	void set (bool value);
}

See Also

Log in to get a better experience