DSCWGCONFIG

Universal Driver Documentation
Structure containing D/A wave form parameters for function dscWGConfigSet().

Structure Definition

 #define WG_SRC_MANUAL   0
 #define WG_SRC_CTR0     1
 #define WG_SRC_CTR12    2
 #define WG_SRC_EXT      3

 #define WG_CH_PER_FRAME_1	0
 #define WG_CH_PER_FRAME_2	1
 #define WG_CH_PER_FRAME_4	2

 typedef struct 
 {
    DWORD depth;         
    DWORD ch_per_frame;  
    DWORD source;     

 } DSCWGCONFIG;

Structure Members

NameDescription
depthWG total D/A sample size (absolute, 64, 128, 256, 512, and 1024)
ch_per_frameNumber of values to output from the buffer per frame/trigger, check define

WG_CH_PER_FRAME_XXX

sourceWG trigger source, check define WG_SRC_XXX


This page was last modified 01:45, 4 Aug 2005.
Copyright (c) 2004 Diamond Systems. All Rights Reserved.