We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2dc89a commit 5970be4Copy full SHA for 5970be4
README.md
@@ -18,7 +18,7 @@ pi_probegroup = probeinterface.ProbeGroup()
18
19
# from_probeinterface always returns a list of ndx_probeinterface.Probe devices
20
ndx_probes1 = ndx_probeinterface.from_probeinterface(pi_probe)
21
-ndx_probes2 = ndx_probeinterface.from_probeinterface(pi_probe)
+ndx_probes2 = ndx_probeinterface.from_probeinterface(pi_probegroup)
22
23
ndx_probes = ndx_probes1.extend(ndx_probes2)
24
0 commit comments