generating csv file (ray tracing) #635
-
Beta Was this translation helpful? Give feedback.
Answered by
faycalaa
Oct 30, 2024
Replies: 1 comment 2 replies
-
Hi @hadiaushaq, Sionna doesn't have a built-in feature for exporting coverage maps as CSV files. However, you can access the computed RSS values using the |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
merlinND
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @hadiaushaq,
Sionna doesn't have a built-in feature for exporting coverage maps as CSV files.
However, you can access the computed RSS values using the
rss
property of theCoverageMap
object and the positions of the cell centers. You could then save these values as a CSV file, e.g., using Python's csv module.