-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathAgilentOscilloscope_8h_source.html
More file actions
360 lines (358 loc) · 84 KB
/
AgilentOscilloscope_8h_source.html
File metadata and controls
360 lines (358 loc) · 84 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.9.4"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>ngscopeclient: lib/scopehal/AgilentOscilloscope.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr id="projectrow">
<td id="projectalign">
<div id="projectname">ngscopeclient<span id="projectnumber"> v0.1.1</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.4 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search",'Search','.html');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */
</script>
<div id="main-nav"></div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_97aefd0d527b934f1d99a682da8fe6a9.html">lib</a></li><li class="navelem"><a class="el" href="dir_34225d73dd217f0f7ac441e6d84037ec.html">scopehal</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle"><div class="title">AgilentOscilloscope.h</div></div>
</div><!--header-->
<div class="contents">
<a href="AgilentOscilloscope_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span><span class="comment">/***********************************************************************************************************************</span></div>
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span><span class="comment">* *</span></div>
<div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span><span class="comment">* libscopehal *</span></div>
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span><span class="comment">* *</span></div>
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span><span class="comment">* Copyright (c) 2012-2024 Andrew D. Zonenberg and contributors *</span></div>
<div class="line"><a id="l00006" name="l00006"></a><span class="lineno"> 6</span><span class="comment">* All rights reserved. *</span></div>
<div class="line"><a id="l00007" name="l00007"></a><span class="lineno"> 7</span><span class="comment">* *</span></div>
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno"> 8</span><span class="comment">* Redistribution and use in source and binary forms, with or without modification, are permitted provided that the *</span></div>
<div class="line"><a id="l00009" name="l00009"></a><span class="lineno"> 9</span><span class="comment">* following conditions are met: *</span></div>
<div class="line"><a id="l00010" name="l00010"></a><span class="lineno"> 10</span><span class="comment">* *</span></div>
<div class="line"><a id="l00011" name="l00011"></a><span class="lineno"> 11</span><span class="comment">* * Redistributions of source code must retain the above copyright notice, this list of conditions, and the *</span></div>
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span><span class="comment">* following disclaimer. *</span></div>
<div class="line"><a id="l00013" name="l00013"></a><span class="lineno"> 13</span><span class="comment">* *</span></div>
<div class="line"><a id="l00014" name="l00014"></a><span class="lineno"> 14</span><span class="comment">* * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the *</span></div>
<div class="line"><a id="l00015" name="l00015"></a><span class="lineno"> 15</span><span class="comment">* following disclaimer in the documentation and/or other materials provided with the distribution. *</span></div>
<div class="line"><a id="l00016" name="l00016"></a><span class="lineno"> 16</span><span class="comment">* *</span></div>
<div class="line"><a id="l00017" name="l00017"></a><span class="lineno"> 17</span><span class="comment">* * Neither the name of the author nor the names of any contributors may be used to endorse or promote products *</span></div>
<div class="line"><a id="l00018" name="l00018"></a><span class="lineno"> 18</span><span class="comment">* derived from this software without specific prior written permission. *</span></div>
<div class="line"><a id="l00019" name="l00019"></a><span class="lineno"> 19</span><span class="comment">* *</span></div>
<div class="line"><a id="l00020" name="l00020"></a><span class="lineno"> 20</span><span class="comment">* THIS SOFTWARE IS PROVIDED BY THE AUTHORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED *</span></div>
<div class="line"><a id="l00021" name="l00021"></a><span class="lineno"> 21</span><span class="comment">* TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL *</span></div>
<div class="line"><a id="l00022" name="l00022"></a><span class="lineno"> 22</span><span class="comment">* THE AUTHORS BE HELD LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES *</span></div>
<div class="line"><a id="l00023" name="l00023"></a><span class="lineno"> 23</span><span class="comment">* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR *</span></div>
<div class="line"><a id="l00024" name="l00024"></a><span class="lineno"> 24</span><span class="comment">* BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT *</span></div>
<div class="line"><a id="l00025" name="l00025"></a><span class="lineno"> 25</span><span class="comment">* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE *</span></div>
<div class="line"><a id="l00026" name="l00026"></a><span class="lineno"> 26</span><span class="comment">* POSSIBILITY OF SUCH DAMAGE. *</span></div>
<div class="line"><a id="l00027" name="l00027"></a><span class="lineno"> 27</span><span class="comment">* *</span></div>
<div class="line"><a id="l00028" name="l00028"></a><span class="lineno"> 28</span><span class="comment">***********************************************************************************************************************/</span></div>
<div class="line"><a id="l00029" name="l00029"></a><span class="lineno"> 29</span> </div>
<div class="line"><a id="l00036" name="l00036"></a><span class="lineno"> 36</span><span class="preprocessor">#ifndef AgilentOscilloscope_h</span></div>
<div class="line"><a id="l00037" name="l00037"></a><span class="lineno"> 37</span><span class="preprocessor">#define AgilentOscilloscope_h</span></div>
<div class="line"><a id="l00038" name="l00038"></a><span class="lineno"> 38</span> </div>
<div class="line"><a id="l00039" name="l00039"></a><span class="lineno"> 39</span><span class="preprocessor">#include "<a class="code" href="EdgeTrigger_8h.html">EdgeTrigger.h</a>"</span></div>
<div class="line"><a id="l00040" name="l00040"></a><span class="lineno"> 40</span><span class="preprocessor">#include "<a class="code" href="PulseWidthTrigger_8h.html">PulseWidthTrigger.h</a>"</span></div>
<div class="line"><a id="l00041" name="l00041"></a><span class="lineno"> 41</span><span class="preprocessor">#include "<a class="code" href="NthEdgeBurstTrigger_8h.html">NthEdgeBurstTrigger.h</a>"</span></div>
<div class="line"><a id="l00042" name="l00042"></a><span class="lineno"> 42</span> </div>
<div class="line"><a id="l00047" name="l00047"></a><span class="lineno"><a class="line" href="classAgilentOscilloscope.html"> 47</a></span><span class="keyword">class </span><a class="code hl_class" href="classAgilentOscilloscope.html">AgilentOscilloscope</a> : <span class="keyword">public</span> <span class="keyword">virtual</span> <a class="code hl_class" href="classSCPIOscilloscope.html">SCPIOscilloscope</a></div>
<div class="line"><a id="l00048" name="l00048"></a><span class="lineno"> 48</span>{</div>
<div class="line"><a id="l00049" name="l00049"></a><span class="lineno"> 49</span><span class="keyword">public</span>:</div>
<div class="line"><a id="l00050" name="l00050"></a><span class="lineno"> 50</span> <a class="code hl_function" href="classAgilentOscilloscope.html#ad5fba84e3384015f8a00536776ff81f6">AgilentOscilloscope</a>(<a class="code hl_class" href="classSCPITransport.html">SCPITransport</a>* transport);</div>
<div class="line"><a id="l00051" name="l00051"></a><span class="lineno"> 51</span> <span class="keyword">virtual</span> <a class="code hl_class" href="classAgilentOscilloscope.html">~AgilentOscilloscope</a>();</div>
<div class="line"><a id="l00052" name="l00052"></a><span class="lineno"> 52</span> </div>
<div class="line"><a id="l00053" name="l00053"></a><span class="lineno"> 53</span> <span class="comment">//not copyable or assignable</span></div>
<div class="line"><a id="l00054" name="l00054"></a><span class="lineno"> 54</span> <a class="code hl_function" href="classAgilentOscilloscope.html#ad5fba84e3384015f8a00536776ff81f6">AgilentOscilloscope</a>(<span class="keyword">const</span> <a class="code hl_class" href="classAgilentOscilloscope.html">AgilentOscilloscope</a>& rhs) =<span class="keyword">delete</span>;</div>
<div class="line"><a id="l00055" name="l00055"></a><span class="lineno"> 55</span> <a class="code hl_class" href="classAgilentOscilloscope.html">AgilentOscilloscope</a>& operator=(<span class="keyword">const</span> <a class="code hl_class" href="classAgilentOscilloscope.html">AgilentOscilloscope</a>& rhs) =<span class="keyword">delete</span>;</div>
<div class="line"><a id="l00056" name="l00056"></a><span class="lineno"> 56</span> </div>
<div class="line"><a id="l00057" name="l00057"></a><span class="lineno"> 57</span><span class="keyword">public</span>:</div>
<div class="line"><a id="l00058" name="l00058"></a><span class="lineno"> 58</span> </div>
<div class="line"><a id="l00059" name="l00059"></a><span class="lineno"> 59</span> <span class="comment">//Device information</span></div>
<div class="line"><a id="l00060" name="l00060"></a><span class="lineno"> 60</span> <span class="keyword">virtual</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code hl_function" href="classAgilentOscilloscope.html#ad02d31b055c514d2555dca089242e3d2">GetInstrumentTypes</a>() <span class="keyword">const override</span>;</div>
<div class="line"><a id="l00061" name="l00061"></a><span class="lineno"> 61</span> <span class="keyword">virtual</span> uint32_t <a class="code hl_function" href="classAgilentOscilloscope.html#afdf4f7b094be302ce28d34481c056adc">GetInstrumentTypesForChannel</a>(<span class="keywordtype">size_t</span> i) <span class="keyword">const override</span>;</div>
<div class="line"><a id="l00062" name="l00062"></a><span class="lineno"> 62</span> </div>
<div class="line"><a id="l00063" name="l00063"></a><span class="lineno"> 63</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classAgilentOscilloscope.html#a831089b0c805e91112d14f0265c289a7">FlushConfigCache</a>() <span class="keyword">override</span>;</div>
<div class="line"><a id="l00064" name="l00064"></a><span class="lineno"> 64</span> </div>
<div class="line"><a id="l00065" name="l00065"></a><span class="lineno"> 65</span> <span class="comment">//Channel configuration</span></div>
<div class="line"><a id="l00066" name="l00066"></a><span class="lineno"> 66</span> <span class="keyword">virtual</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="classAgilentOscilloscope.html#aac76ae3b0127496b200f9a315e4b7cea">IsChannelEnabled</a>(<span class="keywordtype">size_t</span> i) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00067" name="l00067"></a><span class="lineno"> 67</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classAgilentOscilloscope.html#a870e1dfe2704a7f3d9328520a9abb54a">EnableChannel</a>(<span class="keywordtype">size_t</span> i) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00068" name="l00068"></a><span class="lineno"> 68</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classAgilentOscilloscope.html#a19855824282d0558a17252524de2aad5">DisableChannel</a>(<span class="keywordtype">size_t</span> i) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00069" name="l00069"></a><span class="lineno"> 69</span> <span class="keyword">virtual</span> OscilloscopeChannel::CouplingType <a class="code hl_function" href="classAgilentOscilloscope.html#ae430f891b130857ca40c440880ec0117">GetChannelCoupling</a>(<span class="keywordtype">size_t</span> i) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00070" name="l00070"></a><span class="lineno"> 70</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classAgilentOscilloscope.html#a9d2d427d4c63e8c94996b36dcc9f8fcb">SetChannelCoupling</a>(<span class="keywordtype">size_t</span> i, OscilloscopeChannel::CouplingType type) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00071" name="l00071"></a><span class="lineno"> 71</span> <span class="keyword">virtual</span> std::vector<OscilloscopeChannel::CouplingType> <a class="code hl_function" href="classAgilentOscilloscope.html#a31d1dbf5a0013dd3b22f9ad80b5ae590">GetAvailableCouplings</a>(<span class="keywordtype">size_t</span> i) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00072" name="l00072"></a><span class="lineno"> 72</span> <span class="keyword">virtual</span> <span class="keywordtype">double</span> <a class="code hl_function" href="classAgilentOscilloscope.html#af8700c89c4ba23ead4139394998f3420">GetChannelAttenuation</a>(<span class="keywordtype">size_t</span> i) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00073" name="l00073"></a><span class="lineno"> 73</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classAgilentOscilloscope.html#a1bf83088fc05708e7b47e8153fb236af">SetChannelAttenuation</a>(<span class="keywordtype">size_t</span> i, <span class="keywordtype">double</span> atten) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00074" name="l00074"></a><span class="lineno"> 74</span> <span class="keyword">virtual</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code hl_function" href="classAgilentOscilloscope.html#acb5c8b0bb1cfab9c832e3983cbe2838c">GetChannelBandwidthLimit</a>(<span class="keywordtype">size_t</span> i) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00075" name="l00075"></a><span class="lineno"> 75</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classAgilentOscilloscope.html#aa8a87b1acc15524495817776898fdcef">SetChannelBandwidthLimit</a>(<span class="keywordtype">size_t</span> i, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> limit_mhz) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00076" name="l00076"></a><span class="lineno"> 76</span> <span class="keyword">virtual</span> <span class="keywordtype">float</span> <a class="code hl_function" href="classAgilentOscilloscope.html#a2333d1aca888d57a285dbb08267cd81f">GetChannelVoltageRange</a>(<span class="keywordtype">size_t</span> i, <span class="keywordtype">size_t</span> stream) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00077" name="l00077"></a><span class="lineno"> 77</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classAgilentOscilloscope.html#a415cc6372da678920e9c775f25ad99df">SetChannelVoltageRange</a>(<span class="keywordtype">size_t</span> i, <span class="keywordtype">size_t</span> stream, <span class="keywordtype">float</span> range) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00078" name="l00078"></a><span class="lineno"> 78</span> <span class="keyword">virtual</span> <a class="code hl_class" href="classOscilloscopeChannel.html">OscilloscopeChannel</a>* <a class="code hl_function" href="classAgilentOscilloscope.html#abe2f892cbfb8d28be9c4628a4f98d834">GetExternalTrigger</a>() <span class="keyword">override</span>;</div>
<div class="line"><a id="l00079" name="l00079"></a><span class="lineno"> 79</span> <span class="keyword">virtual</span> <span class="keywordtype">float</span> <a class="code hl_function" href="classAgilentOscilloscope.html#aaaca89e78300f021675c8f6073a68ba1">GetChannelOffset</a>(<span class="keywordtype">size_t</span> i, <span class="keywordtype">size_t</span> stream) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00080" name="l00080"></a><span class="lineno"> 80</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classAgilentOscilloscope.html#affa759ee43989f06099934eb709f52a2">SetChannelOffset</a>(<span class="keywordtype">size_t</span> i, <span class="keywordtype">size_t</span> stream, <span class="keywordtype">float</span> offset) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00081" name="l00081"></a><span class="lineno"> 81</span> </div>
<div class="line"><a id="l00082" name="l00082"></a><span class="lineno"> 82</span> <span class="comment">//Triggering</span></div>
<div class="line"><a id="l00083" name="l00083"></a><span class="lineno"> 83</span> <span class="keyword">virtual</span> <a class="code hl_enumeration" href="classOscilloscope.html#ad09fcd978ab27714d1208aa4c2b4a03b">Oscilloscope::TriggerMode</a> <a class="code hl_function" href="classAgilentOscilloscope.html#abc63d3bc6ac487d8986a29bf69196171">PollTrigger</a>() <span class="keyword">override</span>;</div>
<div class="line"><a id="l00084" name="l00084"></a><span class="lineno"> 84</span> <span class="keyword">virtual</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="classAgilentOscilloscope.html#a4d3eacf7764de30647847535c1660bda">AcquireData</a>() <span class="keyword">override</span>;</div>
<div class="line"><a id="l00085" name="l00085"></a><span class="lineno"> 85</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classAgilentOscilloscope.html#a88571ec266205f28e2c732a1d6b0c00e">Start</a>() <span class="keyword">override</span>;</div>
<div class="line"><a id="l00086" name="l00086"></a><span class="lineno"> 86</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classAgilentOscilloscope.html#a85901c99f7c79cad808b09d12e83e2f6">StartSingleTrigger</a>() <span class="keyword">override</span>;</div>
<div class="line"><a id="l00087" name="l00087"></a><span class="lineno"> 87</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classAgilentOscilloscope.html#a2b808ca0bb90bbcd4d05f0b6e8d36f60">Stop</a>() <span class="keyword">override</span>;</div>
<div class="line"><a id="l00088" name="l00088"></a><span class="lineno"> 88</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classAgilentOscilloscope.html#a1a58f489fa91743f964e292a2ef0f6e9">ForceTrigger</a>() <span class="keyword">override</span>;</div>
<div class="line"><a id="l00089" name="l00089"></a><span class="lineno"> 89</span> <span class="keyword">virtual</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="classAgilentOscilloscope.html#a097b6eab3257b277fed407ba7f311d6c">IsTriggerArmed</a>() <span class="keyword">override</span>;</div>
<div class="line"><a id="l00090" name="l00090"></a><span class="lineno"> 90</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classAgilentOscilloscope.html#a68f8470932e6861abefc2815bd858468">PushTrigger</a>() <span class="keyword">override</span>;</div>
<div class="line"><a id="l00091" name="l00091"></a><span class="lineno"> 91</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classAgilentOscilloscope.html#a5b530d129846183e7fb3d0d6302f6096">PullTrigger</a>() <span class="keyword">override</span>;</div>
<div class="line"><a id="l00092" name="l00092"></a><span class="lineno"> 92</span> <span class="keyword">virtual</span> std::vector<std::string> <a class="code hl_function" href="classAgilentOscilloscope.html#af9932c01474c7a7e2277c6693b068d99">GetTriggerTypes</a>() <span class="keyword">override</span>;</div>
<div class="line"><a id="l00093" name="l00093"></a><span class="lineno"> 93</span> </div>
<div class="line"><a id="l00094" name="l00094"></a><span class="lineno"> 94</span> <span class="keyword">virtual</span> std::vector<uint64_t> <a class="code hl_function" href="classAgilentOscilloscope.html#af4b3c0845015eeb43290dfae57ccdb26">GetSampleRatesNonInterleaved</a>() <span class="keyword">override</span>;</div>
<div class="line"><a id="l00095" name="l00095"></a><span class="lineno"> 95</span> <span class="keyword">virtual</span> std::vector<uint64_t> <a class="code hl_function" href="classAgilentOscilloscope.html#a6560bab387565d6685d56107d173ecec">GetSampleRatesInterleaved</a>() <span class="keyword">override</span>;</div>
<div class="line"><a id="l00096" name="l00096"></a><span class="lineno"> 96</span> <span class="keyword">virtual</span> std::set<InterleaveConflict> GetInterleaveConflicts() <span class="keyword">override</span>;</div>
<div class="line"><a id="l00097" name="l00097"></a><span class="lineno"> 97</span> <span class="keyword">virtual</span> std::vector<uint64_t> <a class="code hl_function" href="classAgilentOscilloscope.html#af86d12727c3a6f3fae3a4a05e6cffb0e">GetSampleDepthsNonInterleaved</a>() <span class="keyword">override</span>;</div>
<div class="line"><a id="l00098" name="l00098"></a><span class="lineno"> 98</span> <span class="keyword">virtual</span> std::vector<uint64_t> <a class="code hl_function" href="classAgilentOscilloscope.html#a12601a5a8c3e57adf2fe746d84f3f111">GetSampleDepthsInterleaved</a>() <span class="keyword">override</span>;</div>
<div class="line"><a id="l00099" name="l00099"></a><span class="lineno"> 99</span> <span class="keyword">virtual</span> uint64_t <a class="code hl_function" href="classAgilentOscilloscope.html#a144a2d2fe5c587c41327ff688d86b78e">GetSampleRate</a>() <span class="keyword">override</span>;</div>
<div class="line"><a id="l00100" name="l00100"></a><span class="lineno"> 100</span> <span class="keyword">virtual</span> uint64_t <a class="code hl_function" href="classAgilentOscilloscope.html#a2710cf7e2f74cdaeeff6de32dc4c4601">GetSampleDepth</a>() <span class="keyword">override</span>;</div>
<div class="line"><a id="l00101" name="l00101"></a><span class="lineno"> 101</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classAgilentOscilloscope.html#a20445dffef4aaedf8535a2d82e99ef94">SetSampleDepth</a>(uint64_t depth) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00102" name="l00102"></a><span class="lineno"> 102</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classAgilentOscilloscope.html#ab18f41e25447f48d414f81777f0bd7cf">SetSampleRate</a>(uint64_t rate) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00103" name="l00103"></a><span class="lineno"> 103</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classAgilentOscilloscope.html#a68516b16db8af3d94594019c1865082a">SetTriggerOffset</a>(int64_t offset) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00104" name="l00104"></a><span class="lineno"> 104</span> <span class="keyword">virtual</span> int64_t <a class="code hl_function" href="classAgilentOscilloscope.html#ace986fe7360781e96dcdaa0ed050f8df">GetTriggerOffset</a>() <span class="keyword">override</span>;</div>
<div class="line"><a id="l00105" name="l00105"></a><span class="lineno"> 105</span> <span class="keyword">virtual</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="classAgilentOscilloscope.html#ad3ddbb8aff809c5660e8c13804d6d767">IsInterleaving</a>() <span class="keyword">override</span>;</div>
<div class="line"><a id="l00106" name="l00106"></a><span class="lineno"> 106</span> <span class="keyword">virtual</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="classAgilentOscilloscope.html#ae1ba884f647df9207b23110fd5f1b927">SetInterleaving</a>(<span class="keywordtype">bool</span> combine) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00107" name="l00107"></a><span class="lineno"> 107</span> </div>
<div class="line"><a id="l00108" name="l00108"></a><span class="lineno"> 108</span><span class="keyword">protected</span>:</div>
<div class="line"><a id="l00109" name="l00109"></a><span class="lineno"> 109</span> </div>
<div class="line"><a id="l00111" name="l00111"></a><span class="lineno"><a class="line" href="classAgilentOscilloscope.html#ad9464a7019f92ee5102dfa12b3a95e86"> 111</a></span> <a class="code hl_class" href="classOscilloscopeChannel.html">OscilloscopeChannel</a>* <a class="code hl_variable" href="classAgilentOscilloscope.html#ad9464a7019f92ee5102dfa12b3a95e86">m_extTrigChannel</a>;</div>
<div class="line"><a id="l00112" name="l00112"></a><span class="lineno"> 112</span> </div>
<div class="line"><a id="l00114" name="l00114"></a><span class="lineno"><a class="line" href="classAgilentOscilloscope.html#a7d655ac6052177124b296e0343fb276b"> 114</a></span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code hl_variable" href="classAgilentOscilloscope.html#a7d655ac6052177124b296e0343fb276b">m_analogChannelCount</a>;</div>
<div class="line"><a id="l00115" name="l00115"></a><span class="lineno"> 115</span> </div>
<div class="line"><a id="l00117" name="l00117"></a><span class="lineno"><a class="line" href="classAgilentOscilloscope.html#ad30f63debf6c52d28780a0dca044d4e0"> 117</a></span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code hl_variable" href="classAgilentOscilloscope.html#ad30f63debf6c52d28780a0dca044d4e0">m_digitalChannelCount</a>;</div>
<div class="line"><a id="l00118" name="l00118"></a><span class="lineno"> 118</span> </div>
<div class="line"><a id="l00120" name="l00120"></a><span class="lineno"><a class="line" href="classAgilentOscilloscope.html#af60997cc71aaebe45453f7fad158dc75"> 120</a></span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code hl_variable" href="classAgilentOscilloscope.html#af60997cc71aaebe45453f7fad158dc75">m_digitalChannelBase</a>;</div>
<div class="line"><a id="l00121" name="l00121"></a><span class="lineno"> 121</span> </div>
<div class="line"><a id="l00123" name="l00123"></a><span class="lineno"><a class="line" href="classAgilentOscilloscope.html#a441dfd4316ee7a14d2b0e3138e7fd20e"> 123</a></span> <span class="keyword">enum</span> <a class="code hl_enumeration" href="classAgilentOscilloscope.html#a441dfd4316ee7a14d2b0e3138e7fd20e">ProbeType</a></div>
<div class="line"><a id="l00124" name="l00124"></a><span class="lineno"> 124</span> {</div>
<div class="line"><a id="l00126" name="l00126"></a><span class="lineno"><a class="line" href="classAgilentOscilloscope.html#a441dfd4316ee7a14d2b0e3138e7fd20ea5b4e376963a8ba2be636440e7b12b9a3"> 126</a></span> <a class="code hl_enumvalue" href="classAgilentOscilloscope.html#a441dfd4316ee7a14d2b0e3138e7fd20ea5b4e376963a8ba2be636440e7b12b9a3">None</a>,</div>
<div class="line"><a id="l00127" name="l00127"></a><span class="lineno"> 127</span> </div>
<div class="line"><a id="l00129" name="l00129"></a><span class="lineno"><a class="line" href="classAgilentOscilloscope.html#a441dfd4316ee7a14d2b0e3138e7fd20ea054a52d5dab5bb4639624186fa568657"> 129</a></span> <a class="code hl_enumvalue" href="classAgilentOscilloscope.html#a441dfd4316ee7a14d2b0e3138e7fd20ea054a52d5dab5bb4639624186fa568657">AutoProbe</a>,</div>
<div class="line"><a id="l00130" name="l00130"></a><span class="lineno"> 130</span> </div>
<div class="line"><a id="l00132" name="l00132"></a><span class="lineno"> 132</span> <a class="code hl_enumvalue" href="classAgilentOscilloscope.html#a441dfd4316ee7a14d2b0e3138e7fd20ea24f21f71ba2fafdeead36452d5cbf1df">SmartProbe</a></div>
<div class="line"><a id="l00133" name="l00133"></a><span class="lineno"><a class="line" href="classAgilentOscilloscope.html#a441dfd4316ee7a14d2b0e3138e7fd20ea24f21f71ba2fafdeead36452d5cbf1df"> 133</a></span> };</div>
<div class="line"><a id="l00134" name="l00134"></a><span class="lineno"> 134</span> </div>
<div class="line"><a id="l00136" name="l00136"></a><span class="lineno"><a class="line" href="classAgilentOscilloscope.html#a49a1d993b50e2fc68e4b5377a3faa26f"> 136</a></span> std::map<size_t, float> <a class="code hl_variable" href="classAgilentOscilloscope.html#a49a1d993b50e2fc68e4b5377a3faa26f">m_channelOffsets</a>;</div>
<div class="line"><a id="l00137" name="l00137"></a><span class="lineno"> 137</span> </div>
<div class="line"><a id="l00139" name="l00139"></a><span class="lineno"><a class="line" href="classAgilentOscilloscope.html#aa1061d03ee332338c810906d331b3f4d"> 139</a></span> std::map<size_t, float> <a class="code hl_variable" href="classAgilentOscilloscope.html#aa1061d03ee332338c810906d331b3f4d">m_channelVoltageRanges</a>;</div>
<div class="line"><a id="l00140" name="l00140"></a><span class="lineno"> 140</span> </div>
<div class="line"><a id="l00142" name="l00142"></a><span class="lineno"><a class="line" href="classAgilentOscilloscope.html#aced630ece4d63a408e5f5dc4de55632d"> 142</a></span> std::map<size_t, OscilloscopeChannel::CouplingType> <a class="code hl_variable" href="classAgilentOscilloscope.html#aced630ece4d63a408e5f5dc4de55632d">m_channelCouplings</a>;</div>
<div class="line"><a id="l00143" name="l00143"></a><span class="lineno"> 143</span> </div>
<div class="line"><a id="l00145" name="l00145"></a><span class="lineno"><a class="line" href="classAgilentOscilloscope.html#af1dae4586b1e76ada7c9a168fdee8bfc"> 145</a></span> std::map<size_t, double> <a class="code hl_variable" href="classAgilentOscilloscope.html#af1dae4586b1e76ada7c9a168fdee8bfc">m_channelAttenuations</a>;</div>
<div class="line"><a id="l00146" name="l00146"></a><span class="lineno"> 146</span> </div>
<div class="line"><a id="l00148" name="l00148"></a><span class="lineno"><a class="line" href="classAgilentOscilloscope.html#a3d7cd4b7b4074b6d6e2b6ac335c97077"> 148</a></span> std::map<size_t, int> <a class="code hl_variable" href="classAgilentOscilloscope.html#a3d7cd4b7b4074b6d6e2b6ac335c97077">m_channelBandwidthLimits</a>;</div>
<div class="line"><a id="l00149" name="l00149"></a><span class="lineno"> 149</span> </div>
<div class="line"><a id="l00151" name="l00151"></a><span class="lineno"><a class="line" href="classAgilentOscilloscope.html#ad9ea278de2d739059bd57d88c2ca0eac"> 151</a></span> std::map<int, bool> <a class="code hl_variable" href="classAgilentOscilloscope.html#ad9ea278de2d739059bd57d88c2ca0eac">m_channelsEnabled</a>;</div>
<div class="line"><a id="l00152" name="l00152"></a><span class="lineno"> 152</span> </div>
<div class="line"><a id="l00154" name="l00154"></a><span class="lineno"><a class="line" href="classAgilentOscilloscope.html#aa836cef9a3547d46a2fc89004b241bb0"> 154</a></span> std::map<size_t, ProbeType> <a class="code hl_variable" href="classAgilentOscilloscope.html#aa836cef9a3547d46a2fc89004b241bb0">m_probeTypes</a>;</div>
<div class="line"><a id="l00155" name="l00155"></a><span class="lineno"> 155</span> </div>
<div class="line"><a id="l00157" name="l00157"></a><span class="lineno"><a class="line" href="classAgilentOscilloscope.html#a40103a11f5fbbb9a1e56c105c357ffa7"> 157</a></span> <span class="keywordtype">bool</span> <a class="code hl_variable" href="classAgilentOscilloscope.html#a40103a11f5fbbb9a1e56c105c357ffa7">m_sampleDepthValid</a>;</div>
<div class="line"><a id="l00158" name="l00158"></a><span class="lineno"> 158</span> </div>
<div class="line"><a id="l00160" name="l00160"></a><span class="lineno"><a class="line" href="classAgilentOscilloscope.html#a0a7864b80c9f7bd8d3b3445ace0d9e1f"> 160</a></span> uint64_t <a class="code hl_variable" href="classAgilentOscilloscope.html#a0a7864b80c9f7bd8d3b3445ace0d9e1f">m_sampleDepth</a>;</div>
<div class="line"><a id="l00161" name="l00161"></a><span class="lineno"> 161</span> </div>
<div class="line"><a id="l00163" name="l00163"></a><span class="lineno"><a class="line" href="classAgilentOscilloscope.html#a5bd30032acdd58d6fbd2c7737531bdd7"> 163</a></span> <span class="keywordtype">bool</span> <a class="code hl_variable" href="classAgilentOscilloscope.html#a5bd30032acdd58d6fbd2c7737531bdd7">m_sampleRateValid</a>;</div>
<div class="line"><a id="l00164" name="l00164"></a><span class="lineno"> 164</span> </div>
<div class="line"><a id="l00166" name="l00166"></a><span class="lineno"><a class="line" href="classAgilentOscilloscope.html#a4b88cbddc39775e3b0e03f8db409bf50"> 166</a></span> uint64_t <a class="code hl_variable" href="classAgilentOscilloscope.html#a4b88cbddc39775e3b0e03f8db409bf50">m_sampleRate</a>;</div>
<div class="line"><a id="l00167" name="l00167"></a><span class="lineno"> 167</span> </div>
<div class="line"><a id="l00169" name="l00169"></a><span class="lineno"><a class="line" href="classAgilentOscilloscope.html#a26372f289a3ec5a900e310dd8b879265"> 169</a></span> <span class="keywordtype">bool</span> <a class="code hl_variable" href="classAgilentOscilloscope.html#a26372f289a3ec5a900e310dd8b879265">m_triggerArmed</a>;</div>
<div class="line"><a id="l00170" name="l00170"></a><span class="lineno"> 170</span> </div>
<div class="line"><a id="l00172" name="l00172"></a><span class="lineno"><a class="line" href="classAgilentOscilloscope.html#aa7e47c698e4fdddd929acbfb4ea6b2e3"> 172</a></span> <span class="keywordtype">bool</span> <a class="code hl_variable" href="classAgilentOscilloscope.html#aa7e47c698e4fdddd929acbfb4ea6b2e3">m_triggerOneShot</a>;</div>
<div class="line"><a id="l00173" name="l00173"></a><span class="lineno"> 173</span> </div>
<div class="line"><a id="l00174" name="l00174"></a><span class="lineno"> 174</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classAgilentOscilloscope.html#a9eb27c71e18acb88319191721e0abc34">PullEdgeTrigger</a>();</div>
<div class="line"><a id="l00175" name="l00175"></a><span class="lineno"> 175</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classAgilentOscilloscope.html#aa7d2e7c9e8937b77c67c113242a7546a">PullNthEdgeBurstTrigger</a>();</div>
<div class="line"><a id="l00176" name="l00176"></a><span class="lineno"> 176</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classAgilentOscilloscope.html#a89952bc97989f8be660f23900903fc9b">PullPulseWidthTrigger</a>();</div>
<div class="line"><a id="l00177" name="l00177"></a><span class="lineno"> 177</span> </div>
<div class="line"><a id="l00178" name="l00178"></a><span class="lineno"> 178</span> <span class="keywordtype">void</span> GetTriggerSlope(<a class="code hl_class" href="classEdgeTrigger.html">EdgeTrigger</a>* trig, std::string reply);</div>
<div class="line"><a id="l00179" name="l00179"></a><span class="lineno"> 179</span> <span class="keywordtype">void</span> GetTriggerSlope(<a class="code hl_class" href="classNthEdgeBurstTrigger.html">NthEdgeBurstTrigger</a>* trig, std::string reply);</div>
<div class="line"><a id="l00180" name="l00180"></a><span class="lineno"> 180</span> <a class="code hl_enumeration" href="classTrigger.html#ac6045a961a0f32675a678befffa4fda2">Trigger::Condition</a> <a class="code hl_function" href="classAgilentOscilloscope.html#ad209159da6226d968735ab5a899e33e3">GetCondition</a>(std::string reply);</div>
<div class="line"><a id="l00181" name="l00181"></a><span class="lineno"> 181</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classAgilentOscilloscope.html#a54b790295a416d4204ba8d182d83fed1">GetProbeType</a>(<span class="keywordtype">size_t</span> i);</div>
<div class="line"><a id="l00182" name="l00182"></a><span class="lineno"> 182</span> </div>
<div class="line"><a id="l00183" name="l00183"></a><span class="lineno"> 183</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classAgilentOscilloscope.html#aa7d25d3f4daf08f5d49c6d14be2372ca">PushEdgeTrigger</a>(<a class="code hl_class" href="classEdgeTrigger.html">EdgeTrigger</a>* trig);</div>
<div class="line"><a id="l00184" name="l00184"></a><span class="lineno"> 184</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classAgilentOscilloscope.html#a9c26138a3a68013f8534b43bf6da8219">PushNthEdgeBurstTrigger</a>(<a class="code hl_class" href="classNthEdgeBurstTrigger.html">NthEdgeBurstTrigger</a>* trig);</div>
<div class="line"><a id="l00185" name="l00185"></a><span class="lineno"> 185</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classAgilentOscilloscope.html#a6bf3827c9615795e56c8bfd3292829a0">PushPulseWidthTrigger</a>(<a class="code hl_class" href="classPulseWidthTrigger.html">PulseWidthTrigger</a>* trig);</div>
<div class="line"><a id="l00186" name="l00186"></a><span class="lineno"> 186</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classAgilentOscilloscope.html#a49dd2af4dc95451d71b0656cbe9e8da5">PushCondition</a>(std::string path, <a class="code hl_enumeration" href="classTrigger.html#ac6045a961a0f32675a678befffa4fda2">Trigger::Condition</a> cond);</div>
<div class="line"><a id="l00187" name="l00187"></a><span class="lineno"> 187</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classAgilentOscilloscope.html#ab97d6635e1425b01f4dfcee0b2ab57d5">PushFloat</a>(std::string path, <span class="keywordtype">float</span> f);</div>
<div class="line"><a id="l00188" name="l00188"></a><span class="lineno"> 188</span> <span class="keywordtype">void</span> PushSlope(std::string path, <a class="code hl_enumeration" href="classEdgeTrigger.html#a741bfba53892a3b15c53dc33a297434c">EdgeTrigger::EdgeType</a> slope);</div>
<div class="line"><a id="l00189" name="l00189"></a><span class="lineno"> 189</span> <span class="keywordtype">void</span> PushSlope(std::string path, <a class="code hl_enumeration" href="classNthEdgeBurstTrigger.html#a47c6e7079677355e9b126c903bb75aab">NthEdgeBurstTrigger::EdgeType</a> slope);</div>
<div class="line"><a id="l00190" name="l00190"></a><span class="lineno"> 190</span> </div>
<div class="line"><a id="l00191" name="l00191"></a><span class="lineno"> 191</span><span class="keyword">private</span>:</div>
<div class="line"><a id="l00192" name="l00192"></a><span class="lineno"> 192</span> </div>
<div class="line"><a id="l00194" name="l00194"></a><span class="lineno"> 194</span> <span class="keyword">static</span> std::map<uint64_t, uint64_t> m_sampleRateToDuration;</div>
<div class="line"><a id="l00195" name="l00195"></a><span class="lineno"> 195</span> </div>
<div class="line"><a id="l00197" name="l00197"></a><span class="lineno"> 197</span> <span class="keyword">struct </span>WaveformPreamble</div>
<div class="line"><a id="l00198" name="l00198"></a><span class="lineno"> 198</span> {</div>
<div class="line"><a id="l00199" name="l00199"></a><span class="lineno"> 199</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> format;</div>
<div class="line"><a id="l00200" name="l00200"></a><span class="lineno"> 200</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> type;</div>
<div class="line"><a id="l00201" name="l00201"></a><span class="lineno"> 201</span> <span class="keywordtype">size_t</span> length;</div>
<div class="line"><a id="l00202" name="l00202"></a><span class="lineno"> 202</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> average_count;</div>
<div class="line"><a id="l00203" name="l00203"></a><span class="lineno"> 203</span> <span class="keywordtype">double</span> xincrement;</div>
<div class="line"><a id="l00204" name="l00204"></a><span class="lineno"> 204</span> <span class="keywordtype">double</span> xorigin;</div>
<div class="line"><a id="l00205" name="l00205"></a><span class="lineno"> 205</span> <span class="keywordtype">double</span> xreference;</div>
<div class="line"><a id="l00206" name="l00206"></a><span class="lineno"> 206</span> <span class="keywordtype">double</span> yincrement;</div>
<div class="line"><a id="l00207" name="l00207"></a><span class="lineno"> 207</span> <span class="keywordtype">double</span> yorigin;</div>
<div class="line"><a id="l00208" name="l00208"></a><span class="lineno"> 208</span> <span class="keywordtype">double</span> yreference;</div>
<div class="line"><a id="l00209" name="l00209"></a><span class="lineno"> 209</span> };</div>
<div class="line"><a id="l00210" name="l00210"></a><span class="lineno"> 210</span> </div>
<div class="line"><a id="l00211" name="l00211"></a><span class="lineno"> 211</span> <span class="keywordtype">void</span> ConfigureWaveform(std::string channel);</div>
<div class="line"><a id="l00212" name="l00212"></a><span class="lineno"> 212</span> <span class="keywordtype">bool</span> IsAnalogChannel(<span class="keywordtype">size_t</span> i);</div>
<div class="line"><a id="l00213" name="l00213"></a><span class="lineno"> 213</span> <span class="keywordtype">size_t</span> GetDigitalPodIndex(<span class="keywordtype">size_t</span> i);</div>
<div class="line"><a id="l00214" name="l00214"></a><span class="lineno"> 214</span> std::string GetDigitalPodName(<span class="keywordtype">size_t</span> i);</div>
<div class="line"><a id="l00215" name="l00215"></a><span class="lineno"> 215</span> std::vector<uint8_t> GetWaveformData(std::string channel);</div>
<div class="line"><a id="l00216" name="l00216"></a><span class="lineno"> 216</span> WaveformPreamble GetWaveformPreamble(std::string channel);</div>
<div class="line"><a id="l00217" name="l00217"></a><span class="lineno"> 217</span> <span class="keywordtype">void</span> ProcessDigitalWaveforms(</div>
<div class="line"><a id="l00218" name="l00218"></a><span class="lineno"> 218</span> std::map<<span class="keywordtype">int</span>, std::vector<WaveformBase*>> &pending_waveforms,</div>
<div class="line"><a id="l00219" name="l00219"></a><span class="lineno"> 219</span> std::vector<uint8_t> &data, WaveformPreamble &preamble,</div>
<div class="line"><a id="l00220" name="l00220"></a><span class="lineno"> 220</span> <span class="keywordtype">size_t</span> chan_start);</div>
<div class="line"><a id="l00221" name="l00221"></a><span class="lineno"> 221</span> <span class="keywordtype">void</span> SetSampleRateAndDepth(uint64_t rate, uint64_t depth);</div>
<div class="line"><a id="l00222" name="l00222"></a><span class="lineno"> 222</span> </div>
<div class="line"><a id="l00223" name="l00223"></a><span class="lineno"> 223</span><span class="keyword">public</span>:</div>
<div class="line"><a id="l00224" name="l00224"></a><span class="lineno"> 224</span> <span class="keyword">static</span> std::string <a class="code hl_function" href="classAgilentOscilloscope.html#abf098af15097b22c5c47cc9af2d3049c">GetDriverNameInternal</a>();</div>
<div class="line"><a id="l00225" name="l00225"></a><span class="lineno"> 225</span> OSCILLOSCOPE_INITPROC(<a class="code hl_class" href="classAgilentOscilloscope.html">AgilentOscilloscope</a>)</div>
<div class="line"><a id="l00226" name="l00226"></a><span class="lineno"> 226</span>};</div>
<div class="line"><a id="l00227" name="l00227"></a><span class="lineno"> 227</span> </div>
<div class="line"><a id="l00228" name="l00228"></a><span class="lineno"> 228</span><span class="preprocessor">#endif</span></div>
<div class="ttc" id="aEdgeTrigger_8h_html"><div class="ttname"><a href="EdgeTrigger_8h.html">EdgeTrigger.h</a></div><div class="ttdoc">Declaration of EdgeTrigger.</div></div>
<div class="ttc" id="aNthEdgeBurstTrigger_8h_html"><div class="ttname"><a href="NthEdgeBurstTrigger_8h.html">NthEdgeBurstTrigger.h</a></div><div class="ttdoc">Declaration of NthEdgeBurstTrigger.</div></div>
<div class="ttc" id="aPulseWidthTrigger_8h_html"><div class="ttname"><a href="PulseWidthTrigger_8h.html">PulseWidthTrigger.h</a></div><div class="ttdoc">Declaration of PulseWidthTrigger.</div></div>
<div class="ttc" id="aclassAgilentOscilloscope_html"><div class="ttname"><a href="classAgilentOscilloscope.html">AgilentOscilloscope</a></div><div class="ttdoc">Driver for Agilent (and some Keysight) oscilloscopes.</div><div class="ttdef"><b>Definition:</b> AgilentOscilloscope.h:48</div></div>
<div class="ttc" id="aclassAgilentOscilloscope_html_a097b6eab3257b277fed407ba7f311d6c"><div class="ttname"><a href="classAgilentOscilloscope.html#a097b6eab3257b277fed407ba7f311d6c">AgilentOscilloscope::IsTriggerArmed</a></div><div class="ttdeci">virtual bool IsTriggerArmed() override</div><div class="ttdoc">Checks if the trigger is currently armed.</div><div class="ttdef"><b>Definition:</b> AgilentOscilloscope.cpp:853</div></div>
<div class="ttc" id="aclassAgilentOscilloscope_html_a0a7864b80c9f7bd8d3b3445ace0d9e1f"><div class="ttname"><a href="classAgilentOscilloscope.html#a0a7864b80c9f7bd8d3b3445ace0d9e1f">AgilentOscilloscope::m_sampleDepth</a></div><div class="ttdeci">uint64_t m_sampleDepth</div><div class="ttdoc">Acquisition memory depth.</div><div class="ttdef"><b>Definition:</b> AgilentOscilloscope.h:160</div></div>
<div class="ttc" id="aclassAgilentOscilloscope_html_a12601a5a8c3e57adf2fe746d84f3f111"><div class="ttname"><a href="classAgilentOscilloscope.html#a12601a5a8c3e57adf2fe746d84f3f111">AgilentOscilloscope::GetSampleDepthsInterleaved</a></div><div class="ttdeci">virtual std::vector< uint64_t > GetSampleDepthsInterleaved() override</div><div class="ttdoc">Get the legal memory depths for this scope in combined-channels mode.</div><div class="ttdef"><b>Definition:</b> AgilentOscilloscope.cpp:925</div></div>
<div class="ttc" id="aclassAgilentOscilloscope_html_a144a2d2fe5c587c41327ff688d86b78e"><div class="ttname"><a href="classAgilentOscilloscope.html#a144a2d2fe5c587c41327ff688d86b78e">AgilentOscilloscope::GetSampleRate</a></div><div class="ttdeci">virtual uint64_t GetSampleRate() override</div><div class="ttdoc">Gets the current sampling rate (in Hz) of this scope.</div><div class="ttdef"><b>Definition:</b> AgilentOscilloscope.cpp:932</div></div>
<div class="ttc" id="aclassAgilentOscilloscope_html_a19855824282d0558a17252524de2aad5"><div class="ttname"><a href="classAgilentOscilloscope.html#a19855824282d0558a17252524de2aad5">AgilentOscilloscope::DisableChannel</a></div><div class="ttdeci">virtual void DisableChannel(size_t i) override</div><div class="ttdoc">Turn a channel off, given the index.</div><div class="ttdef"><b>Definition:</b> AgilentOscilloscope.cpp:324</div></div>
<div class="ttc" id="aclassAgilentOscilloscope_html_a1a58f489fa91743f964e292a2ef0f6e9"><div class="ttname"><a href="classAgilentOscilloscope.html#a1a58f489fa91743f964e292a2ef0f6e9">AgilentOscilloscope::ForceTrigger</a></div><div class="ttdeci">virtual void ForceTrigger() override</div><div class="ttdoc">Forces a single acquisition as soon as possible.</div><div class="ttdef"><b>Definition:</b> AgilentOscilloscope.cpp:848</div></div>
<div class="ttc" id="aclassAgilentOscilloscope_html_a1bf83088fc05708e7b47e8153fb236af"><div class="ttname"><a href="classAgilentOscilloscope.html#a1bf83088fc05708e7b47e8153fb236af">AgilentOscilloscope::SetChannelAttenuation</a></div><div class="ttdeci">virtual void SetChannelAttenuation(size_t i, double atten) override</div><div class="ttdoc">Sets the probe attenuation used for an input channel.</div><div class="ttdef"><b>Definition:</b> AgilentOscilloscope.cpp:438</div></div>
<div class="ttc" id="aclassAgilentOscilloscope_html_a20445dffef4aaedf8535a2d82e99ef94"><div class="ttname"><a href="classAgilentOscilloscope.html#a20445dffef4aaedf8535a2d82e99ef94">AgilentOscilloscope::SetSampleDepth</a></div><div class="ttdeci">virtual void SetSampleDepth(uint64_t depth) override</div><div class="ttdoc">Sets the sample depth of the scope.</div><div class="ttdef"><b>Definition:</b> AgilentOscilloscope.cpp:995</div></div>
<div class="ttc" id="aclassAgilentOscilloscope_html_a2333d1aca888d57a285dbb08267cd81f"><div class="ttname"><a href="classAgilentOscilloscope.html#a2333d1aca888d57a285dbb08267cd81f">AgilentOscilloscope::GetChannelVoltageRange</a></div><div class="ttdeci">virtual float GetChannelVoltageRange(size_t i, size_t stream) override</div><div class="ttdoc">Gets the range of the current channel configuration.</div><div class="ttdef"><b>Definition:</b> AgilentOscilloscope.cpp:486</div></div>
<div class="ttc" id="aclassAgilentOscilloscope_html_a26372f289a3ec5a900e310dd8b879265"><div class="ttname"><a href="classAgilentOscilloscope.html#a26372f289a3ec5a900e310dd8b879265">AgilentOscilloscope::m_triggerArmed</a></div><div class="ttdeci">bool m_triggerArmed</div><div class="ttdoc">True if trigger is armed, false if idle.</div><div class="ttdef"><b>Definition:</b> AgilentOscilloscope.h:169</div></div>
<div class="ttc" id="aclassAgilentOscilloscope_html_a2710cf7e2f74cdaeeff6de32dc4c4601"><div class="ttname"><a href="classAgilentOscilloscope.html#a2710cf7e2f74cdaeeff6de32dc4c4601">AgilentOscilloscope::GetSampleDepth</a></div><div class="ttdeci">virtual uint64_t GetSampleDepth() override</div><div class="ttdoc">Gets the current sample depth of this scope.</div><div class="ttdef"><b>Definition:</b> AgilentOscilloscope.cpp:945</div></div>
<div class="ttc" id="aclassAgilentOscilloscope_html_a2b808ca0bb90bbcd4d05f0b6e8d36f60"><div class="ttname"><a href="classAgilentOscilloscope.html#a2b808ca0bb90bbcd4d05f0b6e8d36f60">AgilentOscilloscope::Stop</a></div><div class="ttdeci">virtual void Stop() override</div><div class="ttdoc">Stops triggering.</div><div class="ttdef"><b>Definition:</b> AgilentOscilloscope.cpp:840</div></div>
<div class="ttc" id="aclassAgilentOscilloscope_html_a31d1dbf5a0013dd3b22f9ad80b5ae590"><div class="ttname"><a href="classAgilentOscilloscope.html#a31d1dbf5a0013dd3b22f9ad80b5ae590">AgilentOscilloscope::GetAvailableCouplings</a></div><div class="ttdeci">virtual std::vector< OscilloscopeChannel::CouplingType > GetAvailableCouplings(size_t i) override</div><div class="ttdoc">Gets the set of legal coupling values for an input channel.</div><div class="ttdef"><b>Definition:</b> AgilentOscilloscope.cpp:336</div></div>
<div class="ttc" id="aclassAgilentOscilloscope_html_a3d7cd4b7b4074b6d6e2b6ac335c97077"><div class="ttname"><a href="classAgilentOscilloscope.html#a3d7cd4b7b4074b6d6e2b6ac335c97077">AgilentOscilloscope::m_channelBandwidthLimits</a></div><div class="ttdeci">std::map< size_t, int > m_channelBandwidthLimits</div><div class="ttdoc">Map of channel ID to bandwidth limit.</div><div class="ttdef"><b>Definition:</b> AgilentOscilloscope.h:148</div></div>
<div class="ttc" id="aclassAgilentOscilloscope_html_a40103a11f5fbbb9a1e56c105c357ffa7"><div class="ttname"><a href="classAgilentOscilloscope.html#a40103a11f5fbbb9a1e56c105c357ffa7">AgilentOscilloscope::m_sampleDepthValid</a></div><div class="ttdeci">bool m_sampleDepthValid</div><div class="ttdoc">True if m_sampleDepth is valid, false if not.</div><div class="ttdef"><b>Definition:</b> AgilentOscilloscope.h:157</div></div>
<div class="ttc" id="aclassAgilentOscilloscope_html_a415cc6372da678920e9c775f25ad99df"><div class="ttname"><a href="classAgilentOscilloscope.html#a415cc6372da678920e9c775f25ad99df">AgilentOscilloscope::SetChannelVoltageRange</a></div><div class="ttdeci">virtual void SetChannelVoltageRange(size_t i, size_t stream, float range) override</div><div class="ttdoc">Sets the range of the current channel configuration.</div><div class="ttdef"><b>Definition:</b> AgilentOscilloscope.cpp:512</div></div>
<div class="ttc" id="aclassAgilentOscilloscope_html_a441dfd4316ee7a14d2b0e3138e7fd20e"><div class="ttname"><a href="classAgilentOscilloscope.html#a441dfd4316ee7a14d2b0e3138e7fd20e">AgilentOscilloscope::ProbeType</a></div><div class="ttdeci">ProbeType</div><div class="ttdoc">Type of probe connected to a channel.</div><div class="ttdef"><b>Definition:</b> AgilentOscilloscope.h:124</div></div>
<div class="ttc" id="aclassAgilentOscilloscope_html_a441dfd4316ee7a14d2b0e3138e7fd20ea054a52d5dab5bb4639624186fa568657"><div class="ttname"><a href="classAgilentOscilloscope.html#a441dfd4316ee7a14d2b0e3138e7fd20ea054a52d5dab5bb4639624186fa568657">AgilentOscilloscope::AutoProbe</a></div><div class="ttdeci">@ AutoProbe</div><div class="ttdoc">Passive probe with ID resistor for detecting attenuation.</div><div class="ttdef"><b>Definition:</b> AgilentOscilloscope.h:129</div></div>
<div class="ttc" id="aclassAgilentOscilloscope_html_a441dfd4316ee7a14d2b0e3138e7fd20ea24f21f71ba2fafdeead36452d5cbf1df"><div class="ttname"><a href="classAgilentOscilloscope.html#a441dfd4316ee7a14d2b0e3138e7fd20ea24f21f71ba2fafdeead36452d5cbf1df">AgilentOscilloscope::SmartProbe</a></div><div class="ttdeci">@ SmartProbe</div><div class="ttdoc">Active probe.</div><div class="ttdef"><b>Definition:</b> AgilentOscilloscope.h:132</div></div>
<div class="ttc" id="aclassAgilentOscilloscope_html_a441dfd4316ee7a14d2b0e3138e7fd20ea5b4e376963a8ba2be636440e7b12b9a3"><div class="ttname"><a href="classAgilentOscilloscope.html#a441dfd4316ee7a14d2b0e3138e7fd20ea5b4e376963a8ba2be636440e7b12b9a3">AgilentOscilloscope::None</a></div><div class="ttdeci">@ None</div><div class="ttdoc">No probe, or no ID ring present.</div><div class="ttdef"><b>Definition:</b> AgilentOscilloscope.h:126</div></div>
<div class="ttc" id="aclassAgilentOscilloscope_html_a49a1d993b50e2fc68e4b5377a3faa26f"><div class="ttname"><a href="classAgilentOscilloscope.html#a49a1d993b50e2fc68e4b5377a3faa26f">AgilentOscilloscope::m_channelOffsets</a></div><div class="ttdeci">std::map< size_t, float > m_channelOffsets</div><div class="ttdoc">Map of channel ID to offset.</div><div class="ttdef"><b>Definition:</b> AgilentOscilloscope.h:136</div></div>
<div class="ttc" id="aclassAgilentOscilloscope_html_a49dd2af4dc95451d71b0656cbe9e8da5"><div class="ttname"><a href="classAgilentOscilloscope.html#a49dd2af4dc95451d71b0656cbe9e8da5">AgilentOscilloscope::PushCondition</a></div><div class="ttdeci">void PushCondition(std::string path, Trigger::Condition cond)</div><div class="ttdoc">Send a trigger condition to the instrument.</div><div class="ttdef"><b>Definition:</b> AgilentOscilloscope.cpp:1384</div></div>
<div class="ttc" id="aclassAgilentOscilloscope_html_a4b88cbddc39775e3b0e03f8db409bf50"><div class="ttname"><a href="classAgilentOscilloscope.html#a4b88cbddc39775e3b0e03f8db409bf50">AgilentOscilloscope::m_sampleRate</a></div><div class="ttdeci">uint64_t m_sampleRate</div><div class="ttdoc">Acquisition sample rate.</div><div class="ttdef"><b>Definition:</b> AgilentOscilloscope.h:166</div></div>
<div class="ttc" id="aclassAgilentOscilloscope_html_a4d3eacf7764de30647847535c1660bda"><div class="ttname"><a href="classAgilentOscilloscope.html#a4d3eacf7764de30647847535c1660bda">AgilentOscilloscope::AcquireData</a></div><div class="ttdeci">virtual bool AcquireData() override</div><div class="ttdoc">Pull data from the instrument.</div><div class="ttdef"><b>Definition:</b> AgilentOscilloscope.cpp:730</div></div>
<div class="ttc" id="aclassAgilentOscilloscope_html_a54b790295a416d4204ba8d182d83fed1"><div class="ttname"><a href="classAgilentOscilloscope.html#a54b790295a416d4204ba8d182d83fed1">AgilentOscilloscope::GetProbeType</a></div><div class="ttdeci">void GetProbeType(size_t i)</div><div class="ttdoc">Figures out what kind of probe is connected to a channel.</div><div class="ttdef"><b>Definition:</b> AgilentOscilloscope.cpp:1268</div></div>
<div class="ttc" id="aclassAgilentOscilloscope_html_a5b530d129846183e7fb3d0d6302f6096"><div class="ttname"><a href="classAgilentOscilloscope.html#a5b530d129846183e7fb3d0d6302f6096">AgilentOscilloscope::PullTrigger</a></div><div class="ttdeci">virtual void PullTrigger() override</div><div class="ttdoc">Updates m_trigger with any changes made from the instrument side.</div><div class="ttdef"><b>Definition:</b> AgilentOscilloscope.cpp:1032</div></div>
<div class="ttc" id="aclassAgilentOscilloscope_html_a5bd30032acdd58d6fbd2c7737531bdd7"><div class="ttname"><a href="classAgilentOscilloscope.html#a5bd30032acdd58d6fbd2c7737531bdd7">AgilentOscilloscope::m_sampleRateValid</a></div><div class="ttdeci">bool m_sampleRateValid</div><div class="ttdoc">True if m_sampleRate is valid, false if not.</div><div class="ttdef"><b>Definition:</b> AgilentOscilloscope.h:163</div></div>
<div class="ttc" id="aclassAgilentOscilloscope_html_a6560bab387565d6685d56107d173ecec"><div class="ttname"><a href="classAgilentOscilloscope.html#a6560bab387565d6685d56107d173ecec">AgilentOscilloscope::GetSampleRatesInterleaved</a></div><div class="ttdeci">virtual std::vector< uint64_t > GetSampleRatesInterleaved() override</div><div class="ttdoc">Get the legal sampling rates (in Hz) for this scope in combined-channels mode.</div><div class="ttdef"><b>Definition:</b> AgilentOscilloscope.cpp:889</div></div>
<div class="ttc" id="aclassAgilentOscilloscope_html_a68516b16db8af3d94594019c1865082a"><div class="ttname"><a href="classAgilentOscilloscope.html#a68516b16db8af3d94594019c1865082a">AgilentOscilloscope::SetTriggerOffset</a></div><div class="ttdeci">virtual void SetTriggerOffset(int64_t offset) override</div><div class="ttdoc">Sets the trigger offset.</div><div class="ttdef"><b>Definition:</b> AgilentOscilloscope.cpp:1011</div></div>
<div class="ttc" id="aclassAgilentOscilloscope_html_a68f8470932e6861abefc2815bd858468"><div class="ttname"><a href="classAgilentOscilloscope.html#a68f8470932e6861abefc2815bd858468">AgilentOscilloscope::PushTrigger</a></div><div class="ttdeci">virtual void PushTrigger() override</div><div class="ttdoc">Pushes changes made to m_trigger to the instrument.</div><div class="ttdef"><b>Definition:</b> AgilentOscilloscope.cpp:1292</div></div>
<div class="ttc" id="aclassAgilentOscilloscope_html_a6bf3827c9615795e56c8bfd3292829a0"><div class="ttname"><a href="classAgilentOscilloscope.html#a6bf3827c9615795e56c8bfd3292829a0">AgilentOscilloscope::PushPulseWidthTrigger</a></div><div class="ttdeci">void PushPulseWidthTrigger(PulseWidthTrigger *trig)</div><div class="ttdoc">Pushes settings for a pulse width trigger to the instrument.</div><div class="ttdef"><b>Definition:</b> AgilentOscilloscope.cpp:1354</div></div>
<div class="ttc" id="aclassAgilentOscilloscope_html_a7d655ac6052177124b296e0343fb276b"><div class="ttname"><a href="classAgilentOscilloscope.html#a7d655ac6052177124b296e0343fb276b">AgilentOscilloscope::m_analogChannelCount</a></div><div class="ttdeci">unsigned int m_analogChannelCount</div><div class="ttdoc">Hardware analog channel count, independent of LA option etc.</div><div class="ttdef"><b>Definition:</b> AgilentOscilloscope.h:114</div></div>
<div class="ttc" id="aclassAgilentOscilloscope_html_a831089b0c805e91112d14f0265c289a7"><div class="ttname"><a href="classAgilentOscilloscope.html#a831089b0c805e91112d14f0265c289a7">AgilentOscilloscope::FlushConfigCache</a></div><div class="ttdeci">virtual void FlushConfigCache() override</div><div class="ttdoc">Instruments are allowed to cache configuration settings to reduce round trip queries to the device.</div><div class="ttdef"><b>Definition:</b> AgilentOscilloscope.cpp:221</div></div>
<div class="ttc" id="aclassAgilentOscilloscope_html_a85901c99f7c79cad808b09d12e83e2f6"><div class="ttname"><a href="classAgilentOscilloscope.html#a85901c99f7c79cad808b09d12e83e2f6">AgilentOscilloscope::StartSingleTrigger</a></div><div class="ttdeci">virtual void StartSingleTrigger() override</div><div class="ttdoc">Arms the trigger for a single acquistion.</div><div class="ttdef"><b>Definition:</b> AgilentOscilloscope.cpp:832</div></div>
<div class="ttc" id="aclassAgilentOscilloscope_html_a870e1dfe2704a7f3d9328520a9abb54a"><div class="ttname"><a href="classAgilentOscilloscope.html#a870e1dfe2704a7f3d9328520a9abb54a">AgilentOscilloscope::EnableChannel</a></div><div class="ttdeci">virtual void EnableChannel(size_t i) override</div><div class="ttdoc">Turn a channel on, given the index.</div><div class="ttdef"><b>Definition:</b> AgilentOscilloscope.cpp:308</div></div>
<div class="ttc" id="aclassAgilentOscilloscope_html_a88571ec266205f28e2c732a1d6b0c00e"><div class="ttname"><a href="classAgilentOscilloscope.html#a88571ec266205f28e2c732a1d6b0c00e">AgilentOscilloscope::Start</a></div><div class="ttdeci">virtual void Start() override</div><div class="ttdoc">Starts the instrument in continuous trigger mode.</div><div class="ttdef"><b>Definition:</b> AgilentOscilloscope.cpp:824</div></div>
<div class="ttc" id="aclassAgilentOscilloscope_html_a89952bc97989f8be660f23900903fc9b"><div class="ttname"><a href="classAgilentOscilloscope.html#a89952bc97989f8be660f23900903fc9b">AgilentOscilloscope::PullPulseWidthTrigger</a></div><div class="ttdeci">void PullPulseWidthTrigger()</div><div class="ttdoc">Reads settings for a pulse width trigger from the instrument.</div><div class="ttdef"><b>Definition:</b> AgilentOscilloscope.cpp:1139</div></div>
<div class="ttc" id="aclassAgilentOscilloscope_html_a9c26138a3a68013f8534b43bf6da8219"><div class="ttname"><a href="classAgilentOscilloscope.html#a9c26138a3a68013f8534b43bf6da8219">AgilentOscilloscope::PushNthEdgeBurstTrigger</a></div><div class="ttdeci">void PushNthEdgeBurstTrigger(NthEdgeBurstTrigger *trig)</div><div class="ttdoc">Pushes settings for a Nth edge burst trigger to the instrument.</div><div class="ttdef"><b>Definition:</b> AgilentOscilloscope.cpp:1336</div></div>
<div class="ttc" id="aclassAgilentOscilloscope_html_a9d2d427d4c63e8c94996b36dcc9f8fcb"><div class="ttname"><a href="classAgilentOscilloscope.html#a9d2d427d4c63e8c94996b36dcc9f8fcb">AgilentOscilloscope::SetChannelCoupling</a></div><div class="ttdeci">virtual void SetChannelCoupling(size_t i, OscilloscopeChannel::CouplingType type) override</div><div class="ttdoc">Sets the coupling used for an input channel.</div><div class="ttdef"><b>Definition:</b> AgilentOscilloscope.cpp:382</div></div>
<div class="ttc" id="aclassAgilentOscilloscope_html_a9eb27c71e18acb88319191721e0abc34"><div class="ttname"><a href="classAgilentOscilloscope.html#a9eb27c71e18acb88319191721e0abc34">AgilentOscilloscope::PullEdgeTrigger</a></div><div class="ttdeci">void PullEdgeTrigger()</div><div class="ttdoc">Reads settings for an edge trigger from the instrument.</div><div class="ttdef"><b>Definition:</b> AgilentOscilloscope.cpp:1058</div></div>
<div class="ttc" id="aclassAgilentOscilloscope_html_aa1061d03ee332338c810906d331b3f4d"><div class="ttname"><a href="classAgilentOscilloscope.html#aa1061d03ee332338c810906d331b3f4d">AgilentOscilloscope::m_channelVoltageRanges</a></div><div class="ttdeci">std::map< size_t, float > m_channelVoltageRanges</div><div class="ttdoc">Map of channel ID to voltage range.</div><div class="ttdef"><b>Definition:</b> AgilentOscilloscope.h:139</div></div>
<div class="ttc" id="aclassAgilentOscilloscope_html_aa7d25d3f4daf08f5d49c6d14be2372ca"><div class="ttname"><a href="classAgilentOscilloscope.html#aa7d25d3f4daf08f5d49c6d14be2372ca">AgilentOscilloscope::PushEdgeTrigger</a></div><div class="ttdeci">void PushEdgeTrigger(EdgeTrigger *trig)</div><div class="ttdoc">Pushes settings for an edge trigger to the instrument.</div><div class="ttdef"><b>Definition:</b> AgilentOscilloscope.cpp:1314</div></div>
<div class="ttc" id="aclassAgilentOscilloscope_html_aa7d2e7c9e8937b77c67c113242a7546a"><div class="ttname"><a href="classAgilentOscilloscope.html#aa7d2e7c9e8937b77c67c113242a7546a">AgilentOscilloscope::PullNthEdgeBurstTrigger</a></div><div class="ttdeci">void PullNthEdgeBurstTrigger()</div><div class="ttdoc">Reads settings for an Nth-edge-burst trigger from the instrument.</div><div class="ttdef"><b>Definition:</b> AgilentOscilloscope.cpp:1095</div></div>
<div class="ttc" id="aclassAgilentOscilloscope_html_aa7e47c698e4fdddd929acbfb4ea6b2e3"><div class="ttname"><a href="classAgilentOscilloscope.html#aa7e47c698e4fdddd929acbfb4ea6b2e3">AgilentOscilloscope::m_triggerOneShot</a></div><div class="ttdeci">bool m_triggerOneShot</div><div class="ttdoc">True if trigger is one-shot (single or forced), false if idle.</div><div class="ttdef"><b>Definition:</b> AgilentOscilloscope.h:172</div></div>
<div class="ttc" id="aclassAgilentOscilloscope_html_aa836cef9a3547d46a2fc89004b241bb0"><div class="ttname"><a href="classAgilentOscilloscope.html#aa836cef9a3547d46a2fc89004b241bb0">AgilentOscilloscope::m_probeTypes</a></div><div class="ttdeci">std::map< size_t, ProbeType > m_probeTypes</div><div class="ttdoc">Map of channel ID to probe type.</div><div class="ttdef"><b>Definition:</b> AgilentOscilloscope.h:154</div></div>
<div class="ttc" id="aclassAgilentOscilloscope_html_aa8a87b1acc15524495817776898fdcef"><div class="ttname"><a href="classAgilentOscilloscope.html#aa8a87b1acc15524495817776898fdcef">AgilentOscilloscope::SetChannelBandwidthLimit</a></div><div class="ttdeci">virtual void SetChannelBandwidthLimit(size_t i, unsigned int limit_mhz) override</div><div class="ttdoc">Sets the bandwidth limit for an input channel.</div><div class="ttdef"><b>Definition:</b> AgilentOscilloscope.cpp:481</div></div>
<div class="ttc" id="aclassAgilentOscilloscope_html_aaaca89e78300f021675c8f6073a68ba1"><div class="ttname"><a href="classAgilentOscilloscope.html#aaaca89e78300f021675c8f6073a68ba1">AgilentOscilloscope::GetChannelOffset</a></div><div class="ttdeci">virtual float GetChannelOffset(size_t i, size_t stream) override</div><div class="ttdoc">Gets the offset, in volts, for a given channel.</div><div class="ttdef"><b>Definition:</b> AgilentOscilloscope.cpp:531</div></div>
<div class="ttc" id="aclassAgilentOscilloscope_html_aac76ae3b0127496b200f9a315e4b7cea"><div class="ttname"><a href="classAgilentOscilloscope.html#aac76ae3b0127496b200f9a315e4b7cea">AgilentOscilloscope::IsChannelEnabled</a></div><div class="ttdeci">virtual bool IsChannelEnabled(size_t i) override</div><div class="ttdoc">Checks if a channel is enabled in hardware.</div><div class="ttdef"><b>Definition:</b> AgilentOscilloscope.cpp:276</div></div>
<div class="ttc" id="aclassAgilentOscilloscope_html_ab18f41e25447f48d414f81777f0bd7cf"><div class="ttname"><a href="classAgilentOscilloscope.html#ab18f41e25447f48d414f81777f0bd7cf">AgilentOscilloscope::SetSampleRate</a></div><div class="ttdeci">virtual void SetSampleRate(uint64_t rate) override</div><div class="ttdoc">Sets the sample rate of the scope, in Hz.</div><div class="ttdef"><b>Definition:</b> AgilentOscilloscope.cpp:1003</div></div>
<div class="ttc" id="aclassAgilentOscilloscope_html_ab97d6635e1425b01f4dfcee0b2ab57d5"><div class="ttname"><a href="classAgilentOscilloscope.html#ab97d6635e1425b01f4dfcee0b2ab57d5">AgilentOscilloscope::PushFloat</a></div><div class="ttdeci">void PushFloat(std::string path, float f)</div><div class="ttdoc">Send a floating-point value to the instrument.</div><div class="ttdef"><b>Definition:</b> AgilentOscilloscope.cpp:1410</div></div>
<div class="ttc" id="aclassAgilentOscilloscope_html_abc63d3bc6ac487d8986a29bf69196171"><div class="ttname"><a href="classAgilentOscilloscope.html#abc63d3bc6ac487d8986a29bf69196171">AgilentOscilloscope::PollTrigger</a></div><div class="ttdeci">virtual Oscilloscope::TriggerMode PollTrigger() override</div><div class="ttdoc">Checks the curent trigger status.</div><div class="ttdef"><b>Definition:</b> AgilentOscilloscope.cpp:571</div></div>
<div class="ttc" id="aclassAgilentOscilloscope_html_abe2f892cbfb8d28be9c4628a4f98d834"><div class="ttname"><a href="classAgilentOscilloscope.html#abe2f892cbfb8d28be9c4628a4f98d834">AgilentOscilloscope::GetExternalTrigger</a></div><div class="ttdeci">virtual OscilloscopeChannel * GetExternalTrigger() override</div><div class="ttdoc">Returns the external trigger input channel, if we have one.</div><div class="ttdef"><b>Definition:</b> AgilentOscilloscope.cpp:525</div></div>
<div class="ttc" id="aclassAgilentOscilloscope_html_abf098af15097b22c5c47cc9af2d3049c"><div class="ttname"><a href="classAgilentOscilloscope.html#abf098af15097b22c5c47cc9af2d3049c">AgilentOscilloscope::GetDriverNameInternal</a></div><div class="ttdeci">static std::string GetDriverNameInternal()</div><div class="ttdoc">Return the constant driver name "agilent".</div><div class="ttdef"><b>Definition:</b> AgilentOscilloscope.cpp:203</div></div>
<div class="ttc" id="aclassAgilentOscilloscope_html_acb5c8b0bb1cfab9c832e3983cbe2838c"><div class="ttname"><a href="classAgilentOscilloscope.html#acb5c8b0bb1cfab9c832e3983cbe2838c">AgilentOscilloscope::GetChannelBandwidthLimit</a></div><div class="ttdeci">virtual unsigned int GetChannelBandwidthLimit(size_t i) override</div><div class="ttdoc">Gets the bandwidth limit for an input channel.</div><div class="ttdef"><b>Definition:</b> AgilentOscilloscope.cpp:454</div></div>
<div class="ttc" id="aclassAgilentOscilloscope_html_ace986fe7360781e96dcdaa0ed050f8df"><div class="ttname"><a href="classAgilentOscilloscope.html#ace986fe7360781e96dcdaa0ed050f8df">AgilentOscilloscope::GetTriggerOffset</a></div><div class="ttdeci">virtual int64_t GetTriggerOffset() override</div><div class="ttdoc">Gets the trigger offset.</div><div class="ttdef"><b>Definition:</b> AgilentOscilloscope.cpp:1016</div></div>
<div class="ttc" id="aclassAgilentOscilloscope_html_aced630ece4d63a408e5f5dc4de55632d"><div class="ttname"><a href="classAgilentOscilloscope.html#aced630ece4d63a408e5f5dc4de55632d">AgilentOscilloscope::m_channelCouplings</a></div><div class="ttdeci">std::map< size_t, OscilloscopeChannel::CouplingType > m_channelCouplings</div><div class="ttdoc">Map of channel ID to voltage range.</div><div class="ttdef"><b>Definition:</b> AgilentOscilloscope.h:142</div></div>
<div class="ttc" id="aclassAgilentOscilloscope_html_ad02d31b055c514d2555dca089242e3d2"><div class="ttname"><a href="classAgilentOscilloscope.html#ad02d31b055c514d2555dca089242e3d2">AgilentOscilloscope::GetInstrumentTypes</a></div><div class="ttdeci">virtual unsigned int GetInstrumentTypes() const override</div><div class="ttdoc">Returns a bitfield describing the set of instrument types that this instrument supports.</div><div class="ttdef"><b>Definition:</b> AgilentOscilloscope.cpp:208</div></div>
<div class="ttc" id="aclassAgilentOscilloscope_html_ad209159da6226d968735ab5a899e33e3"><div class="ttname"><a href="classAgilentOscilloscope.html#ad209159da6226d968735ab5a899e33e3">AgilentOscilloscope::GetCondition</a></div><div class="ttdeci">Trigger::Condition GetCondition(std::string reply)</div><div class="ttdoc">Converts a trigger condition from a string to a Trigger::Condition.</div><div class="ttdef"><b>Definition:</b> AgilentOscilloscope.cpp:1248</div></div>
<div class="ttc" id="aclassAgilentOscilloscope_html_ad30f63debf6c52d28780a0dca044d4e0"><div class="ttname"><a href="classAgilentOscilloscope.html#ad30f63debf6c52d28780a0dca044d4e0">AgilentOscilloscope::m_digitalChannelCount</a></div><div class="ttdeci">unsigned int m_digitalChannelCount</div><div class="ttdoc">Number of digital channels supported.</div><div class="ttdef"><b>Definition:</b> AgilentOscilloscope.h:117</div></div>
<div class="ttc" id="aclassAgilentOscilloscope_html_ad3ddbb8aff809c5660e8c13804d6d767"><div class="ttname"><a href="classAgilentOscilloscope.html#ad3ddbb8aff809c5660e8c13804d6d767">AgilentOscilloscope::IsInterleaving</a></div><div class="ttdeci">virtual bool IsInterleaving() override</div><div class="ttdoc">Checks if the scope is currently combining channels.</div><div class="ttdef"><b>Definition:</b> AgilentOscilloscope.cpp:1022</div></div>
<div class="ttc" id="aclassAgilentOscilloscope_html_ad5fba84e3384015f8a00536776ff81f6"><div class="ttname"><a href="classAgilentOscilloscope.html#ad5fba84e3384015f8a00536776ff81f6">AgilentOscilloscope::AgilentOscilloscope</a></div><div class="ttdeci">AgilentOscilloscope(SCPITransport *transport)</div><div class="ttdoc">Connect to an oscilloscope.</div><div class="ttdef"><b>Definition:</b> AgilentOscilloscope.cpp:54</div></div>
<div class="ttc" id="aclassAgilentOscilloscope_html_ad9464a7019f92ee5102dfa12b3a95e86"><div class="ttname"><a href="classAgilentOscilloscope.html#ad9464a7019f92ee5102dfa12b3a95e86">AgilentOscilloscope::m_extTrigChannel</a></div><div class="ttdeci">OscilloscopeChannel * m_extTrigChannel</div><div class="ttdoc">External trigger.</div><div class="ttdef"><b>Definition:</b> AgilentOscilloscope.h:111</div></div>
<div class="ttc" id="aclassAgilentOscilloscope_html_ad9ea278de2d739059bd57d88c2ca0eac"><div class="ttname"><a href="classAgilentOscilloscope.html#ad9ea278de2d739059bd57d88c2ca0eac">AgilentOscilloscope::m_channelsEnabled</a></div><div class="ttdeci">std::map< int, bool > m_channelsEnabled</div><div class="ttdoc">Map of channel ID to enable flag.</div><div class="ttdef"><b>Definition:</b> AgilentOscilloscope.h:151</div></div>
<div class="ttc" id="aclassAgilentOscilloscope_html_ae1ba884f647df9207b23110fd5f1b927"><div class="ttname"><a href="classAgilentOscilloscope.html#ae1ba884f647df9207b23110fd5f1b927">AgilentOscilloscope::SetInterleaving</a></div><div class="ttdeci">virtual bool SetInterleaving(bool combine) override</div><div class="ttdoc">Configures the scope to combine channels.</div><div class="ttdef"><b>Definition:</b> AgilentOscilloscope.cpp:1027</div></div>
<div class="ttc" id="aclassAgilentOscilloscope_html_ae430f891b130857ca40c440880ec0117"><div class="ttname"><a href="classAgilentOscilloscope.html#ae430f891b130857ca40c440880ec0117">AgilentOscilloscope::GetChannelCoupling</a></div><div class="ttdeci">virtual OscilloscopeChannel::CouplingType GetChannelCoupling(size_t i) override</div><div class="ttdoc">Gets the coupling used for an input channel.</div><div class="ttdef"><b>Definition:</b> AgilentOscilloscope.cpp:346</div></div>
<div class="ttc" id="aclassAgilentOscilloscope_html_af1dae4586b1e76ada7c9a168fdee8bfc"><div class="ttname"><a href="classAgilentOscilloscope.html#af1dae4586b1e76ada7c9a168fdee8bfc">AgilentOscilloscope::m_channelAttenuations</a></div><div class="ttdeci">std::map< size_t, double > m_channelAttenuations</div><div class="ttdoc">Map of channel ID to attenuation.</div><div class="ttdef"><b>Definition:</b> AgilentOscilloscope.h:145</div></div>
<div class="ttc" id="aclassAgilentOscilloscope_html_af4b3c0845015eeb43290dfae57ccdb26"><div class="ttname"><a href="classAgilentOscilloscope.html#af4b3c0845015eeb43290dfae57ccdb26">AgilentOscilloscope::GetSampleRatesNonInterleaved</a></div><div class="ttdeci">virtual std::vector< uint64_t > GetSampleRatesNonInterleaved() override</div><div class="ttdoc">Get the legal sampling rates (in Hz) for this scope in all-channels mode.</div><div class="ttdef"><b>Definition:</b> AgilentOscilloscope.cpp:880</div></div>
<div class="ttc" id="aclassAgilentOscilloscope_html_af60997cc71aaebe45453f7fad158dc75"><div class="ttname"><a href="classAgilentOscilloscope.html#af60997cc71aaebe45453f7fad158dc75">AgilentOscilloscope::m_digitalChannelBase</a></div><div class="ttdeci">unsigned int m_digitalChannelBase</div><div class="ttdoc">Index of the first digital channel (if any)</div><div class="ttdef"><b>Definition:</b> AgilentOscilloscope.h:120</div></div>
<div class="ttc" id="aclassAgilentOscilloscope_html_af86d12727c3a6f3fae3a4a05e6cffb0e"><div class="ttname"><a href="classAgilentOscilloscope.html#af86d12727c3a6f3fae3a4a05e6cffb0e">AgilentOscilloscope::GetSampleDepthsNonInterleaved</a></div><div class="ttdeci">virtual std::vector< uint64_t > GetSampleDepthsNonInterleaved() override</div><div class="ttdoc">Get the legal memory depths for this scope in all-channels mode.</div><div class="ttdef"><b>Definition:</b> AgilentOscilloscope.cpp:903</div></div>
<div class="ttc" id="aclassAgilentOscilloscope_html_af8700c89c4ba23ead4139394998f3420"><div class="ttname"><a href="classAgilentOscilloscope.html#af8700c89c4ba23ead4139394998f3420">AgilentOscilloscope::GetChannelAttenuation</a></div><div class="ttdeci">virtual double GetChannelAttenuation(size_t i) override</div><div class="ttdoc">Gets the probe attenuation for an input channel.</div><div class="ttdef"><b>Definition:</b> AgilentOscilloscope.cpp:417</div></div>
<div class="ttc" id="aclassAgilentOscilloscope_html_af9932c01474c7a7e2277c6693b068d99"><div class="ttname"><a href="classAgilentOscilloscope.html#af9932c01474c7a7e2277c6693b068d99">AgilentOscilloscope::GetTriggerTypes</a></div><div class="ttdeci">virtual std::vector< std::string > GetTriggerTypes() override</div><div class="ttdoc">Gets a list of triggers this instrument supports.</div><div class="ttdef"><b>Definition:</b> AgilentOscilloscope.cpp:1467</div></div>
<div class="ttc" id="aclassAgilentOscilloscope_html_afdf4f7b094be302ce28d34481c056adc"><div class="ttname"><a href="classAgilentOscilloscope.html#afdf4f7b094be302ce28d34481c056adc">AgilentOscilloscope::GetInstrumentTypesForChannel</a></div><div class="ttdeci">virtual uint32_t GetInstrumentTypesForChannel(size_t i) const override</div><div class="ttdoc">Returns a bitfield describing the set of instrument types that a given channel supports.</div><div class="ttdef"><b>Definition:</b> AgilentOscilloscope.cpp:213</div></div>
<div class="ttc" id="aclassAgilentOscilloscope_html_affa759ee43989f06099934eb709f52a2"><div class="ttname"><a href="classAgilentOscilloscope.html#affa759ee43989f06099934eb709f52a2">AgilentOscilloscope::SetChannelOffset</a></div><div class="ttdeci">virtual void SetChannelOffset(size_t i, size_t stream, float offset) override</div><div class="ttdoc">Sets the offset for a given channel.</div><div class="ttdef"><b>Definition:</b> AgilentOscilloscope.cpp:558</div></div>
<div class="ttc" id="aclassEdgeTrigger_html"><div class="ttname"><a href="classEdgeTrigger.html">EdgeTrigger</a></div><div class="ttdoc">Simple edge trigger.</div><div class="ttdef"><b>Definition:</b> EdgeTrigger.h:44</div></div>
<div class="ttc" id="aclassEdgeTrigger_html_a741bfba53892a3b15c53dc33a297434c"><div class="ttname"><a href="classEdgeTrigger.html#a741bfba53892a3b15c53dc33a297434c">EdgeTrigger::EdgeType</a></div><div class="ttdeci">EdgeType</div><div class="ttdoc">Types of edges to trigger on.</div><div class="ttdef"><b>Definition:</b> EdgeTrigger.h:51</div></div>
<div class="ttc" id="aclassNthEdgeBurstTrigger_html"><div class="ttname"><a href="classNthEdgeBurstTrigger.html">NthEdgeBurstTrigger</a></div><div class="ttdoc">Nth Edge Burst Trigger: triggers on a specific edge within a burst.</div><div class="ttdef"><b>Definition:</b> NthEdgeBurstTrigger.h:44</div></div>
<div class="ttc" id="aclassNthEdgeBurstTrigger_html_a47c6e7079677355e9b126c903bb75aab"><div class="ttname"><a href="classNthEdgeBurstTrigger.html#a47c6e7079677355e9b126c903bb75aab">NthEdgeBurstTrigger::EdgeType</a></div><div class="ttdeci">EdgeType</div><div class="ttdoc">Types of edges to trigger on.</div><div class="ttdef"><b>Definition:</b> NthEdgeBurstTrigger.h:51</div></div>
<div class="ttc" id="aclassOscilloscopeChannel_html"><div class="ttname"><a href="classOscilloscopeChannel.html">OscilloscopeChannel</a></div><div class="ttdoc">A single channel on an oscilloscope.</div><div class="ttdef"><b>Definition:</b> OscilloscopeChannel.h:49</div></div>
<div class="ttc" id="aclassOscilloscope_html_ad09fcd978ab27714d1208aa4c2b4a03b"><div class="ttname"><a href="classOscilloscope.html#ad09fcd978ab27714d1208aa4c2b4a03b">Oscilloscope::TriggerMode</a></div><div class="ttdeci">TriggerMode</div><div class="ttdef"><b>Definition:</b> Oscilloscope.h:396</div></div>
<div class="ttc" id="aclassPulseWidthTrigger_html"><div class="ttname"><a href="classPulseWidthTrigger.html">PulseWidthTrigger</a></div><div class="ttdoc">Trigger on a pulse meeting certain width criteria.</div><div class="ttdef"><b>Definition:</b> PulseWidthTrigger.h:44</div></div>
<div class="ttc" id="aclassSCPIOscilloscope_html"><div class="ttname"><a href="classSCPIOscilloscope.html">SCPIOscilloscope</a></div><div class="ttdoc">An SCPI-based oscilloscope.</div><div class="ttdef"><b>Definition:</b> SCPIOscilloscope.h:38</div></div>
<div class="ttc" id="aclassSCPITransport_html"><div class="ttname"><a href="classSCPITransport.html">SCPITransport</a></div><div class="ttdoc">Abstraction of a transport layer for moving SCPI data between endpoints.</div><div class="ttdef"><b>Definition:</b> SCPITransport.h:47</div></div>
<div class="ttc" id="aclassTrigger_html_ac6045a961a0f32675a678befffa4fda2"><div class="ttname"><a href="classTrigger.html#ac6045a961a0f32675a678befffa4fda2">Trigger::Condition</a></div><div class="ttdeci">Condition</div><div class="ttdoc">Conditions for triggers that perform logical comparisons of values.</div><div class="ttdef"><b>Definition:</b> Trigger.h:69</div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.4
</small></address>
</body>
</html>