VeriStand .NET API Reference

DataFileReplay.LoopRate Property

Gets or sets the rate in hertz at which the frames to send in the outgoing queue are updated. This property does not affect the actual update rate of frames on the CAN bus.

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 Overridable Property LoopRate As Integer
C#
public virtual int LoopRate { get; set; }
Visual C++
public:
virtual property int LoopRate {
	int get ();
	void set (int value);
}

Property Value

A signed 32-bit integer representing the loop rate in hertz.

See Also

Log in to get a better experience