XNET.Decimation Property
- Mise à jour2023-02-21
- Temps de lecture : 2 minute(s)
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.SystemDefinitionAPIAssembly: 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.