Synchronous write to analog channel
encapsulated function data_write 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"; input Integer range "Range specification"; input Integer aref "Analog reference type"; input Integer data "Value that is written to channel"; end data_write;