Commit ffcdd28 1 parent 2019af3 commit ffcdd28 Copy full SHA for ffcdd28
File tree 2 files changed +11
-0
lines changed
src/qibolab/_core/instruments/qblox
2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -180,6 +180,7 @@ def _configure(
180
180
configs : Configs ,
181
181
acquisition : AcquisitionType ,
182
182
) -> SequencerMap :
183
+ self .cluster .reference_source ("internal" )
183
184
sequencers = defaultdict (dict )
184
185
for slot , chs in self ._channels_by_module .items ():
185
186
module = self ._modules [slot ]
Original file line number Diff line number Diff line change @@ -153,6 +153,16 @@ def sequencer(
153
153
seq .marker_ovr_en (not (sequence .is_empty and address .input ))
154
154
seq .marker_ovr_value (0 if sequence .is_empty else 15 )
155
155
156
+ seq .set ("cont_mode_en_awg_path0" , False )
157
+ seq .set ("cont_mode_en_awg_path1" , False )
158
+ seq .set ("cont_mode_waveform_idx_awg_path0" , 0 )
159
+ seq .set ("cont_mode_waveform_idx_awg_path1" , 0 )
160
+ seq .set ("mixer_corr_gain_ratio" , 1 )
161
+ seq .set ("mixer_corr_phase_offset_degree" , 0 )
162
+ seq .set ("nco_phase_offs" , 0 )
163
+ seq .set ("upsample_rate_awg_path0" , 0 )
164
+ seq .set ("upsample_rate_awg_path1" , 0 )
165
+
156
166
# acquisition
157
167
if address .input :
158
168
assert isinstance (config , AcquisitionConfig )
You can’t perform that action at this time.
0 commit comments