@@ -70,12 +70,12 @@ \subsection{Add}
70
70
\item \menustyle {BERT}\\
71
71
Connect to a new, or recently used, bit error rate tester
72
72
73
+ \item \menustyle {Function Generator}\\
74
+ Connect to a new, or recently used, function generator
75
+
73
76
\item \menustyle {Load}\\
74
77
Connect to a new, or recently used, electronic load
75
78
76
- \item \menustyle {Generator}\\
77
- Connect to a new, or recently used, function generator
78
-
79
79
\item \menustyle {Misc}\\
80
80
Connect to a new, or recently used, miscellaneous instrument
81
81
@@ -169,15 +169,6 @@ \subsection{Window}
169
169
\item \menustyle {Power Supply}\\
170
170
Opens the properties dialog for a currently connected power supply
171
171
172
- \item \menustyle {SCPI Console}\\
173
- Opens a console window allowing you to send raw SCPI commands to a currently connected instrument.
174
-
175
- This is a low level debug tool primarily intended for use by driver developers. The console is interlocked with
176
- background threads polling the instrument, so that replies to commands typed in the console will not be mixed with
177
- replies which the instrument driver is expecting to its own commands. However, commands sent in the console will bypass
178
- any caching in the driver and can easily lead to the driver and instrument firmware states becoming mutually
179
- inconsistent.
180
-
181
172
\item \menustyle {Lab Notes}\\
182
173
Opens the \hyperref [dlg:labnotes]{Lab Notes} dialog, allowing you to take notes on your experiment.
183
174
@@ -198,7 +189,16 @@ \subsection{Window}
198
189
waveforms.
199
190
200
191
\item \menustyle {Filter Graph}\\
201
- Opens the filter graph editor (see Chapter \ref {grapheditor })
192
+ Reopens the filter graph editor if it had been closed.
193
+
194
+ \item \menustyle {Stream Browser}\\
195
+ Reopens the stream browser if it had been closed.
196
+
197
+ \item \menustyle {Filter Palette}\\
198
+ Reopens the filter palette if it had been closed.
199
+
200
+ \item \menustyle {New Workspace}\\
201
+ Create a new workspace to organize other windows in.
202
202
203
203
\end {itemize }
204
204
@@ -208,13 +208,33 @@ \subsection{Debug}
208
208
209
209
Provides access to GUI toolkit test dialogs and other features intended only for developers.
210
210
211
+ \begin {itemize }
212
+
213
+ \item \menustyle {SCPI Console}\\
214
+ Opens a console window allowing you to send raw SCPI commands to a currently connected instrument.
215
+
216
+ This is a low level debug tool primarily intended for use by driver developers. The console is interlocked with
217
+ background threads polling the instrument, so that replies to commands typed in the console will not be mixed with
218
+ replies which the instrument driver is expecting to its own commands. However, commands sent in the console will bypass
219
+ any caching in the driver and can easily lead to the driver and instrument firmware states becoming mutually
220
+ inconsistent.
221
+
222
+ \item \menustyle {ImGui Demo}\\
223
+
224
+ Launches a GUI library demo window allowing you to test out various widgets and features
225
+
226
+ \item \menustyle {Memory Leaker}\\
227
+
228
+ Allows you to allocate a large block of memory (up to 4GB per dialog instance, but multiple dialogs may be spawned) in
229
+ order to induce video or system memory pressure.
230
+
231
+ \end {itemize }
232
+
211
233
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
212
234
213
235
\subsection {Help }
214
236
215
- Nothing here yet, we should add at least an About dialog at some point...
216
-
217
- % \textbf{About}: Displays program version and copyright information
237
+ \textbf {About }: Displays program version and copyright information
218
238
219
239
\begin {comment }
220
240
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
0 commit comments