-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
Ideally we want the examples to work straight out of the box with most devices in a loopback configuration. This will be a Python version of the LabVIEW example titled XNET Generic Synchronization.
On Interface1:
Create a input stream session (the synchronized interface).
Set appropriate properties
XNET Connect terminals to setup synchronization.
XNET Start
On Interface2:
Create input and output stream sessions (the synchronizing interface).
Set appropriate properties
XNET Connect terminals to setup synchronization.
XNET Start
While running:
Write Frame
Read frame Interface1
Read frame Interface2
Compare timestamps
Reactions are currently unavailable