Difference between revisions of "Geopsy: Waveform Console"

From GeopsyWiki
Jump to navigation Jump to search
Line 2: Line 2:
  
 
The waveform console contains two parts:
 
The waveform console contains two parts:
* The history attached to each [[Geopsy:Signal Viewer]]
+
* The history attached to each [[Geopsy:Signal Viewer|Signal Viewer]]
* An editable script that can be executed on the currently active [[Geopsy:Signal Viewer]]
+
* An editable [[Geopsy:Waveform Scripting Language|script]] that can be executed on the currently active [[Geopsy:Signal Viewer|Signal Viewer]]
 +
 
 +
All actions performed from [[Geopsy:Waveform Menu|Wavefrom Menu]] are systematically stored in this history and saved in ''Saved steps''. The generated script can be copied in the editable part, modified, and started by ''Run''. They can be also saved in a text file (usually with extension .qs) to be executed from the [[Geopsy:Waveform_Command_Line|command line]].
 +
 
 +
''Saved steps'' are produced by command [[Geopsy:Waveform_Scripting_Language#save|save("tag")]] which are always included in menu actions. Those saved steps can be restored at any time by using the graphical combo box or by sending command [[Geopsy:Waveform_Scripting_Language#restore|restore("tag")]].

Revision as of 17:10, 12 February 2010

Waveform console

The waveform console contains two parts:

All actions performed from Wavefrom Menu are systematically stored in this history and saved in Saved steps. The generated script can be copied in the editable part, modified, and started by Run. They can be also saved in a text file (usually with extension .qs) to be executed from the command line.

Saved steps are produced by command save("tag") which are always included in menu actions. Those saved steps can be restored at any time by using the graphical combo box or by sending command restore("tag").