Get maximal possible raw value of channel
encapsulated function get_maxdata 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 Integer maxData "Maximum raw value of ADC or DAC"; end get_maxdata;