beautypg.com

Sundance SMT1026 User Manual

Page 20

background image

unsigned int nNoC

Serial number C of the base module.

unsigned int nNoD

Serial number D of the base module.

unsigned int nDaughterNoA

Serial number A of the daughter module.

unsigned int nDaughterNoB

Serial number B of the daughter module.

unsigned int nDaughterNoC

Serial number C of the daughter module.

unsigned int nDaughterNoD

Serial number D of the daughter module.

struct FILE_OPTIONS

bool bAppend

True = append data at the end of the file.

False = overwrite the file.

The default value is false.

bool bDateStamp

True = add date and time before writing the data.

False = don’t add the date and time inside the file.

The default value is false.

The general enumerated types

Enumerated types

Description

enum CHSEL {

channela = 1,

channelb = 2,

channelab= 3

};

Selects the active channel.

enum OUTPUT {

normal = 0,

zeros = 1,

ones = 2,

test = 3

};

Selects the type of the output samples.

enum VCXOTYPE {

vcxo100 = 0,

vcxo245 = 1

};

Selects the VCXO installed on the FPGA module: 100Mhz or
245.76 MHz

enum HOST_LINK {

cp = 0,

rsl = 1

};

The host application can always communicate with the Sundance
carrier boards through the host comport. But some carrier board
offers other communication link like the RSL link. This
enumerated type selects the host link used to communicate with
the Sundance carrier board.