beautypg.com

Other functions, Groundpositiontoshift – Dataman 770 Series User Manual

Page 23

background image


Development kit for DATAMAN 770 series

Programmer’s Guide

- 23 -

the end of array (item index 1048575), first sample is written to the item index
1048576 - length
length – amount of samples, that were transferred from device

Return value: -

3.5. Other functions

3.5.1. GroundPositionToShift

Returns vertical shift, which is necessary to set, to have the 0V at the selected position
of the screen (quantization level).

public static extern int GroundPositionToShift(int channel, int position);


Parameters:

channel – determines channel

CHANNEL_A – channel A

CHANNEL_B – channel B

position – screen position (quantization level), where the 0V should be placed


Return value:
The vertical shift value, which places 0V to the selected screen position (quantization
level). Set this value using SetVert to place 0V to the selected position.