DAQTaskAI.ClockSource Property
- Updated2023-02-21
- 2 minute(s) read
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.SystemDefinitionAPIAssembly: 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.