.Modelica_DeviceDrivers.HardwareIO.Comedi_.get_range

Information

Get range information of channel

Interface

encapsulated function get_range
  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";
  output Real min "(Physical) min value";
  output Real max "(Physical) max value";
  output Integer unit "physical unit type (for endpoints). UNIT_volt=0 for volts, UNIT_mA=1 for milliamps, or UNIT_none=2 for unitless";
end get_range;

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