Neousys_SetDigitalOutput_Multiple


Sets values to all digital output channels at once on a Neousys computer.

Syntax

C++
Python
 
def Neousys_SetDigitalOutput_Multiple(
	state: Neousys_State,
	/,
	*,
	inValue0: bool = False,
	inValue1: bool = False,
	inValue2: bool = False,
	inValue3: bool = False,
	inValue4: bool = False,
	inValue5: bool = False,
	inValue6: bool = False,
	inValue7: bool = False,
	inValue8: bool = False,
	inValue9: bool = False,
	inValue10: bool = False,
	inValue11: bool = False,
	inValue12: bool = False,
	inValue13: bool = False,
	inValue14: bool = False,
	inValue15: bool = False
)
-> None

Parameters

Name Type Default Description
Input will be modified ioState Neousys_State
Input value inValue0 bool False Value to set to output channel 0
Input value inValue1 bool False Value to set to output channel 1
Input value inValue2 bool False Value to set to output channel 2
Input value inValue3 bool False Value to set to output channel 3
Input value inValue4 bool False Value to set to output channel 4
Input value inValue5 bool False Value to set to output channel 5
Input value inValue6 bool False Value to set to output channel 6
Input value inValue7 bool False Value to set to output channel 7
Input value inValue8 bool False Value to set to output channel 8
Input value inValue9 bool False Value to set to output channel 9
Input value inValue10 bool False Value to set to output channel 10
Input value inValue11 bool False Value to set to output channel 11
Input value inValue12 bool False Value to set to output channel 12
Input value inValue13 bool False Value to set to output channel 13
Input value inValue14 bool False Value to set to output channel 14
Input value inValue15 bool False Value to set to output channel 15