DeviceToSynchronize(ITClockSynchronizableDevice)
- Updated2025-10-07
- 1 minute(s) read
Initializes a new instance of the DeviceToSynchronize class with the specified ITClockSynchronizable device.
Syntax
Namespace: NationalInstruments.ModularInstruments.SystemServices.TimingServices
public DeviceToSynchronize(ITClockSynchronizableDevice device)
Parameters
| Name | Type | Description |
|---|---|---|
| device | ITClockSynchronizableDevice | Specifies an ITClockSynchronizable device. |
Exceptions
| Type | Description |
|---|---|
| System.ArgumentNullException | Thrown when the device object is null. |