Timing.SynchronizationPulseResetTime Property
- Updated2023-02-21
- 1 minute(s) read
TimingSynchronizationPulseResetTime Property
Indicates in seconds the amount of time required for the ADCs or DACs on the device to reset. When synchronizing devices, query this property on all devices and note the largest reset time. Then, for each device, subtract the value of this property from the largest reset time and set SynchronizationPulseResetDelay to the resulting value.
Namespace: NationalInstruments.DAQmx
Assembly: NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302
Syntax
public double SynchronizationPulseResetTime { get; }
Public ReadOnly Property SynchronizationPulseResetTime As Double Get
Property Value
Type: DoubleIndicates in seconds the amount of time required for the ADCs or DACs on the device to reset. When synchronizing devices, query this property on all devices and note the largest reset time. Then, for each device, subtract the value of this property from the largest reset time and set SynchronizationPulseResetDelay to the resulting value.
Exceptions
Exception | Condition |
---|---|
DaqException | The NI-DAQmx driver returned an error. |