this[ITClockSynchronizableDevice device]
- Updated2025-10-07
- 1 minute(s) read
Gets the DeviceToSynchronize object at the specified index.
Syntax
Namespace: NationalInstruments.ModularInstruments.SystemServices.TimingServices
public DeviceToSynchronize this[ITClockSynchronizableDevice device] { get; }
Remarks
The DeviceToSynchronize object corresponding to the ITClockSynchronizableDevice.
Returns the DeviceToSynchronize object corresponding to the ITClockSynchronizableDevice.
Parameters
| Name | Type | Description |
|---|---|---|
| device | ITClockSynchronizableDevice | Zero-based index of the entry to access in the collection. |
Exceptions
| Type | Description |
|---|---|
| System.ArgumentOutOfRangeException | device is outside the valid range of indexes for the collection. |