You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I noticed a bug in the get_correction_for_each_LO_and_IF method during calibration. Specifically, the RF output gain was not being defined for the calibration process. To fix this, it needs to be added the following line before the calibration:
Hi, I noticed a bug in the
get_correction_for_each_LO_and_IF
method during calibration. Specifically, the RF output gain was not being defined for the calibration process. To fix this, it needs to be added the following line before the calibration:qm.octave.set_rf_output_gain(element=element, gain_in_db=gain)
The text was updated successfully, but these errors were encountered: