Gets or sets whether the device is the master for synchronizing the shared Advance Trigger among multiple devices.

Syntax

Namespace: NationalInstruments.ModularInstruments.NIRfsa

public bool IsMaster { get; set; }

Remarks

true if the device is the master for synchronizing the shared Advance Trigger among multiple devices; otherwise, false.

The master device distributes the synchronized Advance Trigger to all devices in the system through the Advance Trigger distribution line.

Exceptions

TypeDescription
System.ObjectDisposedException

The IsMaster property was accessed after the associated NIRfsa object was disposed.