Skip to content
Discussion options

You must be logged in to vote

Hi @oxelarnal,

This should definitely work. The important part is to correctly set the antenna positions for the subarrays. Here is a minimal working example in a LOS setting:

from sionna.rt import load_scene, PlanarArray, Transmitter, Receiver, PathSolver
scene = load_scene()
scene.tx_array = PlanarArray(num_rows=1,
                             num_cols=4,
                             vertical_spacing=0.5,
                             horizontal_spacing=0.5,
                             pattern="iso",
                             polarization="V")

scene.rx_array = PlanarArray(num_rows=1,
                             num_cols=1,
                             vertical_spacing=0.5,
        …

Replies: 1 comment 1 reply

Comment options

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

Answer selected by oxelarnal
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