ini


Description

Initializes the DSM board.

Syntax

C++
void ini(UInt32 seriesNumber)

Arguments

seriesNumber Series Number of the DSM board

Return Value

None

Example

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

Notes

This method prepares the module for further instructions from your program. You must run this method before using any DSMX methods or properties.

Please use the get_sn method to get the Series Number.

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