ini


Description

Initializes the DSM board.

Syntax

C++
void ini(UInt32 series_number)

Arguments

series_number Series Number of the DSM board

Return Value

None

Example

int seriesNumber = ug.get_sn(0);
dsm.ini(seriesNumber);

Notes

Please use the get_sn method to get the Series Number.

Always call the ini function immediately after instantiating a DSMX object!

When you call the ini function, some of the member properties will be initialized to their default values. To see these default values, please see the Properties section main page.