eric6/Documentation/Source/eric6.MicroPython.MicroPythonWidget.html

changeset 8072
58491f4c99d6
parent 8070
6758ba4670e1
child 8083
a2e14cda6f3f
--- a/eric6/Documentation/Source/eric6.MicroPython.MicroPythonWidget.html	Thu Feb 04 15:18:40 2021 +0100
+++ b/eric6/Documentation/Source/eric6.MicroPython.MicroPythonWidget.html	Thu Feb 04 20:15:06 2021 +0100
@@ -66,7 +66,7 @@
 <h3>Class Attributes</h3>
 
 <table>
-<tr><td>DevicePortRole</td></tr><tr><td>DeviceTypeRole</td></tr><tr><td>ZoomMax</td></tr><tr><td>ZoomMin</td></tr>
+<tr><td>DeviceBoardRole</td></tr><tr><td>DevicePortRole</td></tr><tr><td>DeviceTypeRole</td></tr><tr><td>ZoomMax</td></tr><tr><td>ZoomMin</td></tr>
 </table>
 <h3>Class Methods</h3>
 
@@ -210,6 +210,10 @@
 <td>Public method to process events for the REPL pane.</td>
 </tr>
 <tr>
+<td><a href="#MicroPythonWidget.getCurrentBoard">getCurrentBoard</a></td>
+<td>Public method to get the board name of the selected device.</td>
+</tr>
+<tr>
 <td><a href="#MicroPythonWidget.getCurrentPort">getCurrentPort</a></td>
 <td>Public method to determine the port path of the selected device.</td>
 </tr>
@@ -703,6 +707,25 @@
 bool
 </dd>
 </dl>
+<a NAME="MicroPythonWidget.getCurrentBoard" ID="MicroPythonWidget.getCurrentBoard"></a>
+<h4>MicroPythonWidget.getCurrentBoard</h4>
+<b>getCurrentBoard</b>(<i></i>)
+
+<p>
+        Public method to get the board name of the selected device.
+</p>
+<dl>
+<dt>Return:</dt>
+<dd>
+board name of the selected device
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
+</dd>
+</dl>
 <a NAME="MicroPythonWidget.getCurrentPort" ID="MicroPythonWidget.getCurrentPort"></a>
 <h4>MicroPythonWidget.getCurrentPort</h4>
 <b>getCurrentPort</b>(<i></i>)

eric ide

mercurial