VeriStand .NET API Reference

Content Type
Programming Language
Current manual
Table of Contents

FlexRayPort.IncomingRate Property

Gets or sets the processing rate for incoming frames in hertz.

Namespace: NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)

Syntax

Visual Basic (Declaration)
Public Overridable Property IncomingRate As UInteger
C#
public virtual uint IncomingRate { get; set; }
Visual C++
public:
virtual property unsigned int IncomingRate {
	unsigned int get ();
	void set (unsigned int value);
}

Property Value

An integer representing the processing rate in hertz.

Remarks

If InlineIncoming is true (True in Visual Basic), NI VeriStand uses this rate to calculate the decimation factor for calls to the incoming frame session loop. For example, if the PCL execution rate is 1000 Hz, setting this rate to 100 Hz calls the frame session loop on every 10th iteration of the PCL.

See Also

Was this information helpful?