VeriStand .NET API Reference

IUDPChannelStreamSession.MaxRate Property

Gets or sets a value indicating the maximum rate at which to stream UDP data. The actual stream rate will be coerced to an even divisor of the individual target rates in the system definition.

Namespace: NationalInstruments.VeriStand.ClientAPI
Assembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Property MaxRate As Double
C#
double MaxRate { get; set; }
Visual C++
property double MaxRate {
	double get ();
	void set (double value);
}

See Also