beautypg.com

Setground, Setdigitalshielding, Data acqusition functions – Dataman 770 Series User Manual

Page 21: Startmeasurement, Setground 3.3.17. setdigitalshielding

background image


Development kit for DATAMAN 770 series

Programmer’s Guide


onoff – determines whether the compensation generator should be turned on/off

ONOFF_OFF – turns generator off

ONOFF_ON – turns generator on

Return value: -

3.3.16. SetGround

Grounds inputs on the selected channel.

public static extern void SetGround(int channel, int onoff);


Parameters:
channel – determines channel

CHANNEL_A – channel A

CHANNEL_B – channel B

onoff – determines, whether the channel should be grounded

ONOFF_OFF – grounds channel

ONOFF_ON – disconnects channel from ground

Return value: -

3.3.17. SetDigitalShielding

Turns digital shielding on the selected channel on/off.

public static extern void SetDigitalShielding(int channel, int onoff, int level);


Parametre:
channel – determines channel

CHANNEL_A – channel A

CHANNEL_B – channel B

onoff – determines whether the digital shielding will be turned on or off

ONOFF_OFF – turns the digital shielding off

ONOFF_ON – turns the digital shielding on
level – determines the digital shielding factor (valid values are: 2, 4, 8, 16, 32 and 64)

Return value: -

Remark:
In order to make the digital shielding work correctly, it is necessary to have a stable
and well triggered signal on the input. Digital shielding prolongs the oscilloscope
response to the signal change (the higher the factor the longer the response).

3.4. Data acqusition functions

3.4.1. StartMeasurement

Starts/restarts data acquisition.

- 21 -