VeriStand .NET API Reference

DataLoggingSpecification.CustomRate Property

Gets or sets a value indicating the requested rate in Hertz at which data will be logged. The actual rates at which data is logged may be coerced to an even divisor of the rates at which the targets in the system definition produce data. This property is ignored unless LogDataAtTargetRate is false.

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

See Also

Log in to get a better experience