VeriStand .NET API Reference

Target.DAQTimingDevice Property

Gets or sets the DAQ device that serves as the timing source for the Primary Control Loop (PCL). This property is only valid if ControlLoopTimingSource is DAQTiming.

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 DAQTimingDevice As DAQDevice
C#
public virtual DAQDevice DAQTimingDevice { get; internal set; }
Visual C++
public:
virtual property DAQDevice^ DAQTimingDevice {
	DAQDevice^ get ();
	void set (DAQDevice^ value);
}

Property Value

The DAQDevice that is the PCL timing source.

See Also

Log in to get a better experience