Skip to content

Is it possible to visualise links between a single TX and multiple UE's #233

Closed Answered by jhoydis
Advaith2212 asked this question in Q&A
Discussion options

You must be logged in to vote

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 using scene.preview.

import sionna
from sionna.rt import load_scene, Camera, Transmitter, Receiver, PlanarArray

# Load example scene
scene = load_scene(sionna.rt.scene.munich)

# Configure antenna array for all transmitters
scene.tx_array = PlanarArray(num_rows=8,
                          num_cols=2,
                          vertical_spacing=0.7,
                          horizontal_spacing=0.5,
                          pattern="tr38901",
                          polarization="VH")

# Configure antenna array …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Advaith2212
Comment options

Answer selected by Advaith2212
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants