src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonWidget.html

branch
mpy_network
changeset 9990
54c614d91eff
parent 9915
fd5ff16632cb
child 10015
9352f33732ae
diff -r 286c2a21f36f -r 54c614d91eff src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonWidget.html
--- a/src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonWidget.html	Thu Apr 27 17:59:09 2023 +0200
+++ b/src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonWidget.html	Fri Apr 28 12:07:41 2023 +0200
@@ -52,7 +52,7 @@
 <h3>Class Attributes</h3>
 
 <table>
-<tr><td>DeviceBoardRole</td></tr><tr><td>DevicePidRole</td></tr><tr><td>DevicePortRole</td></tr><tr><td>DeviceSerNoRole</td></tr><tr><td>DeviceTypeRole</td></tr><tr><td>DeviceVidRole</td></tr><tr><td>ManualMarker</td></tr><tr><td>ZoomMax</td></tr><tr><td>ZoomMin</td></tr>
+<tr><td>DeviceBoardRole</td></tr><tr><td>DeviceInterfaceTypeRole</td></tr><tr><td>DevicePidRole</td></tr><tr><td>DevicePortRole</td></tr><tr><td>DeviceSerNoRole</td></tr><tr><td>DeviceTypeRole</td></tr><tr><td>DeviceVidRole</td></tr><tr><td>ManualMarker</td></tr><tr><td>ZoomMax</td></tr><tr><td>ZoomMin</td></tr>
 </table>
 <h3>Class Methods</h3>
 
@@ -228,10 +228,6 @@
 <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>
@@ -388,6 +384,13 @@
             automatically
 </dd>
 </dl>
+<dl>
+
+<dt>Raises <b>ValueError</b>:</dt>
+<dd>
+raised to indicate an unsupported interface type
+</dd>
+</dl>
 <a NAME="MicroPythonWidget.__convertToUF2" ID="MicroPythonWidget.__convertToUF2"></a>
 <h4>MicroPythonWidget.__convertToUF2</h4>
 <b>__convertToUF2</b>(<i></i>)
@@ -847,25 +850,6 @@
 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