Initializes a new instance of the TClock class.

Syntax

Namespace: NationalInstruments.ModularInstruments.SystemServices.TimingServices

public TClock(params ITClockSynchronizableDevice[] devices)

Remarks

Initializes a new instance of the TClock class with the specified ITClockSynchronizableDevice collection.

Parameters

NameTypeDescription
devicesparams ITClockSynchronizableDevice[]

An array of ITClockSynchronizableDevice objects.

Exceptions

TypeDescription
System.ArgumentNullException

Thrown when the devices object is null.