We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b417f4 commit 89c76f8Copy full SHA for 89c76f8
markdown/TITLE.md
@@ -148,7 +148,7 @@ length_matched = [
148
149
[](micropython/MicroScpiDevice.py){.listingtable from=83 #lst:callback-when-all-matched .python}
150
151
-[](micropython/EMU2751A.py){.listingtable from=111 to=112 #lst:get-command-candidate .python}
+[](micropython/EMU2751A.py){.listingtable from=111 to=112 #lst:callback-for-relay-controls .python}
152
153
`length_matched`の各`ScpiCommand`アイテムについて`keywords`に登録された`ScpiKeyword`の全てにマッチするかを調べます。
154
全てにマッチする最初の`ScpiCommand`アイテムに登録されたコールバック関数を呼び出します。一つもマッチがない場合はエラーになります。
0 commit comments