Neousys_SetDigitalOutput_Single_Checked


Sets value to single digital output channel on a Neousys computer. Additionally, does a read-back of the value to make sure it's identical to the written value.

Syntax

C++
Python
 
def Neousys_SetDigitalOutput_Single_Checked(
	state: Neousys_State,
	inChannel: int,
	inValue: bool,
	/
)
-> None

Parameters

Name Type Range Default Description
Input will be modified ioState Neousys_State
Input value inChannel int 0 - 15 Desired output channel identifier
Input value inValue bool Value to set to desired output channel