-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
enhancementNew feature or requestNew feature or request
Description
fc = FeedlineConfig(bitstream=BitstreamConfig(), rfdc_clk=RFDCClockingConfig(), rfdc=RFDCConfig(), if_board=IFConfig(), waveform=WaveformConfig(), chan=ChannelConfig(), ddc=DDCConfig(), filter=FilterConfig(), trig=TriggerConfig())
Will throw an event loop error RuntimeError: There is no current event loop in thread "TapThread: adc:b'1540791414205196776'".
if it's the first capture request and there's no bitstream downloaded. It will likely work if a previous capture request has been sent with BitstreamConfig(), RFDCCockingConfig(), and RFDCConfig() defined. This is weird behavior and it would be nice to throw a better error here.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request