IsMaster
- Updated2025-10-14
- 1 minute(s) read
Gets or sets whether the device is the master for synchronizing the shared Reference 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 Reference Trigger among multiple devices, otherwise, false. The default value is false.
The master device distributes the synchronized Reference Trigger to all devices in the system through the Reference Trigger distribution line.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The IsMaster property was accessed after the associated NIRfsa object was disposed. |