Skip to content

Commit a7ed497

Browse files
committed
resolve comment
1 parent af67016 commit a7ed497

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/synchronization/multi_function/cont_ai_ci_tdms_sync.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
SAMPLES_PER_CHANNEL = 1000
3232
TIMEOUT = 10.0
3333
# 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.
34+
# To make this example work across multiple devices, share the sample clock
35+
# between devices using the PXI trigger bus or a PFI line.
3636
DEVICE_NAME = "Dev1"
3737

3838
TaskData = tuple[

0 commit comments

Comments
 (0)