We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b6d390 commit 7461f97Copy full SHA for 7461f97
src/qibolab/_core/instruments/qblox/config/port.py
@@ -227,7 +227,7 @@ def lo(self, lo: OscillatorConfig) -> None:
227
self.lo_freq = int(lo.frequency)
228
229
def att_(self, lo: OscillatorConfig) -> None:
230
- self.att = int(lo.power)
+ self.att = -int(lo.power)
231
232
def mixer(self, mixer: IqMixerConfig) -> None:
233
self.offset_path0 = mixer.offset_i
0 commit comments