VeriStand .NET API Reference

Table of Contents

Target.DAQDigitalLinesRate Property

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 this rate and cannot be faster than the PCL loop.

Namespace: NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Overridable Property DAQDigitalLinesRate As Double
C#
public virtual double DAQDigitalLinesRate { get; set; }
Visual C++
public:
virtual property double DAQDigitalLinesRate {
	double get ();
	void set (double value);
}

Property Value

The frequency (in Hz) at which the PCL reads and writes DAQ digital line values.

See Also

Log in to get a better experience