杂项
  • 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.

ScriptWorkspace_BkgMenu

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

  • print: print the selected variable in Script Console .
  • Data Visualizer: 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.
ScriptWorkspace_Print

Result:

ScriptWorkspace_Print_Result

Data Visualizer

Right-click to show the operation menu, then left-click the Data Visualizer option.
ScriptWorkspace_DataVisualizer

Result:

ScriptWorkspace_DataVisualizer_Result

Open / Edit

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

Result:

ScriptWorkspace_OpenEdit_Result