TClock(params ITClockSynchronizableDevice[])
- Updated2025-10-07
- 1 minute(s) read
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
| Name | Type | Description |
|---|---|---|
| devices | params ITClockSynchronizableDevice[] | An array of ITClockSynchronizableDevice objects. |
Exceptions
| Type | Description |
|---|---|
| System.ArgumentNullException | Thrown when the devices object is null. |