beautypg.com

Sundance SMT1026 User Manual

Page 24

background image

Enumerated type

Description

enum SMT350TYPE
{

ad9510 = 0,

cdcm7005 = 1

};

There are two types of SMT350. The default one with the
component CDCM7005 and the one with the component AD9510.
The right SMT350 type can be selected using this enumerated type.

enum
SAMPLING_RATIO
{

div1 = 0,

div2 = 1,

div3 = 2,

div4 = 3,

div6 = 4,

div8 = 5,

div16 = 6

};

This enumerated type selects the sampling frequency divider.

3.3.3

SMT351 interface

The SMT351 interface can be used with a SMT351 plugged a Sundance carrier board.

This section describes:

the SMT351 functions

Acquire

ReadBack

FillMem

The SMT351 functions

All the following functions can throw an SMTExc exception.

Acquire

Prototype:

void Acquire(unsigned int nBytes, unsigned int nAddress);

Parameters:

nBytes

Number of bytes to acquire.

nAddress

Memory address from where to acquire the data.

Return
value:

None.