Target.DAQDigitalLinesDecimation Property
- 更新时间2023-02-21
- 阅读时长2分钟
NOTE: This property is obsolete.
Gets or sets how frequently the Primary Control Loop (PCL) reads and writes DAQ digital line values. The DIO Loop, which receives and sends these values from and to the PCL, executes at a rate of 100Hz. If you set the PCL to execute at a rate faster than 100Hz, use this property to specify a higher decimation value and reduce the frequency with which the PCL reads and writes the digital line values.
Namespace:
NationalInstruments.VeriStand.SystemDefinitionAPIAssembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
<ObsoleteAttribute("This property is obsolete in NI VeriStand 2012 and later. Use the DAQDigitalLinesRate property instead.")> _ Public Overridable Property DAQDigitalLinesDecimation As UInteger |
| C# |
|---|
[ObsoleteAttribute("This property is obsolete in NI VeriStand 2012 and later. Use the DAQDigitalLinesRate property instead.")] public virtual uint DAQDigitalLinesDecimation { get; set; } |
| Visual C++ |
|---|
[ObsoleteAttribute(L"This property is obsolete in NI VeriStand 2012 and later. Use the DAQDigitalLinesRate property instead.")] public: virtual property unsigned int DAQDigitalLinesDecimation { unsigned int get (); void set (unsigned int value); } |