NI-DAQmx .NET Framework 4.5 API Reference

Timing.SampleClockTimebaseTerminal Property

  • 更新时间2023-02-21
  • 阅读时长1分钟
Timing.SampleClockTimebaseTerminal Property
Indicates the name of the internal Sample Clock Timebase terminal for the task. This property does not return the name of the Sample Clock Timebase source terminal specified with SampleClockTimebaseSource.

Namespace:  NationalInstruments.DAQmx
Assembly:  NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.45.49302

Syntax

public string SampleClockTimebaseTerminal { get; }
Public ReadOnly Property SampleClockTimebaseTerminal As String
	Get

Property Value

Type: String
Indicates the name of the internal Sample Clock Timebase terminal for the task. This property does not return the name of the Sample Clock Timebase source terminal specified with SampleClockTimebaseSource.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also