I want to get the CQI value of a specific user from the code itself and not using figures. Could you help me to know the objects or variables that I should call to -let’s say- print the CQI value of user #30?
The transmission parameters for all TTIs and all users are stored in your results-file in the_UE_traces. You can find the CQI for each TTI in the_UE_traces(nUE).TB_CQI, where nUE represents the specific user you want to have a look at.