Neousys_GetDigitalInput_Multiple


Gets values of all digital input channels at once on a Neousys computer.

Syntax

C++
Python
 
def Neousys_GetDigitalInput_Multiple(
	state: Neousys_State,
	/
)
-> (
	outValue0: bool,
	outValue1: bool,
	outValue2: bool,
	outValue3: bool,
	outValue4: bool,
	outValue5: bool,
	outValue6: bool,
	outValue7: bool,
	outValue8: bool,
	outValue9: bool,
	outValue10: bool,
	outValue11: bool,
	outValue12: bool,
	outValue13: bool,
	outValue14: bool,
	outValue15: bool
)

Parameters

Name Type Default Description
Input will be modified ioState Neousys_State
Output value outValue0 bool Value to get from input channel 0
Output value outValue1 bool Value to get from input channel 1
Output value outValue2 bool Value to get from input channel 2
Output value outValue3 bool Value to get from input channel 3
Output value outValue4 bool Value to get from input channel 4
Output value outValue5 bool Value to get from input channel 5
Output value outValue6 bool Value to get from input channel 6
Output value outValue7 bool Value to get from input channel 7
Output value outValue8 bool Value to get from input channel 8
Output value outValue9 bool Value to get from input channel 9
Output value outValue10 bool Value to get from input channel 10
Output value outValue11 bool Value to get from input channel 11
Output value outValue12 bool Value to get from input channel 12
Output value outValue13 bool Value to get from input channel 13
Output value outValue14 bool Value to get from input channel 14
Output value outValue15 bool Value to get from input channel 15