Replies: 1 comment
-
This is a duplicate of #631 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
scene.tx_array = AntennaArray(antenna=Antenna("dipole", "V"),
positions=tf.Variable([[-0.15,0,0], [0.15,0,0]]))
There are two TX antennas, and the two antennas can only work in one pattern and polarization mode. How to define the pattern and polarization of each antenna? Also, the RX antennas has this problem.
Beta Was this translation helpful? Give feedback.
All reactions