VeriStand .NET API Reference

XNET.Decimation Property

Gets or sets the processing rate for inline incoming and outgoing frames of an XNET device, which NI VeriStand uses to calculate the decimation factor (decimation factor = Primary Control Loop rate/processing rate). This value determines how many iterations of the Primary Control Loop occur between calls to the device.

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

Property Value

The default value is 100 Hz.

Remarks

Use the members of the CANPort, LINPort, or FlexRayPort class to configure inlining of frames under an NI-XNET port.

See Also

Log in to get a better experience