Skip to content

scene preview keeps updating in notebook #672

@naperman

Description

@naperman

I'm running the SionnaRT Intro notebook.

There are several calls to scene.preview() in the following order as we progress through the cells:

  1. Just the imported and loaded scene
  2. Scene + Transmitter + Receiver
  3. Scene + Transmitter + Receiver + Computed paths
  4. Scene + Transmitter + Receiver + Computed paths + Coverage Map

and so on.

The problem is when we reach say the i'th preview, then all the previous previews are updated with the contents of i'th preview. For example, when we get to the coverage map preview(4th), the first preview which ought to show only the plain loaded scene, is showing everything including tx/rx locations, paths and coverage map.

This happen even when i set the following options for the first preview to disable tx/rx, computed paths and coverage map.
scene.preview(show_paths=False, show_devices=False, show_orientations=False, coverage_map=None)

Is there any way to show only what is required in each preview call without letting subsequent preview call update the previous previews?

I'm using sionna v0.19 and running the notebook on vscode 1.94.2.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions