DSCADSCAN
Structure Definition
public struct DSCADSCAN
{
public byte low_channel;
public byte high_channel;
public System.IntPtr sample_values;
public byte gain;
public int ScanEnable;
public int ScanInterval;
public int ProgInt;
}
Structure Members
Name
Description
Applicable Boards
low_channel
The starting channel in the scan range on which to perform A/D conversions
Diamond-MM-16RP-AT
high_channel
The ending channel in the scan range on which to perform A/D conversions; must be greater than or equal to low_channel.
Diamond-MM-16RP-AT
sample_values
Pointer to a buffer to hold the results of the A/D conversions
Diamond-MM-16RP-AT
gain
Gain setting for A/D conversions; valid settings are GAIN_1, GAIN_2, GAIN_4, or GAIN_8
Diamond-MM-16RP-AT
ScanEnable
Enable scan mode
NA
ScanInterval
Scan interval
NA
ProgInt
Programmable scan interval
Na
Last updated
Was this helpful?