Skip to content

The interface

A tour of the RayRF Studio main window: the title bar, the five tabs, the bottom panel, and how projects are saved. Every region named here has its own page for the work that happens inside it.

Title bar

The top strip carries the menus and the session's status readouts.

  • Menus. File (new, open, open recent, welcome panel, save, save as, import PNG, exit), Edit (undo, redo), Window (Live-mode dock layout, shown only in Live mode), Help (about), and Settings (usage telemetry, check for updates, project settings).
  • Simulation status. During a run the right side shows a RUNNING badge with the elapsed time and throughput in GCell/s, updated on every telemetry step. It reads COMPLETE with the run duration when the run finishes, and is hidden when no run is active.
  • Update indicator. When a startup check finds a newer release you have not skipped, an Update <version> available badge appears at the top. Clicking it opens the update dialog.
  • Account button. Shows your email and plan badge when signed in, or Sign in when not. The plan badge is colored by tier. Its menu manages the account, refreshes plan status, deactivates this machine, and signs out.
  • Project name. The file label shows the current .rfsim file name, or is empty for an unsaved project. The window title carries the same name and a trailing * while there are unsaved changes.

The five tabs

The tab bar runs left to right in a fixed order. Edit is the workspace. The four to its right hold results.

  • Edit is the geometry editor: the stackup and layers, shapes, ports, and the 2D canvas. See Stackup and layers.
  • Simulate holds the mesh, boundary conditions, and run controls, and shows live progress during a run. See Auto mode.
  • S-Parameters plots S11 and the Smith chart from the last run. See S-parameters.
  • Radiation Pattern shows the far-field pattern when NF2FF output is enabled. See Radiation pattern.
  • Field Viewer shows the 3D fields and surface currents when those exports are enabled. See Field viewer.

When a run finishes, a dot prefixes each result tab that received new output, so you can see which views changed without opening them. S-Parameters and Simulate always dot. Radiation Pattern dots only when NF2FF was enabled, Field Viewer only when field or surface-current export was enabled. Opening a dotted tab clears its dot.

Live mode

The LIVE button sits at the right end of the tab bar. Live mode re-runs the simulation continuously as you edit the geometry: it docks the result views into one surface and updates them in lockstep with each change, so S-parameters and fields track the edit. Two consecutive failed runs turn it off. The Running simulations page covers it in full.

Bottom panel

A two-tab panel sits below the tabs, split from the main view by a draggable divider.

  • Console is the timestamped run log: solver output, status lines, and app messages.
  • Notices lists the warnings and errors the current project has raised. Errors block a run until fixed. A warning can be dismissed from its right-click menu, either the one specific warning or all warnings of that type, and dismissals persist with the project. A dismissal is keyed to the value that triggered it, so the same warning re-surfaces when that value changes materially.

A seat-decision banner appears above the tabs when your plan allows fewer machines than are activated. Its button opens the account page to choose which machines to keep.

Undo and redo

Undo and redo are per tab. The Edit tab keeps up to 50 geometry states. Ctrl+Z and Ctrl+Y apply to whichever tab has focus, and each result tab manages its own history for the edits made in it.

Project files

A project is one .rfsim JSON file that holds the whole design: stackup, geometry, ports, settings, view state, and the last run's results. There is no autosave. Edits set the dirty marker, the * in the title, and you save explicitly with Ctrl+S. A project can be configured to write its results to a separate .rfsimout sidecar next to the .rfsim, so the project can be committed to version control while the results stay out of it. See File formats.

The bundled example

The welcome picker that opens on launch offers a bundled patch-antenna example alongside a blank project and your recent files. It is the fastest way to open a complete design and see every tab populated.