LINPort.IncomingRate Property
- Updated2023-02-21
- 2 minute(s) read
Gets or sets the processing rate for outgoing frames in hertz.
Namespace:
NationalInstruments.VeriStand.SystemDefinitionAPIAssembly: 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.