847
edits
| Line 6: | Line 6: | ||
[[Image:Mask4.png|framed|none]] | [[Image:Mask4.png|framed|none]] | ||
This tutorial will show you how to use a mask and a an alarm to start the recording of 3 inputs when the FFT spectrum of the first input cross the mask. To do that, we will need a to use a mask, an alarm and a macro. The setup must contain three input channels connected to the recorder and the FFT plugins. The average spectrum must be displayed.<br> | This tutorial will show you how to use a mask and a an alarm to start the recording of 3 inputs when the FFT spectrum of the first input cross the mask. To do that, we will need a to use a mask, an alarm and a macro. The setup must contain three input channels connected to the recorder and the FFT plugins. The average spectrum must be displayed. The starting event of the recorder must be set on "Manual Trigger".<br> | ||
[[NVGate_Software_overview#Step_1:_Inputs_selection]]<br> | [[NVGate_Software_overview#Step_1:_Inputs_selection]]<br> | ||
| Line 41: | Line 41: | ||
====Setup the Macro==== | ====Setup the Macro==== | ||
We will use the If command of the | We will use the If command of the Macro to start the recording on the crossing of the Mask. After creating a macro containing a while loop "Until measurement stopped", add the "If" command inside the loop and set it up as follow : | ||
[[Image:If_setup.png|framed|none]]<br> | [[Image:If_setup.png|framed|none]]<br> | ||
edits