IsMaster
- Updated2025-10-14
- 1 minute(s) read
Gets or sets whether the device is the master device when synchronizing the Sample Clock.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public bool IsMaster { get; set; }
Remarks
true if the device is the master device when synchronizing the Sample Clock; otherwise, false. The default value is false.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The IsMaster property was accessed after the associated NIRfsg object was disposed. |