VeriStand .NET API Reference

DAQTaskAI.ClockSource Property

Gets or sets the source terminal of the sample clock that you want to control acquisition timing. An empty string corresponds to the default onboard clock of the device.

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 Property ClockSource As String
C#
public string ClockSource { get; set; }
Visual C++
public:
property String^ ClockSource {
	String^ get ();
	void set (String^ value);
}

Property Value

The name of the terminal of the sample clock. The default value is an empty string.

Remarks

Refer to the NI-DAQmx Device Terminals Help to find the signal names for devices supported in NI-DAQmx.

See Also

Log in to get a better experience