IsMaster
- Updated2025-10-14
- 1 minute(s) read
Gets or sets whether the device is the master for synchronizing the shared Start Trigger among multiple devices.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsa
public bool IsMaster { get; set; }
Remarks
true the device is the master for synchronizing the shared Start Trigger among multiple devices, otherwise, false. The default value is false.
The master device distributes the synchronized Start Trigger to all devices in the system through the Start Trigger distribution line.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The IsMaster property was accessed after the associated NIRfsa object was disposed. |