NI-DAQmx .NET Framework 4.5 API Reference

StartTrigger.TimestampEnable Property

  • 已更新2023-02-21
  • 閱讀時間為 1 分鐘
StartTrigger.TimestampEnable Property
Specifies whether the start trigger timestamp is enabled. If the timestamp is enabled but no resources are available, an error will be returned at run time.

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

Syntax

public bool TimestampEnable { get; set; }
Public Property TimestampEnable As Boolean
	Get
	Set

Property Value

Type: Boolean
Specifies whether the start trigger timestamp is enabled. If the timestamp is enabled but no resources are available, an error will be returned at run time.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also