DAQTaskAI.ClockSource Property
- 已更新2023-02-21
- 閱讀時間為 2 分鐘
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.