Setground, Setdigitalshielding, Data acqusition functions – Dataman 570 Series User Manual
Page 20: Startmeasurement, Setground 3.3.17. setdigitalshielding
Development kit for DATAMAN 570 series
Programmer’s Guide
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.
public static extern void StartMeasurement();
- 20 -