It would be more convenient and efficient to be able to partially specify a FeedlineConfig but
fc = FeedlineConfig(bitstream=bitstream, rfdc_clk=rfdc_clk, rfdc=rfdc, if_board=if_board, waveform=waveform, chan=chan, ddc=ddc, filter=filtercfg)
Raises an assertion error because the trigger config is None. Another partial that would be useful for ADC bringup is fc = FeedlineConfig(bitstream=bitstream, rfdc_clk=rfdc_clk, rfdc=rfdc, if_board=if_board, waveform=waveform)
It would be more convenient and efficient to be able to partially specify a FeedlineConfig but
fc = FeedlineConfig(bitstream=bitstream, rfdc_clk=rfdc_clk, rfdc=rfdc, if_board=if_board, waveform=waveform, chan=chan, ddc=ddc, filter=filtercfg)
Raises an assertion error because the trigger config is None. Another partial that would be useful for ADC bringup isfc = FeedlineConfig(bitstream=bitstream, rfdc_clk=rfdc_clk, rfdc=rfdc, if_board=if_board, waveform=waveform)