VeriStand .NET API Reference

DataLoggingSpecification.LogDataAtTargetRate Property

Gets or sets a value indicating whether data is logged at the rate at which the target is running. Set this property to true to log all data produced by a target. If this property is false, data is logged using the rate specified by CustomRate.

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

See Also

Log in to get a better experience