Click or drag to resize

ADCChannelValues Constructor

Initializes a new instance of the ADCChannelValues class.

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
public ADCChannelValues(
	int channelNumber,
	int sample1,
	int sample2,
	int sample3,
	int sample4
)

Parameters

channelNumber
Type: SystemInt32
Channel number of the ADC channel scan.
sample1
Type: SystemInt32
Sample 1
sample2
Type: SystemInt32
Sample 2
sample3
Type: SystemInt32
Sample 3
sample4
Type: SystemInt32
Sample 4
See Also