杂项
  • FDTD
  • 杂项

This section introduces important operations in the script workspace. In the script workspace, the existing variables are displayed and some basic operations can be performed on these variables.

operation menu

Right-click to show the operation menu in the script workspace.

workspace_example_operation_menu.png

There are many operations that can be executed on variables in the workspace.

  • print: print the selected variable in Script Console .
  • visualizer data: visualizing the selected variable.
  • plot: plot the selected variable.
  • Save as..: save the selected variable in a .mdf file.
  • Open / Edit: Open or edit the selected variable.
  • Rename: rename the selected variable.
  • Delete: delete the selected variable.

The following part is the introduction of some important operations in the operation menu:

print

Right-click to show the operation menu, then left-click the print option.
workspace_example_print.png

Result:

workspace_example_print_display.png

visualizer data

Right-click to show the operation menu, then left-click the visualizer data option.
workspace_example_visualizer_data.png

Result:

workspace_example_visualizer_data_display.png

Open / Edit

Right-click to show the operation menu, then left-click the Open / Edit option.

Result:

workspace_example_open_edit_display.png