VeriStand .NET API Reference

SkipCyclicFrames.SkipNCycles Property

Gets or sets the number cycles for which to skip transmission of the frame across the bus. For each skipped cycle, a frame value is dequeued and the skip count is decremented. When the skip count decrements to zero, subsequent cyclic transmissions resume.

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

Property Value

The number of cycles to skip.

See Also

Log in to get a better experience