blob: 63161b605c4e995b70432880a0b3fba02a75a98d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
function read_active_power
extends Modelica.Icons.Function;
external read_active_power() annotation(Library = "Modbus");
annotation(Documentation(info = "<html>
<h4>Syntax</h4>
<blockquote><pre>
Arduino.SerialCommunication.Examples.modbus.<b>read_active_power</b>();
</pre></blockquote>
<h4>Description</h4>
<p>
</p>
</html>"));
end read_active_power;
|