NI-DAQmx .NET Framework 4.5 API Reference

CIChannel.TimestampInitialSeconds Property

  • 更新时间2023-02-21
  • 阅读时长1分钟
CIChannel.TimestampInitialSeconds Property
Specifies the number of seconds that elapsed since the beginning of the current year. This value is ignored if GpsSyncMethod is IrigB.

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

Syntax

public long TimestampInitialSeconds { get; set; }
Public Property TimestampInitialSeconds As Long
	Get
	Set

Property Value

Type: Int64
Specifies the number of seconds that elapsed since the beginning of the current year. This value is ignored if GpsSyncMethod is IrigB.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also