NI-DAQmx .NET Framework 4.0 API Reference

Timing.SynchronizationClockInterval Property

  • Updated2023-02-21
  • 1 minute(s) read
Timing.SynchronizationClockInterval Property
Specifies the interval, in Sample Clock periods, between each internal Synchronization Clock pulse. NI-DAQmx uses this pulse for synchronization of triggers between multiple devices at different rates. Refer to device documentation for information about how to calculate this value.

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

Syntax

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

Property Value

Type: Int64
Specifies the interval, in Sample Clock periods, between each internal Synchronization Clock pulse. NI-DAQmx uses this pulse for synchronization of triggers between multiple devices at different rates. Refer to device documentation for information about how to calculate this value.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Log in to get a better experience