Skip to content

Commit

Permalink
Merge pull request #261 from ikatza/feature/icaza_pds-frontend
Browse files Browse the repository at this point in the history
Change the FRONTEND_TYPE of PDS from pds_list to pds_stream
  • Loading branch information
wesketchum authored Nov 18, 2022
2 parents 4eb782c + a9b1837 commit bd8a8ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/daqconf/apps/readout_gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def get_readout_app(DRO_CONFIG=None,
FRONTEND_TYPE = "wib2"
FAKEDATA_FRAGMENT_TYPE = "WIB"
elif FRONTEND_TYPE== "HD_PDS" or FRONTEND_TYPE== "VD_Cathode_PDS" or FRONTEND_TYPE=="VD_Membrane_PDS":
FRONTEND_TYPE = "pds_list"
FRONTEND_TYPE = "pds_stream"
FAKEDATA_FRAGMENT_TYPE = "DAPHNE"
elif FRONTEND_TYPE== "VD_Top_TPC":
FRONTEND_TYPE = "tde"
Expand Down

0 comments on commit bd8a8ab

Please sign in to comment.