.Modelica_DeviceDrivers.HardwareIO.Comedi_.data_read

Information

Synchronous read from analog channel

Interface

encapsulated function data_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";
  input Integer range "Range specification";
  input Integer aref "Analog reference type";
  output Integer data "Value that is read from channel";
end data_read;

Generated at 2024-10-31T19:25:48Z by OpenModelicaOpenModelica 1.24.0 using GenerateDoc.mos