ni_x_series_finite_sampling_input.py, acquire_frame: Effect of first clock pulse #123
-
Hi, The microwave has a trigger input that is connected to the physical_sample_clock_output. My question: Is the first clock pulse that is generated on that output channel supposed to either
I could not really get that from the ni_x_series_finite_sampling_input.py or the odmr_logic.py files. Thanks very much |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @JohannesWes , in all the microwave hardware modules i have seen, the call to |
Beta Was this translation helpful? Give feedback.
Hi @JohannesWes ,
in all the microwave hardware modules i have seen, the call to
configure_scan()
orstart_scan()
will write the first frequency value 2 times into the jump list. This ensures there are as many frequency transitions as trigger pulses per scan sweep. This is hardware implementation dependent and that's why it is handled in the hardware modules. If you think the docstrings in the interface need to reflect that, please feel free to propose a change.E.g. for the R&S SMIQ devices you can see what I mean here.