ADCChannelValues Constructor  | 
  
    Namespace: 
   ProScript
    Assembly:
   proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntaxpublic ADCChannelValues(
	int channelNumber,
	int sample1,
	int sample2,
	int sample3,
	int sample4
)
Public Sub New ( 
	channelNumber As Integer,
	sample1 As Integer,
	sample2 As Integer,
	sample3 As Integer,
	sample4 As Integer
)
public:
ADCChannelValues(
	int channelNumber, 
	int sample1, 
	int sample2, 
	int sample3, 
	int sample4
)
new : 
        channelNumber : int * 
        sample1 : int * 
        sample2 : int * 
        sample3 : int * 
        sample4 : int -> ADCChannelValuesParameters
- 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