CANPort.OutgoingRate 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)
| Visual Basic (Declaration) |
|---|
Public Overridable Property OutgoingRate As UInteger |
| C# |
|---|
public virtual uint OutgoingRate { get; set; } |
| Visual C++ |
|---|
public: virtual property unsigned int OutgoingRate { unsigned int get (); void set (unsigned int value); } |
Property Value
An integer representing the processing rate in hertz.
Remarks
If InlineOutgoing is true (True in Visual Basic), NI VeriStand uses this rate to calculate the decimation factor for calls to the outgoing 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.