Is it possible to visualise links between a single TX and multiple UE's #233
-
I was looking over the tutorials for coverage map and the site-level system level simulator. When the num_batch_cir no of UE's are initially dropped, their positions are obtained further in the process. Is it possible to view the path between the TX and the UE's in this case ?. Thank You |
Beta Was this translation helpful? Give feedback.
Answered by
jhoydis
Oct 9, 2023
Replies: 1 comment 1 reply
-
Hi, I have taken the code example from the documentation of the
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Advaith2212
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I have taken the code example from the documentation of the
scene.compute_path
function and added a second receiver. Once you have computed the paths, you can visualise them usingscene.preview
.