VeriStand .NET API Reference

Counter.MaxAFPLength Property

Gets or sets the maximum AFP (automatic frame processing) length, which corresponds to the order of the generator polynomial for CRC.

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

Property Value

A System.Int32 representing the order of the polynomial.

See Also

Log in to get a better experience