CANPort.IncomingRate Property
- 更新时间2023-02-21
- 阅读时长2分钟
Gets or sets the processing rate for incoming frames in hertz.
Namespace:
NationalInstruments.VeriStand.SystemDefinitionAPIAssembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| 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
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.