beautypg.com

Getdeviceserialnumber, Getdkversion, Gettimebaselist – Dataman 570 Series User Manual

Page 13

background image


Development kit for DATAMAN 570 series

Programmer’s Guide


Parameters: -

Return value:

Device code is calculated as 571+return value.

3.1.4. GetDeviceSerialNumber

Returns device serial number.

public static extern uint GetDeviceSerialNumber();


Parameters: -

Return value:

Device serial number.

3.1.5. GetDKVersion

Returns the version of the selected DK part.

public static extern void GetDKVersion(int module, out DKVersion version);


Parameters:

module – identifies DK part, which version is to be obtained

VERSION_EM570 – em570 driver

VERSION_DK – DK (m570drvdk.dll)

version – structure, which will be filled with the version


Return value: -

3.1.6. GetTimeBaseList

Returns the list of available timebases.

public static extern void GetTimeBaseList(out TimeBaseItem timebaselist, out

int timebaselistlength);

Parameteres:

timebaselist – the first item of the array which will be filled with the available

timebases. Array must be at least 31 items long.

timebaselistlength – the number of array items which was filled (number of

available timebases)

Return value: -

Remark:

Each array item is of TTimeBaseItem type. This structure comprises of the

following items:

nsPerDiv – amount of nanoseconds per screen division (50 samples); this

value is passed to the SetTimeBase function

- 13 -