📄 manual_dscwgconfig.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html lang="en"><head><title>DSCWGCONFIG - Universal Driver Documentation</title><meta http-equiv="Content-type" content="text/html; charset=iso-8859-1"><meta name="robots" content="index,follow"><link rel="shortcut icon" href="/favicon.ico"><link rel="stylesheet" href="/dscud/style/wikiprintable.css"><script type="text/javascript" src="/dscud/style/wikibits.js"></script><style type='text/css'><!--a.new, #quickbar a.new { color: #CC2200; }#quickbar { position: absolute; top: 4px; left: 4px; border-right: 1px solid gray; }#article { margin-left: 152px; margin-right: 4px; }//--></style></head><body bgcolor='#FFFFFF'><div class='titlebox'><h1 class='pagetitle'>DSCWGCONFIG</h1><span class='subtitle'>Universal Driver Documentation</span></div><div class='navbox'><a href="manual_Main_Page.html" class='printable' title ="Main Page">Main Page</a> || <a href="manual_Table_of_Contents.html" class='printable' title ="Table of Contents">Table_of_Contents</a> || <a href="http://www.diamondsystems.com/">Diamond Systems Website</a></div></div><div class='bodytext'>Structure containing D/A wave form parameters for function <a href="manual_DscWGConfigSet.html" class='printable' title ="DscWGConfigSet">dscWGConfigSet</a>().<p><h2><a name="Structure_Definition">Structure Definition</a></h2>
<p>
<pre> #define WG_SRC_MANUAL 0
#define WG_SRC_CTR0 1
#define WG_SRC_CTR12 2
#define WG_SRC_EXT 3
</pre><p>
<pre> #define WG_CH_PER_FRAME_1 0
#define WG_CH_PER_FRAME_2 1
#define WG_CH_PER_FRAME_4 2
</pre><p>
<p>
<pre> typedef struct
{
DWORD depth;
DWORD ch_per_frame;
DWORD source;
</pre><p>
<pre> } DSCWGCONFIG;</pre><p><h2><a name="Structure_Members">Structure Members</a></h2>
<p>
<table border=1><tr ><TH>Name</TH><TH>Description</TH></tr><tr ><TD>depth</TD><TD>WG total D/A sample size (absolute, 64, 128, 256, 512, and 1024)</TD></tr><tr ><TD>ch_per_frame</TD><TD>Number of values to output from the buffer per frame/trigger, check define<p>
WG_CH_PER_FRAME_XXX
</TD></tr><tr ><TD>source</TD><TD>WG trigger source, check define WG_SRC_XXX</TD></tr></table><p></div><p><em> <br> This page was last modified 01:45, 4 Aug 2005.<br>Copyright (c) 2004 Diamond Systems. All Rights Reserved.</em><!-- Time since request: 0.15 secs. --></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -