Synchronize(PrecisionTimeSpan)
- Updated2025-10-07
- 1 minute(s) read
Synchronizes the TClk signals on the given sessions. After Synchronize executes, TClk signals from all sessions are synchronized.
Syntax
Namespace: NationalInstruments.ModularInstruments.SystemServices.TimingServices
public void Synchronize(PrecisionTimeSpan minTime)
Remarks
<Scopetag> For more information, refer to the NI-TClk Synchronization Help. </Scopetag>
Parameters
| Name | Type | Description |
|---|---|---|
| minTime | PrecisionTimeSpan | Minimal period of TClk, expressed in seconds. Supported values are between 0.0 s and 0.050 s (50 ms). Minimal period for a single chassis/PC is 200 ns. If the specified value is less than 200 ns, the driver automatically coerces minTime to 200 ns. For multi-chassis synchronization, adjust this value to account for propagation delays through the various devices and cables. |
Exceptions
| Type | Description |
|---|---|
| NationalInstruments.ModularInstruments.ModularInstrumentsException | The underlying driver returned an error. |