General Properties >> Synchronization Unlock Behavior
- Updated2023-03-16
- 1 minute(s) read
General Properties >> Synchronization Unlock Behavior
Data Type: | int32 |
Description: | Specifies the action to take if the target loses its synchronization to the grand master. |
Valid values
DAQmx_Val_StopTaskAndError | 15862 | Stop task and return an error. |
DAQmx_Val_IgnoreLostSyncLock | 16129 | Ignore the loss of synchronization and do nothing. |
You can get/set/reset this property using:
DAQmxGetChanSyncUnlockBehavior
DAQmxSetChanSyncUnlockBehavior
DAQmxResetChanSyncUnlockBehavior