No public access to actually used measurement windows #789
Labels
Framework integration
Covers the integration of qupulse in measurement and experimental frameworks
Implementation
As #780 shows there is the requirement to get the measurement windows that correspond to the measured data in a convinient and stable way.
I think the best way is to add a
get_measure_times(self, program_name) -> Tuple[np.array, np.array]
to theDAC
interface.However, this is not a general solution because the
DAC
might perform some analysis that obscures how the measurement times are related with the actual output.The text was updated successfully, but these errors were encountered: