Hi I am trying to create a psuedo Vector Network Anaylser from a PCI-6110 DAQ card. I am using one analog output to generate a continuous sine wave then detecting the amplitude and phase of the received signal on one of the analog inputs. I am then sweeping this process across frequency to simulate a VNA.
My problem is that I need to syncronise the detection with the phase of the generated sine wave so I can measure the phase change correctly. I can do this if I generate finite samples and trigger the acquasition from the "ao/SampleClock" but then I start acquiring from the very begining of the signal. What I really need to do is start acquasition on the Nth cycle of the generated waveform.