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

NameTypeDescription
deviceITClockSynchronizableDevice

Zero-based index of the entry to access in the collection.

Exceptions

TypeDescription
System.ArgumentOutOfRangeException

device  is outside the valid range of indexes for the collection.