Gets the DeviceToSynchronize object at the specified index.

Syntax

Namespace: NationalInstruments.ModularInstruments.SystemServices.TimingServices

public DeviceToSynchronize this[int device] { get; }

Remarks

The DeviceToSynchronize object present at the specified index in the collection.

Returns the DeviceToSynchronize object corresponding to the index.

Parameters

NameTypeDescription
deviceint

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

Exceptions

TypeDescription
System.ArgumentNullException

device  value is null.