Specifies the role of the device in a synchronized system. Setting this value to Master or Slave enables trigger skew correction. If you enable trigger skew correction, set this property to Master on only one device, and set this property to Slave on the other devices.

Syntax

Namespace: NationalInstruments.DAQmx

public enum TriggerSynchronizationType

Remarks

Specifies the role of the device in a synchronized system. Setting this value to Master or Slave enables trigger skew correction. If you enable trigger skew correction, set this property to Master on only one device, and set this property to Slave on the other devices. Use this enumeration to get or set the value of SynchronizationType.

Members

NameValueDescription
None10230

Disables trigger skew correction.

Master15888

Device is the source for shared clocks and triggers.

Slave15889

Device uses clocks and triggers from the master device.