Skip to content

Commit

Permalink
Remove seperation of mixers, python one_bit-adc_dac driver doesn't wo…
Browse files Browse the repository at this point in the history
…rk with same name parameters.
  • Loading branch information
moslehu committed Aug 5, 2024
1 parent fe5e0b0 commit 1ceac1e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions adi/fmc_4p_vna_cst2.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ def __init__(self, uri):
self.adcmon = ad4696(uri, device_name="ad4696")
self.rfin_attenuator = adrf5720(uri, device_name="adrf5720-rfin")
self.rfin2_attenuator = adrf5720(uri, device_name="adrf5720-rfin2")
self.smix = one_bit_adc_dac(uri, name="smix")
self.lmix = one_bit_adc_dac(uri, name="lmix")
self.mixer = one_bit_adc_dac(uri, name="mixer")

self.frontend = []
for i in range(0, NUM_PORTS):
Expand Down

0 comments on commit 1ceac1e

Please sign in to comment.