Synchronous read from digital channel
encapsulated function dio_read import Modelica; extends Modelica.Icons.Function; import Modelica_DeviceDrivers.HardwareIO.Comedi; input Comedi comedi "Device handle"; input Integer subDevice "Subdevice number"; input Integer channel "Channel number"; output Boolean data "Value that is read from channel"; end dio_read;