We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af67016 commit a7ed497Copy full SHA for a7ed497
examples/synchronization/multi_function/cont_ai_ci_tdms_sync.py
@@ -31,8 +31,8 @@
31
SAMPLES_PER_CHANNEL = 1000
32
TIMEOUT = 10.0
33
# Note: This example currently assumes all tasks run on a single synchronized device.
34
-# To make this example work across multiple devices, export
35
-# a shared sample clock from one device to the other via a PFI line.
+# To make this example work across multiple devices, share the sample clock
+# between devices using the PXI trigger bus or a PFI line.
36
DEVICE_NAME = "Dev1"
37
38
TaskData = tuple[
0 commit comments