From 9b75c8c1af339bc4efc67172520916eaf95de1d2 Mon Sep 17 00:00:00 2001
From: unknown <asoalexandros@gmail.com>
Date: Wed, 9 Apr 2025 12:20:24 +0200
Subject: [PATCH] Mock Programm to test combinations

---
 TLM_tool/test_combinations.ipynb | 1936 ++++++++++++++++++++++++++++++
 1 file changed, 1936 insertions(+)
 create mode 100644 TLM_tool/test_combinations.ipynb

diff --git a/TLM_tool/test_combinations.ipynb b/TLM_tool/test_combinations.ipynb
new file mode 100644
index 0000000..37aca52
--- /dev/null
+++ b/TLM_tool/test_combinations.ipynb
@@ -0,0 +1,1936 @@
+{
+ "cells": [
+  {
+   "cell_type": "code",
+   "execution_count": 1,
+   "id": "047e7796-9169-44ff-a9a0-2e681a6c309a",
+   "metadata": {},
+   "outputs": [],
+   "source": [
+    "#import keithley224_lib\n",
+    "#import hp3497a_lib"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 2,
+   "id": "1b955e81-68d0-42b1-b90a-278a6d6196b4",
+   "metadata": {},
+   "outputs": [],
+   "source": [
+    "import time\n",
+    "import random"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 3,
+   "id": "ed5a5788-fc73-4f9f-822f-2261bd2aae2c",
+   "metadata": {},
+   "outputs": [],
+   "source": [
+    "#daq = hp3497a_lib.hp3497a()\n",
+    "#source = keithley224_lib.keithley224()"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 4,
+   "id": "df4b66d9-5690-4184-bf17-36d91de63b2d",
+   "metadata": {},
+   "outputs": [],
+   "source": [
+    "# Iterate through the \n",
+    "analog_start = 1\n",
+    "analog_step = 1\n",
+    "analog_stop = 20"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 5,
+   "id": "7e607cc6-0dc0-48ec-8e89-85561c890e59",
+   "metadata": {},
+   "outputs": [],
+   "source": [
+    "# Iterate through the digital channels (octal codes)\n",
+    "digital_start = 0 #min 0 (octal input)\n",
+    "digital_step = 1 # keep this decimal\n",
+    "digital_stop = 177777 #max 177777 (octal input)"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 6,
+   "id": "0175f9f3-3b45-46d7-a1c0-04fb7e209cfe",
+   "metadata": {},
+   "outputs": [],
+   "source": [
+    "# Convert to decimal\n",
+    "digital_start = int(str(digital_start), 8) \n",
+    "digital_stop = int(str(digital_stop),8)"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 7,
+   "id": "4cc1c18c-c111-48ab-aeb6-ffed3eadc13c",
+   "metadata": {},
+   "outputs": [],
+   "source": [
+    "# now enter the the source,compliance and dwell time\n",
+    "current = 1e-4 #A\n",
+    "comp = 20 #V\n",
+    "dwell = 50e-3 #sec"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 8,
+   "id": "5a39b18d-9afe-4e04-852b-ee149b9b794d",
+   "metadata": {},
+   "outputs": [],
+   "source": [
+    "# Enter threshold voltage or resistance to check if contacted\n",
+    "Rth = 100 # Ohm\n",
+    "Vth = 1 #V"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 14,
+   "id": "84f5aada-1071-45bb-b4c7-80c21cb537be",
+   "metadata": {},
+   "outputs": [
+    {
+     "name": "stderr",
+     "output_type": "stream",
+     "text": [
+      "IOPub data rate exceeded.\n",
+      "The Jupyter server will temporarily stop sending output\n",
+      "to the client in order to avoid crashing it.\n",
+      "To change this limit, set the config variable\n",
+      "`--ServerApp.iopub_data_rate_limit`.\n",
+      "\n",
+      "Current values:\n",
+      "ServerApp.iopub_data_rate_limit=1000000.0 (bytes/sec)\n",
+      "ServerApp.rate_limit_window=3.0 (secs)\n",
+      "\n"
+     ]
+    },
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "\n",
+      "octal combination 0o177153 with analog channel 11 works (V_random=1.0311374445093056V and R_random=917.316803942428Ohm)\n",
+      "octal combination 0o177153 with analog channel 13 works (V_random=1.232698977030502V and R_random=412.41901947317Ohm)\n",
+      "octal combination 0o177153 with analog channel 14 works (V_random=1.1034352963805694V and R_random=588.8220348237244Ohm)\n",
+      "octal combination 0o177154 with analog channel 2 works (V_random=0.013452373281862967V and R_random=96.56581020434517Ohm)\n",
+      "octal combination 0o177154 with analog channel 8 works (V_random=0.2961274129927305V and R_random=78.07049633935634Ohm)\n",
+      "octal combination 0o177154 with analog channel 10 works (V_random=1.1132435766038924V and R_random=964.6991014265752Ohm)\n",
+      "octal combination 0o177155 with analog channel 4 works (V_random=1.0061094616139807V and R_random=817.9278385696662Ohm)\n",
+      "octal combination 0o177155 with analog channel 8 works (V_random=1.23987021818138V and R_random=770.7389631478258Ohm)\n",
+      "octal combination 0o177155 with analog channel 11 works (V_random=0.6029457140890921V and R_random=93.86630705193491Ohm)\n",
+      "octal combination 0o177155 with analog channel 13 works (V_random=1.0572865578652V and R_random=177.66003855942986Ohm)\n",
+      "octal combination 0o177155 with analog channel 14 works (V_random=1.102605848462573V and R_random=608.9931740233823Ohm)\n",
+      "octal combination 0o177155 with analog channel 16 works (V_random=1.1234072601775207V and R_random=360.45631359092766Ohm)\n",
+      "octal combination 0o177155 with analog channel 19 works (V_random=1.0745037953199619V and R_random=237.52210639608387Ohm)\n",
+      "octal combination 0o177156 with analog channel 1 works (V_random=1.2429641308527934V and R_random=618.2463336830028Ohm)\n",
+      "octal combination 0o177156 with analog channel 7 works (V_random=1.1117456794274V and R_random=852.5550100444981Ohm)\n",
+      "octal combination 0o177156 with analog channel 8 works (V_random=1.0950154259507652V and R_random=485.8939411360711Ohm)\n",
+      "octal combination 0o177156 with analog channel 10 works (V_random=1.0809401277669564V and R_random=771.5932068928587Ohm)\n",
+      "octal combination 0o177156 with analog channel 12 works (V_random=1.2348715025327093V and R_random=644.9897597829245Ohm)\n",
+      "octal combination 0o177156 with analog channel 16 works (V_random=0.17892485125667143V and R_random=78.3085593674007Ohm)\n",
+      "octal combination 0o177157 with analog channel 2 works (V_random=1.1330879582109077V and R_random=779.04869431025Ohm)\n",
+      "octal combination 0o177157 with analog channel 8 works (V_random=1.1276785149593689V and R_random=112.38991810100694Ohm)\n",
+      "octal combination 0o177157 with analog channel 15 works (V_random=1.034566619847075V and R_random=329.49980500898494Ohm)\n",
+      "octal combination 0o177157 with analog channel 18 works (V_random=1.0402026077614628V and R_random=241.47578284825127Ohm)\n",
+      "octal combination 0o177157 with analog channel 19 works (V_random=1.1788628453051138V and R_random=512.2970797164386Ohm)\n",
+      "octal combination 0o177160 with analog channel 13 works (V_random=1.0552103747819825V and R_random=563.7247747477381Ohm)\n",
+      "octal combination 0o177160 with analog channel 14 works (V_random=1.1724916584819471V and R_random=793.7291085588973Ohm)\n",
+      "octal combination 0o177160 with analog channel 16 works (V_random=1.0218894885279366V and R_random=527.0354212090826Ohm)\n",
+      "octal combination 0o177161 with analog channel 4 works (V_random=1.2121927171154658V and R_random=274.2520838759216Ohm)\n",
+      "octal combination 0o177161 with analog channel 5 works (V_random=1.0685610944519395V and R_random=658.6069979563022Ohm)\n",
+      "octal combination 0o177161 with analog channel 7 works (V_random=1.0159416503525796V and R_random=442.4907050541711Ohm)\n",
+      "octal combination 0o177161 with analog channel 14 works (V_random=1.1682741234242662V and R_random=83.87099762251822Ohm)\n",
+      "octal combination 0o177162 with analog channel 4 works (V_random=1.0683804695704777V and R_random=369.30721294936035Ohm)\n",
+      "octal combination 0o177162 with analog channel 17 works (V_random=1.1558399476112662V and R_random=586.3369451715198Ohm)\n",
+      "octal combination 0o177162 with analog channel 18 works (V_random=1.0600879138528123V and R_random=107.68115728587719Ohm)\n",
+      "octal combination 0o177163 with analog channel 8 works (V_random=1.1774028460360064V and R_random=660.4212701288722Ohm)\n",
+      "octal combination 0o177163 with analog channel 9 works (V_random=1.0427729469704579V and R_random=919.0427723762989Ohm)\n",
+      "octal combination 0o177163 with analog channel 11 works (V_random=1.1152996797454782V and R_random=908.9199439895165Ohm)\n",
+      "octal combination 0o177164 with analog channel 2 works (V_random=1.2375627947200105V and R_random=552.6884333371052Ohm)\n",
+      "octal combination 0o177164 with analog channel 10 works (V_random=0.5641276361298847V and R_random=99.96784102613876Ohm)\n",
+      "octal combination 0o177164 with analog channel 12 works (V_random=1.1723275275135563V and R_random=930.9916938132376Ohm)\n",
+      "octal combination 0o177164 with analog channel 14 works (V_random=0.16376514548875704V and R_random=93.6130277654481Ohm)\n",
+      "octal combination 0o177164 with analog channel 20 works (V_random=1.1136955444616532V and R_random=464.02268426250697Ohm)\n",
+      "octal combination 0o177165 with analog channel 7 works (V_random=1.0266037514129787V and R_random=380.6635591155748Ohm)\n",
+      "octal combination 0o177165 with analog channel 9 works (V_random=1.0288999271965908V and R_random=166.18810657711168Ohm)\n",
+      "octal combination 0o177165 with analog channel 13 works (V_random=1.0581059709474232V and R_random=493.4882818032342Ohm)\n",
+      "octal combination 0o177166 with analog channel 1 works (V_random=1.0257904252174344V and R_random=939.313691957678Ohm)\n",
+      "octal combination 0o177166 with analog channel 8 works (V_random=1.031526767902534V and R_random=876.410852511016Ohm)\n",
+      "octal combination 0o177166 with analog channel 14 works (V_random=1.0423548361411954V and R_random=330.68728924249336Ohm)\n",
+      "octal combination 0o177166 with analog channel 19 works (V_random=1.2126937222720633V and R_random=199.99438529321668Ohm)\n",
+      "octal combination 0o177167 with analog channel 1 works (V_random=1.1431114148728774V and R_random=833.1498305589138Ohm)\n",
+      "octal combination 0o177167 with analog channel 3 works (V_random=1.048102651136781V and R_random=886.2026263420714Ohm)\n",
+      "octal combination 0o177167 with analog channel 6 works (V_random=1.081911526125729V and R_random=812.6097848879103Ohm)\n",
+      "octal combination 0o177167 with analog channel 13 works (V_random=1.0428899494231352V and R_random=407.2518657133425Ohm)\n",
+      "octal combination 0o177167 with analog channel 16 works (V_random=1.0236715883847842V and R_random=899.107226516525Ohm)\n",
+      "octal combination 0o177167 with analog channel 18 works (V_random=1.2278021633662197V and R_random=209.23557840651665Ohm)\n",
+      "octal combination 0o177170 with analog channel 3 works (V_random=1.0888564025118281V and R_random=664.4293603455552Ohm)\n",
+      "octal combination 0o177170 with analog channel 6 works (V_random=1.0648964324237709V and R_random=854.1498345913648Ohm)\n",
+      "octal combination 0o177170 with analog channel 7 works (V_random=1.2398176952804616V and R_random=768.4947206844604Ohm)\n",
+      "octal combination 0o177170 with analog channel 12 works (V_random=1.0197858395026762V and R_random=408.8310451703169Ohm)\n",
+      "octal combination 0o177171 with analog channel 1 works (V_random=1.1700305483442497V and R_random=639.5153470321845Ohm)\n",
+      "octal combination 0o177171 with analog channel 3 works (V_random=1.1610088141439272V and R_random=209.53702121407522Ohm)\n",
+      "octal combination 0o177171 with analog channel 5 works (V_random=1.073062883436159V and R_random=507.38935571435064Ohm)\n",
+      "octal combination 0o177171 with analog channel 11 works (V_random=1.0014729302404084V and R_random=135.4313409602236Ohm)\n",
+      "octal combination 0o177171 with analog channel 12 works (V_random=1.131743088080545V and R_random=603.971432730733Ohm)\n",
+      "octal combination 0o177171 with analog channel 14 works (V_random=1.1705758779781457V and R_random=849.2788455124642Ohm)\n",
+      "octal combination 0o177171 with analog channel 15 works (V_random=1.0459845735878441V and R_random=858.4724831941782Ohm)\n",
+      "octal combination 0o177171 with analog channel 18 works (V_random=1.1707613847735154V and R_random=821.1872691947534Ohm)\n",
+      "octal combination 0o177172 with analog channel 4 works (V_random=1.0143346340126194V and R_random=352.45813667838576Ohm)\n",
+      "octal combination 0o177172 with analog channel 6 works (V_random=0.9112993064255772V and R_random=80.9057592329495Ohm)\n",
+      "octal combination 0o177172 with analog channel 7 works (V_random=1.0292807347039157V and R_random=773.7704191171167Ohm)\n",
+      "octal combination 0o177172 with analog channel 8 works (V_random=1.0044815679346302V and R_random=716.6030368691828Ohm)\n",
+      "octal combination 0o177172 with analog channel 20 works (V_random=1.010870164077497V and R_random=796.4155878306677Ohm)\n",
+      "octal combination 0o177173 with analog channel 2 works (V_random=1.193073342601345V and R_random=662.5885896949479Ohm)\n",
+      "octal combination 0o177173 with analog channel 16 works (V_random=1.0558747044430823V and R_random=915.483489454311Ohm)\n",
+      "octal combination 0o177173 with analog channel 20 works (V_random=1.0495147408274417V and R_random=807.0713937565782Ohm)\n",
+      "octal combination 0o177174 with analog channel 1 works (V_random=1.0280573104261967V and R_random=430.8871119336599Ohm)\n",
+      "octal combination 0o177174 with analog channel 4 works (V_random=1.0542914475667757V and R_random=285.46944204416104Ohm)\n",
+      "octal combination 0o177174 with analog channel 5 works (V_random=1.2396016339520475V and R_random=873.4778801956248Ohm)\n",
+      "octal combination 0o177174 with analog channel 7 works (V_random=1.2052207203437335V and R_random=360.19573197972613Ohm)\n",
+      "octal combination 0o177174 with analog channel 19 works (V_random=1.2282593633033743V and R_random=541.4118419269273Ohm)\n",
+      "octal combination 0o177175 with analog channel 2 works (V_random=1.220709898845065V and R_random=719.2997859022693Ohm)\n",
+      "octal combination 0o177175 with analog channel 6 works (V_random=1.2025715596507975V and R_random=372.2182370283552Ohm)\n",
+      "octal combination 0o177175 with analog channel 19 works (V_random=1.2110112584114279V and R_random=474.3563402589102Ohm)\n",
+      "octal combination 0o177176 with analog channel 10 works (V_random=1.0460244786889112V and R_random=150.74629720735126Ohm)\n",
+      "octal combination 0o177176 with analog channel 15 works (V_random=0.08105678510576184V and R_random=80.43947467587017Ohm)\n",
+      "octal combination 0o177177 with analog channel 12 works (V_random=1.1675601515313965V and R_random=776.5030974852052Ohm)\n",
+      "octal combination 0o177177 with analog channel 19 works (V_random=1.2106694323794267V and R_random=226.3340980889111Ohm)\n",
+      "octal combination 0o177200 with analog channel 7 works (V_random=0.4969436850497119V and R_random=76.73281015375008Ohm)\n",
+      "octal combination 0o177200 with analog channel 16 works (V_random=1.180100576331525V and R_random=396.1699040593168Ohm)\n",
+      "octal combination 0o177201 with analog channel 7 works (V_random=1.1945220543788218V and R_random=421.4244613974607Ohm)\n",
+      "octal combination 0o177201 with analog channel 17 works (V_random=1.1212235238016268V and R_random=306.6088649824667Ohm)\n",
+      "octal combination 0o177202 with analog channel 10 works (V_random=1.079228518328864V and R_random=299.00011364750515Ohm)\n",
+      "octal combination 0o177202 with analog channel 17 works (V_random=1.1277956897141932V and R_random=828.1508653073766Ohm)\n",
+      "octal combination 0o177203 with analog channel 3 works (V_random=1.129884569081246V and R_random=85.07757638606425Ohm)\n",
+      "octal combination 0o177203 with analog channel 5 works (V_random=1.2401758829901293V and R_random=573.1815197335368Ohm)\n",
+      "octal combination 0o177203 with analog channel 6 works (V_random=1.0860844027048406V and R_random=485.539874568561Ohm)\n",
+      "octal combination 0o177203 with analog channel 8 works (V_random=1.0994824383992015V and R_random=216.0702882386809Ohm)\n",
+      "octal combination 0o177203 with analog channel 15 works (V_random=1.0465742776944185V and R_random=192.8198643294736Ohm)\n",
+      "octal combination 0o177203 with analog channel 19 works (V_random=1.0489375609507987V and R_random=632.459705774996Ohm)\n",
+      "octal combination 0o177204 with analog channel 1 works (V_random=1.0872492249143941V and R_random=557.6463380062437Ohm)\n",
+      "octal combination 0o177204 with analog channel 4 works (V_random=1.2008345157814946V and R_random=188.7647810677435Ohm)\n",
+      "octal combination 0o177204 with analog channel 8 works (V_random=1.1168287657621947V and R_random=504.82935121574917Ohm)\n",
+      "octal combination 0o177204 with analog channel 12 works (V_random=1.227958619914618V and R_random=913.7555177225846Ohm)\n",
+      "octal combination 0o177204 with analog channel 13 works (V_random=1.1140711840161663V and R_random=168.57276343144315Ohm)\n",
+      "octal combination 0o177204 with analog channel 18 works (V_random=1.0827797574767304V and R_random=595.2993803305551Ohm)\n",
+      "octal combination 0o177204 with analog channel 20 works (V_random=0.1825545593613062V and R_random=84.68343870602592Ohm)\n",
+      "octal combination 0o177206 with analog channel 13 works (V_random=1.1882214561057445V and R_random=280.6539288693846Ohm)\n",
+      "octal combination 0o177206 with analog channel 14 works (V_random=1.19072872421029V and R_random=678.0801703699459Ohm)\n",
+      "octal combination 0o177206 with analog channel 17 works (V_random=1.131428779894582V and R_random=969.7480244560737Ohm)\n",
+      "octal combination 0o177207 with analog channel 1 works (V_random=1.0020713151172904V and R_random=514.7326970683189Ohm)\n",
+      "octal combination 0o177207 with analog channel 5 works (V_random=1.0890260380404677V and R_random=352.36358775714535Ohm)\n",
+      "octal combination 0o177207 with analog channel 7 works (V_random=1.1769155728629668V and R_random=492.6366124229205Ohm)\n",
+      "octal combination 0o177207 with analog channel 11 works (V_random=1.1873994477754006V and R_random=726.5035459216115Ohm)\n",
+      "octal combination 0o177207 with analog channel 14 works (V_random=1.0287624984792834V and R_random=177.4816204952217Ohm)\n",
+      "octal combination 0o177207 with analog channel 17 works (V_random=0.9637532671043941V and R_random=92.99830310581741Ohm)\n",
+      "octal combination 0o177207 with analog channel 19 works (V_random=1.0710453141862473V and R_random=785.749712218152Ohm)\n",
+      "octal combination 0o177210 with analog channel 1 works (V_random=1.1347436364398182V and R_random=954.4072281652941Ohm)\n",
+      "octal combination 0o177210 with analog channel 2 works (V_random=1.1110896957113108V and R_random=815.3964882547554Ohm)\n",
+      "octal combination 0o177210 with analog channel 4 works (V_random=1.018297549395765V and R_random=815.1277849553894Ohm)\n",
+      "octal combination 0o177210 with analog channel 8 works (V_random=1.0023216463655247V and R_random=375.1098961963913Ohm)\n",
+      "octal combination 0o177210 with analog channel 9 works (V_random=1.0594528042414397V and R_random=367.77144900635875Ohm)\n",
+      "octal combination 0o177210 with analog channel 18 works (V_random=1.21626655041393V and R_random=634.2903583384065Ohm)\n",
+      "octal combination 0o177211 with analog channel 5 works (V_random=1.0236208158265816V and R_random=217.42831427270335Ohm)\n",
+      "octal combination 0o177211 with analog channel 14 works (V_random=1.0617302551437207V and R_random=974.5854032510921Ohm)\n",
+      "octal combination 0o177211 with analog channel 18 works (V_random=1.1376193515521962V and R_random=852.8817772734515Ohm)\n",
+      "octal combination 0o177212 with analog channel 2 works (V_random=1.157264354450674V and R_random=885.7392906247359Ohm)\n",
+      "octal combination 0o177212 with analog channel 4 works (V_random=1.2303539821807923V and R_random=500.180295474076Ohm)\n",
+      "octal combination 0o177212 with analog channel 10 works (V_random=1.1678638608128948V and R_random=188.08047979170038Ohm)\n",
+      "octal combination 0o177212 with analog channel 14 works (V_random=1.1785503303830385V and R_random=744.5905689283169Ohm)\n",
+      "octal combination 0o177212 with analog channel 19 works (V_random=1.2069381530844028V and R_random=309.34867499410416Ohm)\n",
+      "octal combination 0o177213 with analog channel 6 works (V_random=1.101627090281139V and R_random=935.2907221350547Ohm)\n",
+      "octal combination 0o177213 with analog channel 18 works (V_random=1.086059169952813V and R_random=269.9367282542628Ohm)\n",
+      "octal combination 0o177214 with analog channel 5 works (V_random=1.0025877478438021V and R_random=220.43987918076627Ohm)\n",
+      "octal combination 0o177214 with analog channel 11 works (V_random=1.224130616956389V and R_random=282.8566694094449Ohm)\n",
+      "octal combination 0o177214 with analog channel 16 works (V_random=0.1559532189639773V and R_random=84.10530954902464Ohm)\n",
+      "octal combination 0o177214 with analog channel 20 works (V_random=1.1552105886347812V and R_random=437.15178361203397Ohm)\n",
+      "octal combination 0o177215 with analog channel 2 works (V_random=1.1241081319210822V and R_random=217.9034315268822Ohm)\n",
+      "octal combination 0o177215 with analog channel 11 works (V_random=1.1489870913865385V and R_random=453.2002605288228Ohm)\n",
+      "octal combination 0o177216 with analog channel 3 works (V_random=1.027103059698568V and R_random=790.0263296153234Ohm)\n",
+      "octal combination 0o177216 with analog channel 5 works (V_random=1.1488341067215393V and R_random=449.7217950961879Ohm)\n",
+      "octal combination 0o177216 with analog channel 7 works (V_random=1.1846856246376205V and R_random=103.84320258654199Ohm)\n",
+      "octal combination 0o177216 with analog channel 19 works (V_random=1.1843442270866011V and R_random=823.3439152047868Ohm)\n",
+      "octal combination 0o177217 with analog channel 11 works (V_random=1.1406746939950505V and R_random=755.4074131816427Ohm)\n",
+      "octal combination 0o177217 with analog channel 14 works (V_random=1.232106289400746V and R_random=260.69967437243145Ohm)\n",
+      "octal combination 0o177217 with analog channel 16 works (V_random=1.1180186058607609V and R_random=358.6054428066455Ohm)\n",
+      "octal combination 0o177217 with analog channel 17 works (V_random=1.001462708117199V and R_random=117.01296409115362Ohm)\n",
+      "octal combination 0o177217 with analog channel 19 works (V_random=1.1585588406575673V and R_random=684.0518530526136Ohm)\n",
+      "octal combination 0o177220 with analog channel 1 works (V_random=1.138750874439959V and R_random=282.41668778064786Ohm)\n",
+      "octal combination 0o177220 with analog channel 7 works (V_random=1.1656005105687213V and R_random=304.6741832729035Ohm)\n",
+      "octal combination 0o177220 with analog channel 9 works (V_random=1.156736104125701V and R_random=714.2452931957295Ohm)\n",
+      "octal combination 0o177220 with analog channel 20 works (V_random=1.1611797352295194V and R_random=154.26137574648772Ohm)\n",
+      "octal combination 0o177221 with analog channel 3 works (V_random=1.0072558192995982V and R_random=264.1876176302965Ohm)\n",
+      "octal combination 0o177221 with analog channel 4 works (V_random=1.0515985566399653V and R_random=764.4781912856016Ohm)\n",
+      "octal combination 0o177221 with analog channel 5 works (V_random=1.1806470542817395V and R_random=784.3737296564858Ohm)\n",
+      "octal combination 0o177221 with analog channel 13 works (V_random=1.0465637731143849V and R_random=629.2162735184035Ohm)\n",
+      "octal combination 0o177222 with analog channel 9 works (V_random=1.0280338836868625V and R_random=77.57137862262691Ohm)\n",
+      "octal combination 0o177222 with analog channel 11 works (V_random=1.1594031796460433V and R_random=165.1232101653356Ohm)\n",
+      "octal combination 0o177222 with analog channel 13 works (V_random=1.0368848910818664V and R_random=437.54066918368227Ohm)\n",
+      "octal combination 0o177223 with analog channel 5 works (V_random=0.5832798329701466V and R_random=83.37771224365514Ohm)\n",
+      "octal combination 0o177223 with analog channel 18 works (V_random=1.1467966612591831V and R_random=658.7949636014321Ohm)\n",
+      "octal combination 0o177223 with analog channel 20 works (V_random=1.0648353574296379V and R_random=433.3603372951767Ohm)\n",
+      "octal combination 0o177224 with analog channel 3 works (V_random=1.0430290085995497V and R_random=499.90463135035924Ohm)\n",
+      "octal combination 0o177224 with analog channel 4 works (V_random=0.6756332218945336V and R_random=94.04678989781742Ohm)\n",
+      "octal combination 0o177224 with analog channel 6 works (V_random=1.1905643574697793V and R_random=867.3066698830376Ohm)\n",
+      "octal combination 0o177224 with analog channel 12 works (V_random=1.158435220198248V and R_random=519.7589076149611Ohm)\n",
+      "octal combination 0o177224 with analog channel 15 works (V_random=0.4834903037746749V and R_random=84.14040757970554Ohm)\n",
+      "octal combination 0o177224 with analog channel 16 works (V_random=1.0811665981677998V and R_random=245.54891446094578Ohm)\n",
+      "octal combination 0o177224 with analog channel 17 works (V_random=1.1629610028561057V and R_random=940.825874273283Ohm)\n",
+      "octal combination 0o177224 with analog channel 18 works (V_random=1.032251397575982V and R_random=836.5260313686456Ohm)\n",
+      "octal combination 0o177224 with analog channel 20 works (V_random=1.0268538302181804V and R_random=290.90435137137706Ohm)\n",
+      "octal combination 0o177225 with analog channel 4 works (V_random=1.1748702180570605V and R_random=507.08167275668586Ohm)\n",
+      "octal combination 0o177225 with analog channel 6 works (V_random=1.217118579788551V and R_random=934.6675118890811Ohm)\n",
+      "octal combination 0o177225 with analog channel 8 works (V_random=0.6430831107774077V and R_random=78.72774715694366Ohm)\n",
+      "octal combination 0o177226 with analog channel 6 works (V_random=1.1484418145120254V and R_random=416.2022115613028Ohm)\n",
+      "octal combination 0o177226 with analog channel 8 works (V_random=1.1915082505223165V and R_random=192.57504794860404Ohm)\n",
+      "octal combination 0o177226 with analog channel 12 works (V_random=1.167124633540219V and R_random=677.7831031759785Ohm)\n",
+      "octal combination 0o177226 with analog channel 18 works (V_random=1.0349206003978886V and R_random=679.2536949848657Ohm)\n",
+      "octal combination 0o177227 with analog channel 4 works (V_random=1.2049598436852984V and R_random=292.8670989181735Ohm)\n",
+      "octal combination 0o177227 with analog channel 7 works (V_random=1.0905259389440682V and R_random=876.9081788730921Ohm)\n",
+      "octal combination 0o177227 with analog channel 9 works (V_random=1.051555387203126V and R_random=500.03000835214027Ohm)\n",
+      "octal combination 0o177227 with analog channel 13 works (V_random=1.0163022890981792V and R_random=425.41824131506934Ohm)\n",
+      "octal combination 0o177227 with analog channel 14 works (V_random=1.0021183848650197V and R_random=982.4204948044712Ohm)\n",
+      "octal combination 0o177227 with analog channel 15 works (V_random=1.0577163370046394V and R_random=549.2026598359898Ohm)\n",
+      "octal combination 0o177230 with analog channel 4 works (V_random=1.0134600574831167V and R_random=954.6681730474635Ohm)\n",
+      "octal combination 0o177230 with analog channel 12 works (V_random=1.1131981699897922V and R_random=894.1252931761338Ohm)\n",
+      "octal combination 0o177230 with analog channel 13 works (V_random=1.0599033399097972V and R_random=899.9248495385403Ohm)\n",
+      "octal combination 0o177230 with analog channel 18 works (V_random=1.0701080778313719V and R_random=532.5378997615928Ohm)\n",
+      "octal combination 0o177231 with analog channel 1 works (V_random=1.0383940295014278V and R_random=418.11278886099115Ohm)\n",
+      "octal combination 0o177231 with analog channel 15 works (V_random=1.1440175251858835V and R_random=593.8853448456788Ohm)\n",
+      "octal combination 0o177231 with analog channel 16 works (V_random=1.1767886059407138V and R_random=586.0501525123002Ohm)\n",
+      "octal combination 0o177231 with analog channel 20 works (V_random=1.2131156486631087V and R_random=804.7869339258397Ohm)\n",
+      "octal combination 0o177232 with analog channel 7 works (V_random=1.073344063575257V and R_random=435.02439576820774Ohm)\n",
+      "octal combination 0o177232 with analog channel 14 works (V_random=1.0029615712222049V and R_random=419.2769201540882Ohm)\n",
+      "octal combination 0o177232 with analog channel 16 works (V_random=1.1453363343358598V and R_random=276.20940409951595Ohm)\n",
+      "octal combination 0o177233 with analog channel 1 works (V_random=1.1204093710269094V and R_random=295.15913067051645Ohm)\n",
+      "octal combination 0o177234 with analog channel 15 works (V_random=1.0248999344087573V and R_random=334.93059150651465Ohm)\n",
+      "octal combination 0o177234 with analog channel 17 works (V_random=1.1321148915618067V and R_random=773.7920436603212Ohm)\n",
+      "octal combination 0o177235 with analog channel 2 works (V_random=1.061536693761688V and R_random=220.71280319010773Ohm)\n",
+      "octal combination 0o177235 with analog channel 6 works (V_random=1.0687592464823996V and R_random=681.4344075743833Ohm)\n",
+      "octal combination 0o177235 with analog channel 9 works (V_random=0.6866078407438071V and R_random=82.30178945627273Ohm)\n",
+      "octal combination 0o177235 with analog channel 15 works (V_random=0.46714636704284873V and R_random=96.90161286778172Ohm)\n",
+      "octal combination 0o177235 with analog channel 20 works (V_random=1.2490855754051213V and R_random=239.16717564528773Ohm)\n",
+      "octal combination 0o177236 with analog channel 2 works (V_random=1.038602706369306V and R_random=624.5906481308916Ohm)\n",
+      "octal combination 0o177236 with analog channel 8 works (V_random=1.0216948285600156V and R_random=397.75905794086356Ohm)\n",
+      "octal combination 0o177236 with analog channel 13 works (V_random=1.1032684018832053V and R_random=80.95602626776842Ohm)\n",
+      "octal combination 0o177236 with analog channel 19 works (V_random=1.1821252089636078V and R_random=861.8165803002207Ohm)\n",
+      "octal combination 0o177237 with analog channel 4 works (V_random=1.0803606551108789V and R_random=239.94707099960905Ohm)\n",
+      "octal combination 0o177237 with analog channel 7 works (V_random=1.037246001990965V and R_random=631.8288358674275Ohm)\n",
+      "octal combination 0o177237 with analog channel 10 works (V_random=1.2415983786421905V and R_random=768.3584793726073Ohm)\n",
+      "octal combination 0o177237 with analog channel 11 works (V_random=1.1939816326202477V and R_random=138.7702042074206Ohm)\n",
+      "octal combination 0o177237 with analog channel 17 works (V_random=1.091585151797839V and R_random=546.4692039750129Ohm)\n",
+      "octal combination 0o177240 with analog channel 1 works (V_random=1.2158982648609722V and R_random=465.7193470759045Ohm)\n",
+      "octal combination 0o177240 with analog channel 2 works (V_random=1.2210285419821703V and R_random=510.9355211518514Ohm)\n",
+      "octal combination 0o177240 with analog channel 3 works (V_random=1.2306930084688876V and R_random=701.8555320404398Ohm)\n",
+      "octal combination 0o177240 with analog channel 6 works (V_random=1.2229592221930634V and R_random=110.28062647306533Ohm)\n",
+      "octal combination 0o177240 with analog channel 9 works (V_random=1.026366466367893V and R_random=691.5393151292709Ohm)\n",
+      "octal combination 0o177240 with analog channel 14 works (V_random=1.1285117150660793V and R_random=499.4764200874617Ohm)\n",
+      "octal combination 0o177240 with analog channel 20 works (V_random=1.0464509180689259V and R_random=230.13791638293554Ohm)\n",
+      "octal combination 0o177241 with analog channel 6 works (V_random=0.026494842581690353V and R_random=93.63501536117424Ohm)\n",
+      "octal combination 0o177242 with analog channel 5 works (V_random=1.1973628926855868V and R_random=964.5957346941785Ohm)\n",
+      "octal combination 0o177242 with analog channel 13 works (V_random=1.0467187931193662V and R_random=688.8205911951948Ohm)\n",
+      "octal combination 0o177242 with analog channel 19 works (V_random=0.24547310596260752V and R_random=75.42623719104493Ohm)\n",
+      "octal combination 0o177243 with analog channel 1 works (V_random=1.062263580529499V and R_random=576.0598063462251Ohm)\n",
+      "octal combination 0o177243 with analog channel 2 works (V_random=1.0580638603981631V and R_random=819.2401670585059Ohm)\n",
+      "octal combination 0o177243 with analog channel 3 works (V_random=0.7847894110749962V and R_random=78.62839442249647Ohm)\n",
+      "octal combination 0o177243 with analog channel 9 works (V_random=0.9423350451646246V and R_random=78.61029134029702Ohm)\n",
+      "octal combination 0o177243 with analog channel 12 works (V_random=1.107095344335741V and R_random=727.4945138529272Ohm)\n",
+      "octal combination 0o177243 with analog channel 16 works (V_random=1.2174086237582213V and R_random=492.20836281193397Ohm)\n",
+      "octal combination 0o177244 with analog channel 13 works (V_random=1.2099691914757114V and R_random=847.7059327840634Ohm)\n",
+      "octal combination 0o177244 with analog channel 18 works (V_random=1.218125029409106V and R_random=505.7551337742629Ohm)\n",
+      "octal combination 0o177244 with analog channel 19 works (V_random=1.1553954541185678V and R_random=298.8665652589774Ohm)\n",
+      "octal combination 0o177245 with analog channel 9 works (V_random=1.12055412952374V and R_random=249.23795375093786Ohm)\n",
+      "octal combination 0o177245 with analog channel 10 works (V_random=1.1124655065369513V and R_random=848.5058359367334Ohm)\n",
+      "octal combination 0o177245 with analog channel 12 works (V_random=1.0840734494819995V and R_random=686.4810820044034Ohm)\n",
+      "octal combination 0o177245 with analog channel 18 works (V_random=1.0290497056732817V and R_random=512.915530149831Ohm)\n",
+      "octal combination 0o177245 with analog channel 19 works (V_random=1.130296215015771V and R_random=781.2168715414604Ohm)\n",
+      "octal combination 0o177246 with analog channel 12 works (V_random=1.136804052755077V and R_random=891.8678201880185Ohm)\n",
+      "octal combination 0o177246 with analog channel 17 works (V_random=1.0845350174249146V and R_random=537.4913869807561Ohm)\n",
+      "octal combination 0o177247 with analog channel 2 works (V_random=1.1842255584833392V and R_random=741.2618780678093Ohm)\n",
+      "octal combination 0o177247 with analog channel 3 works (V_random=1.0271396351660413V and R_random=526.6439541809252Ohm)\n",
+      "octal combination 0o177247 with analog channel 4 works (V_random=1.129536060551843V and R_random=448.65614714202184Ohm)\n",
+      "octal combination 0o177247 with analog channel 7 works (V_random=1.1343832771743028V and R_random=188.554275147983Ohm)\n",
+      "octal combination 0o177247 with analog channel 15 works (V_random=1.120274390466373V and R_random=766.9839296694391Ohm)\n",
+      "octal combination 0o177247 with analog channel 18 works (V_random=1.234644786179471V and R_random=501.08678641874576Ohm)\n",
+      "octal combination 0o177250 with analog channel 8 works (V_random=1.2220232327764349V and R_random=880.8484264762477Ohm)\n",
+      "octal combination 0o177250 with analog channel 10 works (V_random=1.1420398439879138V and R_random=737.2622250844872Ohm)\n",
+      "octal combination 0o177250 with analog channel 11 works (V_random=1.2195493553265642V and R_random=684.1096879395991Ohm)\n",
+      "octal combination 0o177250 with analog channel 15 works (V_random=0.5818019494967588V and R_random=95.41632403156024Ohm)\n",
+      "octal combination 0o177251 with analog channel 1 works (V_random=1.0981834862694235V and R_random=560.9501446423402Ohm)\n",
+      "octal combination 0o177251 with analog channel 2 works (V_random=1.063370776527666V and R_random=946.5769440949596Ohm)\n",
+      "octal combination 0o177251 with analog channel 7 works (V_random=1.1718837007892033V and R_random=988.9057397032284Ohm)\n",
+      "octal combination 0o177251 with analog channel 18 works (V_random=1.1769126302096828V and R_random=437.7803699541791Ohm)\n",
+      "octal combination 0o177251 with analog channel 20 works (V_random=0.8006794191129076V and R_random=88.83109122535684Ohm)\n",
+      "octal combination 0o177252 with analog channel 2 works (V_random=1.0244985203312005V and R_random=497.1451068658443Ohm)\n",
+      "octal combination 0o177252 with analog channel 4 works (V_random=1.2199113397503902V and R_random=702.6109464880152Ohm)\n",
+      "octal combination 0o177252 with analog channel 5 works (V_random=1.1813820994730877V and R_random=335.56624207116573Ohm)\n",
+      "octal combination 0o177252 with analog channel 6 works (V_random=1.01925674549078V and R_random=743.9488848653307Ohm)\n",
+      "octal combination 0o177252 with analog channel 9 works (V_random=1.1976941831615877V and R_random=477.4097997474975Ohm)\n",
+      "octal combination 0o177252 with analog channel 11 works (V_random=0.7325181395723284V and R_random=97.51035689448679Ohm)\n",
+      "octal combination 0o177252 with analog channel 14 works (V_random=1.11091244549157V and R_random=967.7485594668594Ohm)\n",
+      "octal combination 0o177253 with analog channel 12 works (V_random=1.0471269815954094V and R_random=301.50232945952075Ohm)\n",
+      "octal combination 0o177253 with analog channel 17 works (V_random=1.1039291605497166V and R_random=109.22153730430138Ohm)\n",
+      "octal combination 0o177253 with analog channel 19 works (V_random=1.03588674942538V and R_random=655.2089057537979Ohm)\n",
+      "octal combination 0o177254 with analog channel 2 works (V_random=1.0621523884345945V and R_random=509.18444208970067Ohm)\n",
+      "octal combination 0o177254 with analog channel 5 works (V_random=1.008267649298691V and R_random=978.9936509550455Ohm)\n",
+      "octal combination 0o177254 with analog channel 6 works (V_random=1.065299134210268V and R_random=880.7307091700641Ohm)\n",
+      "octal combination 0o177254 with analog channel 9 works (V_random=1.2009847749196703V and R_random=728.5273256427616Ohm)\n",
+      "octal combination 0o177254 with analog channel 11 works (V_random=1.1480390222554253V and R_random=996.5581747569469Ohm)\n",
+      "octal combination 0o177254 with analog channel 13 works (V_random=0.04523654180659767V and R_random=75.99475580923082Ohm)\n",
+      "octal combination 0o177254 with analog channel 15 works (V_random=1.2098391497333678V and R_random=480.3343923344949Ohm)\n",
+      "octal combination 0o177254 with analog channel 16 works (V_random=1.0025820527054587V and R_random=605.8384883754006Ohm)\n",
+      "octal combination 0o177255 with analog channel 4 works (V_random=1.1302541848838252V and R_random=442.9273448163962Ohm)\n",
+      "octal combination 0o177255 with analog channel 8 works (V_random=1.14885572015774V and R_random=215.80445800064382Ohm)\n",
+      "octal combination 0o177255 with analog channel 9 works (V_random=0.8606612900746213V and R_random=82.65065474203725Ohm)\n",
+      "octal combination 0o177256 with analog channel 3 works (V_random=1.0940976759314844V and R_random=96.43126402743894Ohm)\n",
+      "octal combination 0o177256 with analog channel 11 works (V_random=1.0251661692996292V and R_random=122.7169031577172Ohm)\n",
+      "octal combination 0o177256 with analog channel 17 works (V_random=1.1942487587858552V and R_random=994.1795482961845Ohm)\n",
+      "octal combination 0o177256 with analog channel 18 works (V_random=1.134409906575811V and R_random=129.51067989725846Ohm)\n",
+      "octal combination 0o177257 with analog channel 2 works (V_random=1.1707696614196277V and R_random=738.7057829854375Ohm)\n",
+      "octal combination 0o177257 with analog channel 4 works (V_random=1.2034311849196315V and R_random=691.9695709582442Ohm)\n",
+      "octal combination 0o177257 with analog channel 5 works (V_random=1.062784604586699V and R_random=263.91228364034043Ohm)\n",
+      "octal combination 0o177257 with analog channel 13 works (V_random=1.0625888827121066V and R_random=578.5829143049035Ohm)\n",
+      "octal combination 0o177257 with analog channel 18 works (V_random=0.40979995672258307V and R_random=90.74573961259776Ohm)\n",
+      "octal combination 0o177260 with analog channel 1 works (V_random=1.147620502006457V and R_random=944.5352607912773Ohm)\n",
+      "octal combination 0o177260 with analog channel 2 works (V_random=1.0779222980969743V and R_random=767.420813249716Ohm)\n",
+      "octal combination 0o177260 with analog channel 4 works (V_random=1.2207330477705711V and R_random=778.7875871092361Ohm)\n",
+      "octal combination 0o177260 with analog channel 5 works (V_random=1.163819993362892V and R_random=589.7713578983563Ohm)\n",
+      "octal combination 0o177260 with analog channel 15 works (V_random=1.020196804633475V and R_random=730.3261198879596Ohm)\n",
+      "octal combination 0o177261 with analog channel 2 works (V_random=1.1089624329325258V and R_random=113.69737230747859Ohm)\n",
+      "octal combination 0o177261 with analog channel 3 works (V_random=1.0654733399703498V and R_random=295.24016447733493Ohm)\n",
+      "octal combination 0o177261 with analog channel 11 works (V_random=1.0850496659908206V and R_random=916.1447666480215Ohm)\n",
+      "octal combination 0o177261 with analog channel 12 works (V_random=1.2149787541363946V and R_random=243.81126732526064Ohm)\n",
+      "octal combination 0o177261 with analog channel 17 works (V_random=1.0207612423708996V and R_random=622.4131749085Ohm)\n",
+      "octal combination 0o177262 with analog channel 5 works (V_random=1.011795271798783V and R_random=197.3098175254923Ohm)\n",
+      "octal combination 0o177262 with analog channel 18 works (V_random=0.2899515118613702V and R_random=87.37442221889023Ohm)\n",
+      "octal combination 0o177263 with analog channel 5 works (V_random=1.1416462931489944V and R_random=952.2974369678589Ohm)\n",
+      "octal combination 0o177263 with analog channel 6 works (V_random=1.087292205478775V and R_random=153.40962365885474Ohm)\n",
+      "octal combination 0o177263 with analog channel 8 works (V_random=1.0662117191497409V and R_random=773.8528864823784Ohm)\n",
+      "octal combination 0o177263 with analog channel 12 works (V_random=1.2160647238463247V and R_random=395.29793286749276Ohm)\n",
+      "octal combination 0o177263 with analog channel 13 works (V_random=0.5354019471782384V and R_random=86.46713481288319Ohm)\n",
+      "octal combination 0o177263 with analog channel 20 works (V_random=1.0704401621410706V and R_random=649.2900597339474Ohm)\n",
+      "octal combination 0o177264 with analog channel 5 works (V_random=1.1965346080045005V and R_random=351.85419114574773Ohm)\n",
+      "octal combination 0o177264 with analog channel 11 works (V_random=1.2315263587755032V and R_random=821.9798858686335Ohm)\n",
+      "octal combination 0o177264 with analog channel 14 works (V_random=1.0573640644314488V and R_random=590.1016332674524Ohm)\n",
+      "octal combination 0o177264 with analog channel 15 works (V_random=1.0188277829258199V and R_random=710.269779024488Ohm)\n",
+      "octal combination 0o177264 with analog channel 17 works (V_random=1.2317169139712958V and R_random=875.2319611866227Ohm)\n",
+      "octal combination 0o177264 with analog channel 18 works (V_random=1.1933903789757097V and R_random=633.2870641205049Ohm)\n",
+      "octal combination 0o177264 with analog channel 19 works (V_random=0.21483131359520805V and R_random=92.81971839921158Ohm)\n",
+      "octal combination 0o177265 with analog channel 8 works (V_random=1.1703932265757213V and R_random=122.12069841818337Ohm)\n",
+      "octal combination 0o177265 with analog channel 9 works (V_random=1.1416564114308554V and R_random=625.433853277845Ohm)\n",
+      "octal combination 0o177265 with analog channel 16 works (V_random=1.2465456911825255V and R_random=442.92356691842184Ohm)\n",
+      "octal combination 0o177265 with analog channel 17 works (V_random=1.0381196203551033V and R_random=642.9727553948609Ohm)\n",
+      "octal combination 0o177266 with analog channel 1 works (V_random=0.3948806330114518V and R_random=75.3005091309313Ohm)\n",
+      "octal combination 0o177266 with analog channel 8 works (V_random=1.011518656280411V and R_random=307.77370111006616Ohm)\n",
+      "octal combination 0o177266 with analog channel 11 works (V_random=1.1596558308573464V and R_random=83.28823326081874Ohm)\n",
+      "octal combination 0o177266 with analog channel 12 works (V_random=1.0747783572982128V and R_random=932.0953225301587Ohm)\n",
+      "octal combination 0o177266 with analog channel 17 works (V_random=1.1541535744304834V and R_random=290.6602650383538Ohm)\n",
+      "octal combination 0o177267 with analog channel 3 works (V_random=1.2067142054823057V and R_random=589.7144647757248Ohm)\n",
+      "octal combination 0o177267 with analog channel 9 works (V_random=1.0926015180787811V and R_random=845.9812961458161Ohm)\n",
+      "octal combination 0o177267 with analog channel 11 works (V_random=1.2156080355472056V and R_random=806.0680687660599Ohm)\n",
+      "octal combination 0o177267 with analog channel 12 works (V_random=1.1710975489385402V and R_random=183.49482376554977Ohm)\n",
+      "octal combination 0o177267 with analog channel 13 works (V_random=1.078245250005446V and R_random=309.1618193800704Ohm)\n",
+      "octal combination 0o177267 with analog channel 14 works (V_random=1.1618238085070836V and R_random=85.54058285256411Ohm)\n",
+      "octal combination 0o177267 with analog channel 20 works (V_random=1.174576963388114V and R_random=790.9215617890068Ohm)\n",
+      "octal combination 0o177270 with analog channel 5 works (V_random=1.1895471120009538V and R_random=904.1152594092606Ohm)\n",
+      "octal combination 0o177270 with analog channel 8 works (V_random=1.0241171610583153V and R_random=154.49234913063466Ohm)\n",
+      "octal combination 0o177270 with analog channel 10 works (V_random=1.1149822648308647V and R_random=388.78342726344647Ohm)\n",
+      "octal combination 0o177270 with analog channel 12 works (V_random=1.1322316211019627V and R_random=497.93086643083166Ohm)\n",
+      "octal combination 0o177270 with analog channel 14 works (V_random=1.195148199247293V and R_random=654.7538893817824Ohm)\n",
+      "octal combination 0o177270 with analog channel 16 works (V_random=1.0424205313534027V and R_random=309.348862705943Ohm)\n",
+      "octal combination 0o177270 with analog channel 19 works (V_random=0.8732174875875669V and R_random=84.33688070431137Ohm)\n",
+      "octal combination 0o177271 with analog channel 6 works (V_random=1.2355865493900677V and R_random=532.4672018077317Ohm)\n",
+      "octal combination 0o177271 with analog channel 10 works (V_random=0.07379886787472423V and R_random=76.8109924408788Ohm)\n",
+      "octal combination 0o177271 with analog channel 17 works (V_random=1.1118316390148106V and R_random=490.53131666298236Ohm)\n",
+      "octal combination 0o177271 with analog channel 20 works (V_random=0.8108378443023946V and R_random=88.45853430555425Ohm)\n",
+      "octal combination 0o177272 with analog channel 3 works (V_random=1.1389768660977548V and R_random=231.6434420118051Ohm)\n",
+      "octal combination 0o177272 with analog channel 4 works (V_random=1.0683021286847065V and R_random=625.9649069511728Ohm)\n",
+      "octal combination 0o177272 with analog channel 6 works (V_random=1.136526872674364V and R_random=657.1192369874641Ohm)\n",
+      "octal combination 0o177272 with analog channel 17 works (V_random=1.1311786880886885V and R_random=841.005277955461Ohm)\n",
+      "octal combination 0o177272 with analog channel 18 works (V_random=1.0466188387439999V and R_random=318.7515033914651Ohm)\n",
+      "octal combination 0o177273 with analog channel 4 works (V_random=0.36522733395189716V and R_random=85.57579667787459Ohm)\n",
+      "octal combination 0o177273 with analog channel 7 works (V_random=1.1139646648003383V and R_random=594.3332705549218Ohm)\n",
+      "octal combination 0o177273 with analog channel 8 works (V_random=1.1564030527565343V and R_random=186.33328909039932Ohm)\n",
+      "octal combination 0o177273 with analog channel 10 works (V_random=1.0253780577916225V and R_random=100.25244567213343Ohm)\n",
+      "octal combination 0o177273 with analog channel 11 works (V_random=1.2463585392657153V and R_random=244.1812263721271Ohm)\n",
+      "octal combination 0o177273 with analog channel 14 works (V_random=1.1414157100026543V and R_random=443.37642882684554Ohm)\n",
+      "octal combination 0o177273 with analog channel 15 works (V_random=1.0839998310211016V and R_random=586.4973909280752Ohm)\n",
+      "octal combination 0o177273 with analog channel 17 works (V_random=1.2102929021714508V and R_random=644.9560077059616Ohm)\n",
+      "octal combination 0o177273 with analog channel 19 works (V_random=1.0419621373684809V and R_random=445.2850152879076Ohm)\n",
+      "octal combination 0o177274 with analog channel 5 works (V_random=1.1626408687944947V and R_random=567.4041184371413Ohm)\n",
+      "octal combination 0o177274 with analog channel 8 works (V_random=0.3479029906574599V and R_random=90.88958975230776Ohm)\n",
+      "octal combination 0o177274 with analog channel 13 works (V_random=1.13963497519183V and R_random=728.1364590331175Ohm)\n",
+      "octal combination 0o177275 with analog channel 7 works (V_random=1.1519450265015556V and R_random=291.3936023916655Ohm)\n",
+      "octal combination 0o177276 with analog channel 6 works (V_random=1.2249646800747758V and R_random=154.72474142506172Ohm)\n",
+      "octal combination 0o177276 with analog channel 7 works (V_random=1.1844591558724906V and R_random=579.3665108905402Ohm)\n",
+      "octal combination 0o177276 with analog channel 12 works (V_random=1.2423500656925395V and R_random=516.906394263395Ohm)\n",
+      "octal combination 0o177276 with analog channel 15 works (V_random=1.0218142935549492V and R_random=955.4055319942187Ohm)\n",
+      "octal combination 0o177276 with analog channel 18 works (V_random=1.1231037036879246V and R_random=903.0644242768608Ohm)\n",
+      "octal combination 0o177277 with analog channel 3 works (V_random=1.0259773420803844V and R_random=934.6256505202902Ohm)\n",
+      "octal combination 0o177277 with analog channel 4 works (V_random=1.1289578426405917V and R_random=675.1896923900563Ohm)\n",
+      "octal combination 0o177277 with analog channel 8 works (V_random=1.211682699878115V and R_random=725.1675424834632Ohm)\n",
+      "octal combination 0o177277 with analog channel 9 works (V_random=1.177455539297159V and R_random=423.9330722814237Ohm)\n",
+      "octal combination 0o177277 with analog channel 15 works (V_random=1.1438117285178384V and R_random=397.7081397336509Ohm)\n",
+      "octal combination 0o177277 with analog channel 18 works (V_random=1.0832842838994097V and R_random=381.806374314384Ohm)\n",
+      "octal combination 0o177300 with analog channel 4 works (V_random=1.0470937157109175V and R_random=533.1435930970185Ohm)\n",
+      "octal combination 0o177300 with analog channel 6 works (V_random=1.2343197463163114V and R_random=663.7059251400574Ohm)\n",
+      "octal combination 0o177300 with analog channel 7 works (V_random=1.127880044474894V and R_random=455.9775154620344Ohm)\n",
+      "octal combination 0o177300 with analog channel 11 works (V_random=1.1626332191107502V and R_random=314.2543700051778Ohm)\n",
+      "octal combination 0o177300 with analog channel 18 works (V_random=1.0661275079857302V and R_random=278.75531762870173Ohm)\n",
+      "octal combination 0o177301 with analog channel 7 works (V_random=1.1117812600371921V and R_random=844.1755977225525Ohm)\n",
+      "octal combination 0o177301 with analog channel 9 works (V_random=1.0083844113154274V and R_random=995.8580090415675Ohm)\n",
+      "octal combination 0o177301 with analog channel 20 works (V_random=0.26780709085896803V and R_random=86.08144421517697Ohm)\n",
+      "octal combination 0o177302 with analog channel 3 works (V_random=1.098565686345876V and R_random=205.00453657755563Ohm)\n",
+      "octal combination 0o177302 with analog channel 11 works (V_random=0.6168391552062451V and R_random=81.88959155098864Ohm)\n",
+      "octal combination 0o177302 with analog channel 12 works (V_random=1.040898491787961V and R_random=937.5110124846859Ohm)\n",
+      "octal combination 0o177302 with analog channel 15 works (V_random=1.1413060453552277V and R_random=352.17120693709035Ohm)\n",
+      "octal combination 0o177302 with analog channel 20 works (V_random=0.6514822557334087V and R_random=99.0931480926379Ohm)\n",
+      "octal combination 0o177303 with analog channel 13 works (V_random=1.1205898502986518V and R_random=304.77375846653206Ohm)\n",
+      "octal combination 0o177303 with analog channel 16 works (V_random=1.1006129197388617V and R_random=915.7829388530932Ohm)\n",
+      "octal combination 0o177304 with analog channel 5 works (V_random=0.3630149865592072V and R_random=85.75556638833584Ohm)\n",
+      "octal combination 0o177304 with analog channel 6 works (V_random=1.127671643451589V and R_random=873.4429998272677Ohm)\n",
+      "octal combination 0o177304 with analog channel 12 works (V_random=1.125881918965064V and R_random=415.13994136610694Ohm)\n",
+      "octal combination 0o177304 with analog channel 14 works (V_random=1.043774597730827V and R_random=121.92693307670709Ohm)\n",
+      "octal combination 0o177304 with analog channel 15 works (V_random=1.009612392368576V and R_random=729.2595452695746Ohm)\n",
+      "octal combination 0o177304 with analog channel 16 works (V_random=1.1644554950366732V and R_random=825.6210069426121Ohm)\n",
+      "octal combination 0o177304 with analog channel 19 works (V_random=0.5102040711485538V and R_random=92.66489529749732Ohm)\n",
+      "octal combination 0o177305 with analog channel 11 works (V_random=1.0658386155553732V and R_random=413.0789900290603Ohm)\n",
+      "octal combination 0o177305 with analog channel 12 works (V_random=1.223204177441978V and R_random=493.52861902337344Ohm)\n",
+      "octal combination 0o177305 with analog channel 13 works (V_random=1.0854887289954775V and R_random=733.2809749972101Ohm)\n",
+      "octal combination 0o177305 with analog channel 15 works (V_random=1.0194787134443928V and R_random=492.76698982879174Ohm)\n",
+      "octal combination 0o177306 with analog channel 1 works (V_random=1.0963489959487227V and R_random=482.85573954886956Ohm)\n",
+      "octal combination 0o177306 with analog channel 4 works (V_random=1.093640938442544V and R_random=176.58234116901735Ohm)\n",
+      "octal combination 0o177306 with analog channel 11 works (V_random=1.043464201257998V and R_random=167.65355343206392Ohm)\n",
+      "octal combination 0o177306 with analog channel 15 works (V_random=1.147734109822115V and R_random=365.17237197252166Ohm)\n",
+      "octal combination 0o177306 with analog channel 17 works (V_random=1.069382426862161V and R_random=980.7297003632925Ohm)\n",
+      "octal combination 0o177306 with analog channel 19 works (V_random=1.0818382339589037V and R_random=908.6466899015852Ohm)\n",
+      "octal combination 0o177307 with analog channel 4 works (V_random=1.1575657780475463V and R_random=710.0904900490677Ohm)\n",
+      "octal combination 0o177307 with analog channel 9 works (V_random=1.0891707970535918V and R_random=947.9266542998549Ohm)\n",
+      "octal combination 0o177307 with analog channel 17 works (V_random=0.09710256481240367V and R_random=86.95178816589787Ohm)\n",
+      "octal combination 0o177307 with analog channel 18 works (V_random=0.11808298182307705V and R_random=98.4151777401774Ohm)\n",
+      "octal combination 0o177310 with analog channel 4 works (V_random=1.0399725489969265V and R_random=290.79160031509565Ohm)\n",
+      "octal combination 0o177310 with analog channel 11 works (V_random=0.9106524970094326V and R_random=77.46799853078572Ohm)\n",
+      "octal combination 0o177310 with analog channel 20 works (V_random=1.0336041939888128V and R_random=311.5527351720533Ohm)\n",
+      "octal combination 0o177311 with analog channel 4 works (V_random=1.1413256462099504V and R_random=715.3577735059035Ohm)\n",
+      "octal combination 0o177311 with analog channel 6 works (V_random=1.133805053281508V and R_random=583.780308266865Ohm)\n",
+      "octal combination 0o177311 with analog channel 10 works (V_random=1.0551361700573567V and R_random=159.60533753158813Ohm)\n",
+      "octal combination 0o177311 with analog channel 14 works (V_random=0.3152993424707684V and R_random=75.26109183427039Ohm)\n",
+      "octal combination 0o177311 with analog channel 15 works (V_random=1.1565010130481512V and R_random=825.8138568634887Ohm)\n",
+      "octal combination 0o177312 with analog channel 1 works (V_random=1.1467281729246617V and R_random=253.79868975485826Ohm)\n",
+      "octal combination 0o177312 with analog channel 7 works (V_random=1.0959647518969993V and R_random=856.5719464862668Ohm)\n",
+      "octal combination 0o177312 with analog channel 8 works (V_random=1.2413989626011024V and R_random=826.3383673456665Ohm)\n",
+      "octal combination 0o177312 with analog channel 12 works (V_random=1.0072326608139905V and R_random=913.0799026231161Ohm)\n",
+      "octal combination 0o177312 with analog channel 20 works (V_random=1.0001967860343273V and R_random=557.7118694706808Ohm)\n",
+      "octal combination 0o177313 with analog channel 7 works (V_random=1.2066667895449847V and R_random=781.6524670711435Ohm)\n",
+      "octal combination 0o177313 with analog channel 9 works (V_random=1.1149838288672194V and R_random=148.12622753553313Ohm)\n",
+      "octal combination 0o177313 with analog channel 10 works (V_random=1.2242750390678006V and R_random=619.2865867989048Ohm)\n",
+      "octal combination 0o177313 with analog channel 12 works (V_random=1.0008871760433862V and R_random=473.1495308611129Ohm)\n",
+      "octal combination 0o177313 with analog channel 15 works (V_random=1.2418225582815836V and R_random=469.97299450019756Ohm)\n",
+      "octal combination 0o177313 with analog channel 17 works (V_random=1.083923214169644V and R_random=943.4627773121109Ohm)\n",
+      "octal combination 0o177313 with analog channel 18 works (V_random=1.0578982595830626V and R_random=787.4659396296453Ohm)\n",
+      "octal combination 0o177313 with analog channel 20 works (V_random=1.062283946270735V and R_random=159.3190366901214Ohm)\n",
+      "octal combination 0o177314 with analog channel 3 works (V_random=1.0314239519647708V and R_random=202.80948243313958Ohm)\n",
+      "octal combination 0o177314 with analog channel 9 works (V_random=1.2371991175016852V and R_random=400.92218929847064Ohm)\n",
+      "octal combination 0o177315 with analog channel 1 works (V_random=1.0310687381638592V and R_random=292.17193072866235Ohm)\n",
+      "octal combination 0o177315 with analog channel 5 works (V_random=1.194731413421983V and R_random=163.1959970222333Ohm)\n",
+      "octal combination 0o177315 with analog channel 11 works (V_random=1.0845102372455382V and R_random=352.2336576315932Ohm)\n",
+      "octal combination 0o177315 with analog channel 14 works (V_random=1.12458713380805V and R_random=856.1800177252152Ohm)\n",
+      "octal combination 0o177315 with analog channel 15 works (V_random=1.0652714072331395V and R_random=322.2551119574218Ohm)\n",
+      "octal combination 0o177315 with analog channel 16 works (V_random=1.1120616559609848V and R_random=785.1820725736475Ohm)\n",
+      "octal combination 0o177315 with analog channel 19 works (V_random=1.0085320077204623V and R_random=423.197419879476Ohm)\n",
+      "octal combination 0o177316 with analog channel 5 works (V_random=1.1089655660946172V and R_random=761.1070294748722Ohm)\n",
+      "octal combination 0o177316 with analog channel 10 works (V_random=1.0563050433030443V and R_random=432.23239008652325Ohm)\n",
+      "octal combination 0o177316 with analog channel 19 works (V_random=1.1271931741560044V and R_random=114.46003323975546Ohm)\n",
+      "octal combination 0o177317 with analog channel 2 works (V_random=1.2118136918967184V and R_random=791.3406844404258Ohm)\n",
+      "octal combination 0o177317 with analog channel 3 works (V_random=1.1749555716396505V and R_random=381.0787012485044Ohm)\n",
+      "octal combination 0o177320 with analog channel 5 works (V_random=1.1248024319240382V and R_random=920.8972648963019Ohm)\n",
+      "octal combination 0o177320 with analog channel 7 works (V_random=1.016556223623424V and R_random=90.23591811920889Ohm)\n",
+      "octal combination 0o177320 with analog channel 11 works (V_random=1.033420502970828V and R_random=223.94162867215115Ohm)\n",
+      "octal combination 0o177320 with analog channel 15 works (V_random=1.1371290820634754V and R_random=921.138196931807Ohm)\n",
+      "octal combination 0o177320 with analog channel 17 works (V_random=1.064087765153716V and R_random=254.6164800362371Ohm)\n",
+      "octal combination 0o177320 with analog channel 19 works (V_random=1.0451467075508463V and R_random=190.11124473004946Ohm)\n",
+      "octal combination 0o177321 with analog channel 5 works (V_random=1.234124889987752V and R_random=539.3292548989871Ohm)\n",
+      "octal combination 0o177321 with analog channel 10 works (V_random=0.9658137103488948V and R_random=78.5173093579528Ohm)\n",
+      "octal combination 0o177321 with analog channel 20 works (V_random=1.2099320285607211V and R_random=190.34717876135738Ohm)\n",
+      "octal combination 0o177322 with analog channel 3 works (V_random=1.0558148388865967V and R_random=787.8715598029752Ohm)\n",
+      "octal combination 0o177322 with analog channel 5 works (V_random=1.1747871957549385V and R_random=256.38912266519384Ohm)\n",
+      "octal combination 0o177322 with analog channel 6 works (V_random=1.1630357890841463V and R_random=712.7692672991209Ohm)\n",
+      "octal combination 0o177322 with analog channel 7 works (V_random=1.086179842156758V and R_random=774.7364100250629Ohm)\n",
+      "octal combination 0o177322 with analog channel 17 works (V_random=1.240612940431892V and R_random=553.4290741259946Ohm)\n",
+      "octal combination 0o177323 with analog channel 10 works (V_random=1.1089559855193192V and R_random=317.6821399866586Ohm)\n",
+      "octal combination 0o177323 with analog channel 11 works (V_random=1.1475069854316446V and R_random=785.9913689501558Ohm)\n",
+      "octal combination 0o177323 with analog channel 14 works (V_random=1.037981466626615V and R_random=530.990983218453Ohm)\n",
+      "octal combination 0o177323 with analog channel 15 works (V_random=1.1292135384500719V and R_random=699.1284905986284Ohm)\n",
+      "octal combination 0o177323 with analog channel 19 works (V_random=1.1192343172017618V and R_random=624.74215447612Ohm)\n",
+      "octal combination 0o177324 with analog channel 4 works (V_random=1.1748527313714718V and R_random=694.6992245182477Ohm)\n",
+      "octal combination 0o177324 with analog channel 11 works (V_random=1.1546790908930504V and R_random=687.6424489718444Ohm)\n",
+      "octal combination 0o177324 with analog channel 17 works (V_random=1.1849839237217812V and R_random=893.3887880326263Ohm)\n",
+      "octal combination 0o177324 with analog channel 18 works (V_random=1.0957707382452897V and R_random=888.2219409646668Ohm)\n",
+      "octal combination 0o177325 with analog channel 1 works (V_random=1.2273808888184163V and R_random=887.8755879363172Ohm)\n",
+      "octal combination 0o177325 with analog channel 2 works (V_random=1.2115356866138487V and R_random=967.5341221279841Ohm)\n",
+      "octal combination 0o177325 with analog channel 5 works (V_random=1.048123001680632V and R_random=823.1285500792902Ohm)\n",
+      "octal combination 0o177325 with analog channel 11 works (V_random=1.0582266292892477V and R_random=400.39975315880713Ohm)\n",
+      "octal combination 0o177325 with analog channel 12 works (V_random=1.040644020375001V and R_random=411.3931655019633Ohm)\n",
+      "octal combination 0o177325 with analog channel 13 works (V_random=0.5525182216350979V and R_random=88.25649031758613Ohm)\n",
+      "octal combination 0o177325 with analog channel 15 works (V_random=1.1976988928033174V and R_random=289.2515514185346Ohm)\n",
+      "octal combination 0o177325 with analog channel 17 works (V_random=1.1336098510210846V and R_random=229.45353752450956Ohm)\n",
+      "octal combination 0o177325 with analog channel 18 works (V_random=1.0961531035122336V and R_random=419.54540802077713Ohm)\n",
+      "octal combination 0o177325 with analog channel 19 works (V_random=1.1073404952771346V and R_random=437.4091983468847Ohm)\n",
+      "octal combination 0o177325 with analog channel 20 works (V_random=1.033875672714555V and R_random=135.22370844548163Ohm)\n",
+      "octal combination 0o177326 with analog channel 1 works (V_random=1.2182124030838368V and R_random=271.0084621479982Ohm)\n",
+      "octal combination 0o177326 with analog channel 11 works (V_random=1.22551515717682V and R_random=695.6473400585702Ohm)\n",
+      "octal combination 0o177326 with analog channel 15 works (V_random=1.1856927847440133V and R_random=651.6391719786392Ohm)\n",
+      "octal combination 0o177326 with analog channel 18 works (V_random=1.1293066756145094V and R_random=223.3114242812267Ohm)\n",
+      "octal combination 0o177327 with analog channel 11 works (V_random=1.2091766078718116V and R_random=771.2060546206455Ohm)\n",
+      "octal combination 0o177327 with analog channel 13 works (V_random=1.0089891337552688V and R_random=311.4415295618744Ohm)\n",
+      "octal combination 0o177327 with analog channel 17 works (V_random=1.0299840107305176V and R_random=521.2900331534852Ohm)\n",
+      "octal combination 0o177327 with analog channel 18 works (V_random=1.1544378119555034V and R_random=878.5087810559231Ohm)\n",
+      "octal combination 0o177330 with analog channel 7 works (V_random=1.1450838282044753V and R_random=321.245643867096Ohm)\n",
+      "octal combination 0o177330 with analog channel 15 works (V_random=1.0941793609646542V and R_random=676.1881536113818Ohm)\n",
+      "octal combination 0o177330 with analog channel 18 works (V_random=1.0442440352910496V and R_random=781.7802552022383Ohm)\n",
+      "octal combination 0o177331 with analog channel 1 works (V_random=1.038263566009118V and R_random=491.2572048632444Ohm)\n",
+      "octal combination 0o177331 with analog channel 12 works (V_random=1.0979752431760395V and R_random=336.0352506580144Ohm)\n",
+      "octal combination 0o177331 with analog channel 13 works (V_random=0.32905688838595637V and R_random=88.01924759430179Ohm)\n",
+      "octal combination 0o177331 with analog channel 15 works (V_random=1.2298470887472894V and R_random=391.7065020036356Ohm)\n",
+      "octal combination 0o177331 with analog channel 16 works (V_random=1.0745944643891472V and R_random=370.98276176429863Ohm)\n",
+      "octal combination 0o177331 with analog channel 19 works (V_random=1.2450375225341153V and R_random=742.9575978391201Ohm)\n",
+      "octal combination 0o177331 with analog channel 20 works (V_random=1.1649575308258924V and R_random=628.657971480969Ohm)\n",
+      "octal combination 0o177332 with analog channel 1 works (V_random=1.1427693442906477V and R_random=992.7373914212013Ohm)\n",
+      "octal combination 0o177332 with analog channel 5 works (V_random=1.23482688672067V and R_random=973.0459539377712Ohm)\n",
+      "octal combination 0o177332 with analog channel 9 works (V_random=1.0383722698983668V and R_random=506.88301811482495Ohm)\n",
+      "octal combination 0o177332 with analog channel 11 works (V_random=1.171364468229267V and R_random=198.9681676128111Ohm)\n",
+      "octal combination 0o177332 with analog channel 14 works (V_random=1.1094328508028108V and R_random=770.1433366106914Ohm)\n",
+      "octal combination 0o177333 with analog channel 4 works (V_random=1.2492252885416724V and R_random=673.5406648960243Ohm)\n",
+      "octal combination 0o177333 with analog channel 11 works (V_random=0.05618315168709892V and R_random=95.76308297660145Ohm)\n",
+      "octal combination 0o177333 with analog channel 12 works (V_random=1.158406952173924V and R_random=680.6764302736508Ohm)\n",
+      "octal combination 0o177333 with analog channel 17 works (V_random=1.1388310552306673V and R_random=808.6297156094731Ohm)\n",
+      "octal combination 0o177334 with analog channel 5 works (V_random=1.0209101863441064V and R_random=596.525278625252Ohm)\n",
+      "octal combination 0o177334 with analog channel 8 works (V_random=1.0279874823790933V and R_random=225.27417846537512Ohm)\n",
+      "octal combination 0o177334 with analog channel 13 works (V_random=1.166283803446121V and R_random=982.7814317594286Ohm)\n",
+      "octal combination 0o177334 with analog channel 19 works (V_random=1.073519304414294V and R_random=131.29007091626116Ohm)\n",
+      "octal combination 0o177335 with analog channel 1 works (V_random=1.060117620488969V and R_random=981.2470171105319Ohm)\n",
+      "octal combination 0o177335 with analog channel 4 works (V_random=1.1086613383298973V and R_random=765.6548108183672Ohm)\n",
+      "octal combination 0o177335 with analog channel 10 works (V_random=1.1215604308155922V and R_random=83.38714992504826Ohm)\n",
+      "octal combination 0o177335 with analog channel 11 works (V_random=1.1607278291144119V and R_random=573.6591804275267Ohm)\n",
+      "octal combination 0o177335 with analog channel 12 works (V_random=1.044383245692359V and R_random=308.509023901255Ohm)\n",
+      "octal combination 0o177335 with analog channel 14 works (V_random=1.2207851954879458V and R_random=982.1355229359787Ohm)\n",
+      "octal combination 0o177335 with analog channel 17 works (V_random=1.213207190420559V and R_random=584.5126325521999Ohm)\n",
+      "octal combination 0o177335 with analog channel 20 works (V_random=1.0195594862919064V and R_random=269.86050066168343Ohm)\n",
+      "octal combination 0o177336 with analog channel 2 works (V_random=1.2251275096233845V and R_random=117.16317844883852Ohm)\n",
+      "octal combination 0o177336 with analog channel 3 works (V_random=1.1273353379217594V and R_random=121.59581504295653Ohm)\n",
+      "octal combination 0o177336 with analog channel 7 works (V_random=1.001852114186139V and R_random=822.3985070785507Ohm)\n",
+      "octal combination 0o177336 with analog channel 14 works (V_random=1.1613794100021915V and R_random=647.2923374126443Ohm)\n",
+      "octal combination 0o177337 with analog channel 1 works (V_random=1.1552142810576047V and R_random=949.4472251786539Ohm)\n",
+      "octal combination 0o177337 with analog channel 3 works (V_random=1.0622783925794568V and R_random=90.86164787690016Ohm)\n",
+      "octal combination 0o177337 with analog channel 7 works (V_random=1.2190849065206368V and R_random=252.41584053627895Ohm)\n",
+      "octal combination 0o177337 with analog channel 9 works (V_random=0.8486083825269035V and R_random=86.6101673179103Ohm)\n",
+      "octal combination 0o177337 with analog channel 10 works (V_random=1.058371993747469V and R_random=263.1743983941867Ohm)\n",
+      "octal combination 0o177337 with analog channel 12 works (V_random=1.175796723855234V and R_random=796.096039206495Ohm)\n",
+      "octal combination 0o177337 with analog channel 14 works (V_random=1.1016718954593046V and R_random=948.4352224845516Ohm)\n",
+      "octal combination 0o177340 with analog channel 17 works (V_random=1.2262925703289207V and R_random=515.2084634196431Ohm)\n",
+      "octal combination 0o177340 with analog channel 18 works (V_random=1.0649178503765717V and R_random=261.1692103235049Ohm)\n",
+      "octal combination 0o177341 with analog channel 1 works (V_random=1.174527271179902V and R_random=870.4285268718992Ohm)\n",
+      "octal combination 0o177341 with analog channel 6 works (V_random=1.1895685215820109V and R_random=106.38471627258512Ohm)\n",
+      "octal combination 0o177341 with analog channel 8 works (V_random=1.2241971535155538V and R_random=318.4194520475422Ohm)\n",
+      "octal combination 0o177341 with analog channel 13 works (V_random=1.1374060889875341V and R_random=948.1527346716124Ohm)\n",
+      "octal combination 0o177341 with analog channel 20 works (V_random=1.1727563546657491V and R_random=325.65127032718004Ohm)\n",
+      "octal combination 0o177342 with analog channel 9 works (V_random=1.0840224229106856V and R_random=163.0429849423356Ohm)\n",
+      "octal combination 0o177342 with analog channel 13 works (V_random=0.870033567405543V and R_random=83.40843208865299Ohm)\n",
+      "octal combination 0o177342 with analog channel 14 works (V_random=1.160742703616629V and R_random=494.1889524412294Ohm)\n",
+      "octal combination 0o177342 with analog channel 17 works (V_random=0.3963183239329146V and R_random=86.42849718485971Ohm)\n",
+      "octal combination 0o177343 with analog channel 8 works (V_random=1.0880162904134163V and R_random=289.09034077288027Ohm)\n",
+      "octal combination 0o177343 with analog channel 10 works (V_random=1.0918904937380793V and R_random=655.3157886320159Ohm)\n",
+      "octal combination 0o177343 with analog channel 11 works (V_random=1.1204444074964839V and R_random=827.8952873902344Ohm)\n",
+      "octal combination 0o177344 with analog channel 9 works (V_random=0.006934054509114274V and R_random=77.63568888047001Ohm)\n",
+      "octal combination 0o177344 with analog channel 12 works (V_random=1.1156630745739275V and R_random=725.3175697224151Ohm)\n",
+      "octal combination 0o177344 with analog channel 17 works (V_random=1.0256502355467108V and R_random=204.64365827442356Ohm)\n",
+      "octal combination 0o177344 with analog channel 19 works (V_random=1.2016661997141616V and R_random=965.2374120521115Ohm)\n",
+      "octal combination 0o177345 with analog channel 5 works (V_random=1.0863438600478716V and R_random=111.02469658192939Ohm)\n",
+      "octal combination 0o177345 with analog channel 7 works (V_random=1.1512176062875272V and R_random=635.8988746256101Ohm)\n",
+      "octal combination 0o177345 with analog channel 8 works (V_random=1.1734523371432912V and R_random=542.7309877894529Ohm)\n",
+      "octal combination 0o177346 with analog channel 7 works (V_random=1.009862984980925V and R_random=196.5433544229674Ohm)\n",
+      "octal combination 0o177346 with analog channel 14 works (V_random=1.0894720096932295V and R_random=461.68671365572123Ohm)\n",
+      "octal combination 0o177346 with analog channel 15 works (V_random=0.6210196641162123V and R_random=88.8868167734527Ohm)\n",
+      "octal combination 0o177347 with analog channel 7 works (V_random=1.1395970445312655V and R_random=805.1025738549336Ohm)\n",
+      "octal combination 0o177350 with analog channel 6 works (V_random=1.0017255714947608V and R_random=596.4477786288791Ohm)\n",
+      "octal combination 0o177350 with analog channel 13 works (V_random=1.1909333921451162V and R_random=951.1934050882451Ohm)\n",
+      "octal combination 0o177350 with analog channel 15 works (V_random=1.173233031523039V and R_random=366.9433784496341Ohm)\n",
+      "octal combination 0o177350 with analog channel 17 works (V_random=1.2068133975377104V and R_random=679.3106473415561Ohm)\n",
+      "octal combination 0o177351 with analog channel 1 works (V_random=1.0873855322785895V and R_random=613.5321024808941Ohm)\n",
+      "octal combination 0o177351 with analog channel 10 works (V_random=1.1157034106334662V and R_random=689.5329635415471Ohm)\n",
+      "octal combination 0o177351 with analog channel 18 works (V_random=0.985755694127609V and R_random=82.50674917362136Ohm)\n",
+      "octal combination 0o177352 with analog channel 2 works (V_random=1.0399650409000407V and R_random=662.8482408524594Ohm)\n",
+      "octal combination 0o177352 with analog channel 5 works (V_random=1.106017682376763V and R_random=691.9066245999902Ohm)\n",
+      "octal combination 0o177352 with analog channel 8 works (V_random=1.050289885208044V and R_random=816.2943039211185Ohm)\n",
+      "octal combination 0o177352 with analog channel 10 works (V_random=0.9626401014322529V and R_random=91.20159616767938Ohm)\n",
+      "octal combination 0o177352 with analog channel 15 works (V_random=1.0186036016419242V and R_random=997.9586875286083Ohm)\n",
+      "octal combination 0o177352 with analog channel 20 works (V_random=1.0803244725954089V and R_random=350.56260788009985Ohm)\n",
+      "octal combination 0o177353 with analog channel 8 works (V_random=1.233762219704353V and R_random=991.7552954199938Ohm)\n",
+      "octal combination 0o177354 with analog channel 1 works (V_random=1.2426782619880758V and R_random=183.23440107161036Ohm)\n",
+      "octal combination 0o177354 with analog channel 5 works (V_random=1.19236734761058V and R_random=624.9716275690256Ohm)\n",
+      "octal combination 0o177354 with analog channel 6 works (V_random=1.1253111418548931V and R_random=172.54598903363393Ohm)\n",
+      "octal combination 0o177354 with analog channel 7 works (V_random=1.1262244179672172V and R_random=497.95055555787206Ohm)\n",
+      "octal combination 0o177354 with analog channel 9 works (V_random=1.0802589862339553V and R_random=668.3987391642939Ohm)\n",
+      "octal combination 0o177354 with analog channel 12 works (V_random=1.096899212540024V and R_random=701.3064468545105Ohm)\n",
+      "octal combination 0o177354 with analog channel 13 works (V_random=1.0379677137733032V and R_random=946.3555342060598Ohm)\n",
+      "octal combination 0o177354 with analog channel 16 works (V_random=1.159142887843784V and R_random=604.8622690810212Ohm)\n",
+      "octal combination 0o177355 with analog channel 3 works (V_random=1.0180018232083847V and R_random=248.90655174085023Ohm)\n",
+      "octal combination 0o177355 with analog channel 7 works (V_random=1.0102353417715095V and R_random=169.62792911224497Ohm)\n",
+      "octal combination 0o177355 with analog channel 9 works (V_random=1.1425439844484269V and R_random=170.97301542115665Ohm)\n",
+      "octal combination 0o177355 with analog channel 10 works (V_random=1.2365787836110604V and R_random=435.22509559502123Ohm)\n",
+      "octal combination 0o177355 with analog channel 12 works (V_random=1.2062433778510688V and R_random=458.6987879971569Ohm)\n",
+      "octal combination 0o177355 with analog channel 18 works (V_random=1.1524062082833089V and R_random=714.4591162196984Ohm)\n",
+      "octal combination 0o177356 with analog channel 1 works (V_random=1.1513120548629043V and R_random=348.350220625945Ohm)\n",
+      "octal combination 0o177356 with analog channel 5 works (V_random=1.1908390660314219V and R_random=96.97921631882693Ohm)\n",
+      "octal combination 0o177356 with analog channel 6 works (V_random=0.11478446292507632V and R_random=89.31637530917376Ohm)\n",
+      "octal combination 0o177356 with analog channel 8 works (V_random=1.0509540142754878V and R_random=886.6423338010777Ohm)\n",
+      "octal combination 0o177356 with analog channel 11 works (V_random=1.1019428439587884V and R_random=171.9462098230136Ohm)\n",
+      "octal combination 0o177356 with analog channel 15 works (V_random=1.2075423473169706V and R_random=437.5413260825044Ohm)\n",
+      "octal combination 0o177356 with analog channel 16 works (V_random=1.084038471371385V and R_random=551.3819652926518Ohm)\n",
+      "octal combination 0o177356 with analog channel 18 works (V_random=1.0781077579972649V and R_random=398.2198524411307Ohm)\n",
+      "octal combination 0o177357 with analog channel 16 works (V_random=0.059167826670785545V and R_random=93.2035707596802Ohm)\n",
+      "octal combination 0o177357 with analog channel 20 works (V_random=0.8606914414375497V and R_random=82.40772303019862Ohm)\n",
+      "octal combination 0o177360 with analog channel 3 works (V_random=1.17586317444334V and R_random=638.1456704624251Ohm)\n",
+      "octal combination 0o177360 with analog channel 20 works (V_random=1.0758719990589367V and R_random=146.5827649526206Ohm)\n",
+      "octal combination 0o177361 with analog channel 12 works (V_random=1.016408873634029V and R_random=467.05040425079983Ohm)\n",
+      "octal combination 0o177361 with analog channel 16 works (V_random=1.143022089386287V and R_random=878.5034489132472Ohm)\n",
+      "octal combination 0o177362 with analog channel 3 works (V_random=1.1581739229778674V and R_random=765.9911968173287Ohm)\n",
+      "octal combination 0o177362 with analog channel 15 works (V_random=1.2330444875278677V and R_random=415.0265394458182Ohm)\n",
+      "octal combination 0o177362 with analog channel 17 works (V_random=1.0871584046142555V and R_random=521.9965416711044Ohm)\n",
+      "octal combination 0o177363 with analog channel 7 works (V_random=1.1176706062018438V and R_random=93.54687889362252Ohm)\n",
+      "octal combination 0o177363 with analog channel 19 works (V_random=1.1104742466932647V and R_random=113.28830243985Ohm)\n",
+      "octal combination 0o177365 with analog channel 2 works (V_random=1.0271796690980917V and R_random=876.2504582479571Ohm)\n",
+      "octal combination 0o177365 with analog channel 11 works (V_random=1.2344023064276752V and R_random=337.39878850364744Ohm)\n",
+      "octal combination 0o177365 with analog channel 13 works (V_random=1.0845375450111716V and R_random=979.7736997303347Ohm)\n",
+      "octal combination 0o177366 with analog channel 3 works (V_random=1.02565975871688V and R_random=303.437679987023Ohm)\n",
+      "octal combination 0o177366 with analog channel 6 works (V_random=1.247638488037073V and R_random=846.022118703096Ohm)\n",
+      "octal combination 0o177366 with analog channel 13 works (V_random=1.140712589873061V and R_random=825.3147565810393Ohm)\n",
+      "octal combination 0o177367 with analog channel 1 works (V_random=0.595834480405592V and R_random=91.7515199767625Ohm)\n",
+      "octal combination 0o177367 with analog channel 4 works (V_random=1.1003310236032655V and R_random=763.8987936533315Ohm)\n",
+      "octal combination 0o177367 with analog channel 9 works (V_random=0.3673605747294255V and R_random=99.87634971531934Ohm)\n",
+      "octal combination 0o177367 with analog channel 14 works (V_random=1.0683011785068002V and R_random=998.135355814573Ohm)\n",
+      "octal combination 0o177370 with analog channel 2 works (V_random=1.0437636979624083V and R_random=977.0607419140885Ohm)\n",
+      "octal combination 0o177370 with analog channel 3 works (V_random=1.1331240475427722V and R_random=618.544572762176Ohm)\n",
+      "octal combination 0o177370 with analog channel 10 works (V_random=1.1025187899592344V and R_random=401.9749540567165Ohm)\n",
+      "octal combination 0o177370 with analog channel 13 works (V_random=1.123943547867037V and R_random=550.6064233796167Ohm)\n",
+      "octal combination 0o177371 with analog channel 1 works (V_random=1.230621973435851V and R_random=921.2605251193504Ohm)\n",
+      "octal combination 0o177371 with analog channel 3 works (V_random=1.0776587051283113V and R_random=933.7912945357193Ohm)\n",
+      "octal combination 0o177371 with analog channel 5 works (V_random=1.0622470409821774V and R_random=907.9301658812667Ohm)\n",
+      "octal combination 0o177371 with analog channel 10 works (V_random=1.032036691885152V and R_random=657.4077303072457Ohm)\n",
+      "octal combination 0o177371 with analog channel 13 works (V_random=1.046614553196736V and R_random=788.7912092258786Ohm)\n",
+      "octal combination 0o177371 with analog channel 17 works (V_random=1.1917359262576086V and R_random=404.2282857161815Ohm)\n",
+      "octal combination 0o177372 with analog channel 5 works (V_random=1.1331707720210236V and R_random=433.5884975677118Ohm)\n",
+      "octal combination 0o177372 with analog channel 8 works (V_random=1.0074496691830812V and R_random=668.9506944901409Ohm)\n",
+      "octal combination 0o177372 with analog channel 11 works (V_random=1.0061356863331203V and R_random=258.8274092422987Ohm)\n",
+      "octal combination 0o177372 with analog channel 12 works (V_random=1.080257546154688V and R_random=596.5611070199723Ohm)\n",
+      "octal combination 0o177372 with analog channel 16 works (V_random=1.1712235900867474V and R_random=195.60203869342138Ohm)\n",
+      "octal combination 0o177372 with analog channel 17 works (V_random=1.145917277771664V and R_random=757.6551506780372Ohm)\n",
+      "octal combination 0o177372 with analog channel 20 works (V_random=1.015820859920679V and R_random=405.87670604794397Ohm)\n",
+      "octal combination 0o177373 with analog channel 9 works (V_random=1.1229004834210596V and R_random=942.052633662975Ohm)\n",
+      "octal combination 0o177373 with analog channel 16 works (V_random=1.1410907094774134V and R_random=904.9589913281603Ohm)\n",
+      "octal combination 0o177373 with analog channel 18 works (V_random=1.122426041437827V and R_random=463.52235415603405Ohm)\n",
+      "octal combination 0o177374 with analog channel 5 works (V_random=1.0710298739762432V and R_random=756.3642448301541Ohm)\n",
+      "octal combination 0o177374 with analog channel 13 works (V_random=1.1776401370107057V and R_random=186.25319070946267Ohm)\n",
+      "octal combination 0o177374 with analog channel 17 works (V_random=1.176775889342831V and R_random=381.18397588319834Ohm)\n",
+      "octal combination 0o177374 with analog channel 20 works (V_random=1.1050507328054076V and R_random=514.9457805841757Ohm)\n",
+      "octal combination 0o177375 with analog channel 12 works (V_random=1.0934706364260443V and R_random=247.58681330211968Ohm)\n",
+      "octal combination 0o177375 with analog channel 13 works (V_random=1.2459483000761753V and R_random=844.7445424842465Ohm)\n",
+      "octal combination 0o177375 with analog channel 14 works (V_random=1.1769719811517594V and R_random=238.0665107633969Ohm)\n",
+      "octal combination 0o177375 with analog channel 18 works (V_random=1.2369287247059253V and R_random=301.4252491209341Ohm)\n",
+      "octal combination 0o177376 with analog channel 2 works (V_random=1.2038436605829925V and R_random=638.9481538132858Ohm)\n",
+      "octal combination 0o177376 with analog channel 3 works (V_random=1.1370227804928277V and R_random=643.3443512102475Ohm)\n",
+      "octal combination 0o177376 with analog channel 7 works (V_random=1.1481308989303385V and R_random=939.6230025515702Ohm)\n",
+      "octal combination 0o177376 with analog channel 9 works (V_random=1.1254777587755451V and R_random=219.55677015214073Ohm)\n",
+      "octal combination 0o177376 with analog channel 16 works (V_random=1.139373348901675V and R_random=287.39142648706746Ohm)\n",
+      "octal combination 0o177376 with analog channel 18 works (V_random=1.0354794560668092V and R_random=783.6026563962943Ohm)\n",
+      "octal combination 0o177376 with analog channel 19 works (V_random=1.0011964118300045V and R_random=309.3402883179457Ohm)\n",
+      "octal combination 0o177376 with analog channel 20 works (V_random=1.1313124755282726V and R_random=150.5660671698431Ohm)\n",
+      "octal combination 0o177377 with analog channel 7 works (V_random=1.1254757153915023V and R_random=172.42194787739072Ohm)\n",
+      "octal combination 0o177377 with analog channel 9 works (V_random=1.1670267834302575V and R_random=681.7899506703413Ohm)\n",
+      "octal combination 0o177377 with analog channel 14 works (V_random=1.08358825960891V and R_random=569.0023219032829Ohm)\n",
+      "octal combination 0o177400 with analog channel 1 works (V_random=1.0229352258124274V and R_random=440.95267888541764Ohm)\n",
+      "octal combination 0o177400 with analog channel 7 works (V_random=1.114712959685984V and R_random=206.00999536294805Ohm)\n",
+      "octal combination 0o177400 with analog channel 11 works (V_random=1.0019436353446936V and R_random=610.6539449889677Ohm)\n",
+      "octal combination 0o177400 with analog channel 16 works (V_random=1.133002824965761V and R_random=589.7896942279588Ohm)\n",
+      "octal combination 0o177400 with analog channel 19 works (V_random=1.1503183706460367V and R_random=330.7312608081561Ohm)\n",
+      "octal combination 0o177401 with analog channel 4 works (V_random=1.1694573192088806V and R_random=733.6058603682397Ohm)\n",
+      "octal combination 0o177401 with analog channel 8 works (V_random=1.182878986619135V and R_random=668.9879240483909Ohm)\n",
+      "octal combination 0o177401 with analog channel 9 works (V_random=0.2375265556572917V and R_random=83.04413518409025Ohm)\n",
+      "octal combination 0o177401 with analog channel 13 works (V_random=1.0647692204504593V and R_random=155.73796798759003Ohm)\n",
+      "octal combination 0o177401 with analog channel 14 works (V_random=1.1610674164387111V and R_random=431.1145396051423Ohm)\n",
+      "octal combination 0o177402 with analog channel 4 works (V_random=1.0076657483516003V and R_random=445.4589673195107Ohm)\n",
+      "octal combination 0o177402 with analog channel 6 works (V_random=0.7596154680319165V and R_random=97.43012058245662Ohm)\n",
+      "octal combination 0o177402 with analog channel 10 works (V_random=1.220172172310718V and R_random=495.1410721349072Ohm)\n",
+      "octal combination 0o177402 with analog channel 13 works (V_random=0.9183371422331955V and R_random=96.84559199440855Ohm)\n",
+      "octal combination 0o177402 with analog channel 16 works (V_random=1.0121797892458662V and R_random=994.1329020669326Ohm)\n",
+      "octal combination 0o177403 with analog channel 4 works (V_random=1.144014657686275V and R_random=540.5376094943276Ohm)\n",
+      "octal combination 0o177403 with analog channel 8 works (V_random=1.080937099809045V and R_random=164.95181731928773Ohm)\n",
+      "octal combination 0o177403 with analog channel 12 works (V_random=1.1098290205073527V and R_random=216.14625501268327Ohm)\n",
+      "octal combination 0o177403 with analog channel 13 works (V_random=1.1796869853205763V and R_random=773.5879537365538Ohm)\n",
+      "octal combination 0o177403 with analog channel 16 works (V_random=1.043697465496367V and R_random=690.5381700336579Ohm)\n",
+      "octal combination 0o177404 with analog channel 7 works (V_random=0.42717976333192476V and R_random=95.54169537288075Ohm)\n",
+      "octal combination 0o177404 with analog channel 12 works (V_random=0.3912037060015262V and R_random=83.44364970438377Ohm)\n",
+      "octal combination 0o177404 with analog channel 15 works (V_random=1.1708719508982937V and R_random=548.3383741665281Ohm)\n",
+      "octal combination 0o177404 with analog channel 20 works (V_random=1.02480309689147V and R_random=160.80094723487167Ohm)\n",
+      "octal combination 0o177405 with analog channel 10 works (V_random=1.0828214087238417V and R_random=541.6782567091392Ohm)\n",
+      "octal combination 0o177405 with analog channel 13 works (V_random=1.1897463198738458V and R_random=808.3987281702447Ohm)\n",
+      "octal combination 0o177405 with analog channel 19 works (V_random=1.11257379508965V and R_random=991.663508495253Ohm)\n",
+      "octal combination 0o177406 with analog channel 1 works (V_random=1.230711211672339V and R_random=191.1279029622981Ohm)\n",
+      "octal combination 0o177406 with analog channel 2 works (V_random=1.0996545681397945V and R_random=736.3333134281363Ohm)\n",
+      "octal combination 0o177406 with analog channel 3 works (V_random=1.0137479065306756V and R_random=882.48420134998Ohm)\n",
+      "octal combination 0o177406 with analog channel 5 works (V_random=1.012755827923V and R_random=785.5349440176569Ohm)\n",
+      "octal combination 0o177406 with analog channel 14 works (V_random=1.0938362087095685V and R_random=961.9745911355622Ohm)\n",
+      "octal combination 0o177406 with analog channel 16 works (V_random=1.0505841352602725V and R_random=367.9645545313607Ohm)\n",
+      "octal combination 0o177407 with analog channel 10 works (V_random=1.1805089273523754V and R_random=431.7198177636672Ohm)\n",
+      "octal combination 0o177407 with analog channel 11 works (V_random=1.043451860959614V and R_random=832.5748771267961Ohm)\n",
+      "octal combination 0o177407 with analog channel 16 works (V_random=1.2233176463587596V and R_random=400.2928743018355Ohm)\n",
+      "octal combination 0o177410 with analog channel 2 works (V_random=1.103872641488192V and R_random=362.9558589822223Ohm)\n",
+      "octal combination 0o177410 with analog channel 7 works (V_random=0.3157373450343103V and R_random=80.50898919150022Ohm)\n",
+      "octal combination 0o177410 with analog channel 8 works (V_random=1.1704459419499926V and R_random=348.03500674859174Ohm)\n",
+      "octal combination 0o177410 with analog channel 10 works (V_random=1.1508591777826664V and R_random=773.5756425133083Ohm)\n",
+      "octal combination 0o177410 with analog channel 15 works (V_random=1.1529479350868286V and R_random=166.25716947995136Ohm)\n",
+      "octal combination 0o177410 with analog channel 16 works (V_random=0.6073169026726644V and R_random=79.3284638005098Ohm)\n",
+      "octal combination 0o177411 with analog channel 6 works (V_random=1.0535420144954761V and R_random=883.2187597868503Ohm)\n",
+      "octal combination 0o177411 with analog channel 10 works (V_random=1.2332807043188112V and R_random=899.508208811496Ohm)\n",
+      "octal combination 0o177411 with analog channel 11 works (V_random=1.042583364069347V and R_random=658.938010095482Ohm)\n",
+      "octal combination 0o177411 with analog channel 14 works (V_random=1.0204897553703243V and R_random=856.8077688475461Ohm)\n",
+      "octal combination 0o177411 with analog channel 16 works (V_random=1.0827590380469436V and R_random=354.7457252048931Ohm)\n",
+      "octal combination 0o177412 with analog channel 1 works (V_random=1.0406028128376748V and R_random=308.8057523664077Ohm)\n",
+      "octal combination 0o177412 with analog channel 9 works (V_random=1.2332207512470392V and R_random=453.5397583313287Ohm)\n",
+      "octal combination 0o177412 with analog channel 11 works (V_random=1.0153157401040145V and R_random=568.1874846571728Ohm)\n",
+      "octal combination 0o177412 with analog channel 13 works (V_random=1.202913483149121V and R_random=927.6238177741003Ohm)\n",
+      "octal combination 0o177412 with analog channel 14 works (V_random=1.0127133781768165V and R_random=285.75233859882826Ohm)\n",
+      "octal combination 0o177412 with analog channel 18 works (V_random=1.0244783020985189V and R_random=284.42126375197944Ohm)\n",
+      "octal combination 0o177412 with analog channel 19 works (V_random=1.1799403665559747V and R_random=92.57598586208411Ohm)\n",
+      "octal combination 0o177413 with analog channel 1 works (V_random=0.1790533138396226V and R_random=90.90680135888931Ohm)\n",
+      "octal combination 0o177413 with analog channel 8 works (V_random=1.073485517133354V and R_random=239.78233045488676Ohm)\n",
+      "octal combination 0o177413 with analog channel 10 works (V_random=0.8827465431360025V and R_random=94.17989371013667Ohm)\n",
+      "octal combination 0o177413 with analog channel 11 works (V_random=1.153976388635796V and R_random=540.6655063893627Ohm)\n",
+      "octal combination 0o177413 with analog channel 20 works (V_random=1.0410255938957453V and R_random=172.15178860824Ohm)\n",
+      "octal combination 0o177414 with analog channel 9 works (V_random=1.1698760433678503V and R_random=884.7907859034656Ohm)\n",
+      "octal combination 0o177414 with analog channel 12 works (V_random=1.1047291624277353V and R_random=398.7866720967671Ohm)\n",
+      "octal combination 0o177414 with analog channel 18 works (V_random=1.2024670477793107V and R_random=596.0447016212283Ohm)\n",
+      "octal combination 0o177415 with analog channel 5 works (V_random=1.2443064843027214V and R_random=845.2805764586942Ohm)\n",
+      "octal combination 0o177415 with analog channel 14 works (V_random=1.1316687596768753V and R_random=189.6423143009307Ohm)\n",
+      "octal combination 0o177415 with analog channel 16 works (V_random=1.1944099753393846V and R_random=950.4439641341588Ohm)\n",
+      "octal combination 0o177415 with analog channel 17 works (V_random=1.1296060366109983V and R_random=404.1484979374785Ohm)\n",
+      "octal combination 0o177415 with analog channel 19 works (V_random=1.1561331722219572V and R_random=494.21983048550595Ohm)\n",
+      "octal combination 0o177416 with analog channel 5 works (V_random=1.2272343843277893V and R_random=457.8960107618272Ohm)\n",
+      "octal combination 0o177416 with analog channel 6 works (V_random=0.375463561843959V and R_random=91.81295776003634Ohm)\n",
+      "octal combination 0o177416 with analog channel 10 works (V_random=1.2010866363471648V and R_random=260.1060406584986Ohm)\n",
+      "octal combination 0o177416 with analog channel 15 works (V_random=1.0002189486266746V and R_random=236.85730919973506Ohm)\n",
+      "octal combination 0o177416 with analog channel 16 works (V_random=1.249429642775732V and R_random=964.0941925340219Ohm)\n",
+      "octal combination 0o177417 with analog channel 4 works (V_random=1.1348662496537008V and R_random=381.37554443249564Ohm)\n",
+      "octal combination 0o177417 with analog channel 5 works (V_random=0.9580992837565815V and R_random=75.26441972918536Ohm)\n",
+      "octal combination 0o177417 with analog channel 11 works (V_random=1.2220511705947448V and R_random=196.3095843859209Ohm)\n",
+      "octal combination 0o177417 with analog channel 12 works (V_random=1.2118802860684905V and R_random=992.1829967399028Ohm)\n",
+      "octal combination 0o177417 with analog channel 16 works (V_random=1.0947692785050303V and R_random=746.4316889713699Ohm)\n",
+      "octal combination 0o177417 with analog channel 17 works (V_random=1.2385666979492558V and R_random=494.5079911911139Ohm)\n",
+      "octal combination 0o177417 with analog channel 18 works (V_random=1.124457220449277V and R_random=835.8433948950315Ohm)\n",
+      "octal combination 0o177417 with analog channel 19 works (V_random=0.029361324892512725V and R_random=91.82289261001382Ohm)\n",
+      "octal combination 0o177420 with analog channel 15 works (V_random=1.104169629853048V and R_random=408.71125330914157Ohm)\n",
+      "octal combination 0o177420 with analog channel 19 works (V_random=1.0949983062933506V and R_random=495.6583076803409Ohm)\n",
+      "octal combination 0o177420 with analog channel 20 works (V_random=1.2221601359092138V and R_random=227.95057427392098Ohm)\n",
+      "octal combination 0o177421 with analog channel 2 works (V_random=1.1411820785227729V and R_random=561.867321749322Ohm)\n",
+      "octal combination 0o177421 with analog channel 12 works (V_random=1.165142643473593V and R_random=442.7588361770847Ohm)\n",
+      "octal combination 0o177421 with analog channel 19 works (V_random=1.0202712439878547V and R_random=170.43660944875037Ohm)\n",
+      "octal combination 0o177422 with analog channel 5 works (V_random=1.1926749877018383V and R_random=803.5880956414298Ohm)\n",
+      "octal combination 0o177422 with analog channel 8 works (V_random=1.1970938165722302V and R_random=978.0976774096963Ohm)\n",
+      "octal combination 0o177422 with analog channel 9 works (V_random=1.0537868958087628V and R_random=971.5836892747045Ohm)\n",
+      "octal combination 0o177422 with analog channel 13 works (V_random=1.0655472122991196V and R_random=325.0021121074194Ohm)\n",
+      "octal combination 0o177422 with analog channel 16 works (V_random=1.2441959190074094V and R_random=116.66843132838454Ohm)\n",
+      "octal combination 0o177422 with analog channel 17 works (V_random=1.0714312684167302V and R_random=772.3997003376307Ohm)\n",
+      "octal combination 0o177423 with analog channel 1 works (V_random=1.1888212362305852V and R_random=976.041808956991Ohm)\n",
+      "octal combination 0o177423 with analog channel 5 works (V_random=1.0502725818616412V and R_random=174.1577252397073Ohm)\n",
+      "octal combination 0o177423 with analog channel 6 works (V_random=1.1225381111717085V and R_random=150.72908104637287Ohm)\n",
+      "octal combination 0o177423 with analog channel 8 works (V_random=1.0234970264324996V and R_random=833.6022084834681Ohm)\n",
+      "octal combination 0o177423 with analog channel 9 works (V_random=1.0503452380121372V and R_random=929.9513308260741Ohm)\n",
+      "octal combination 0o177423 with analog channel 10 works (V_random=1.0704014022039352V and R_random=729.7967119366962Ohm)\n",
+      "octal combination 0o177423 with analog channel 12 works (V_random=1.033073125560701V and R_random=679.5402708118489Ohm)\n",
+      "octal combination 0o177423 with analog channel 16 works (V_random=1.1767921969516613V and R_random=775.7201080374602Ohm)\n",
+      "octal combination 0o177424 with analog channel 3 works (V_random=1.2024890820489658V and R_random=683.8461728721367Ohm)\n",
+      "octal combination 0o177424 with analog channel 9 works (V_random=0.7216769198673129V and R_random=76.66647767993366Ohm)\n",
+      "octal combination 0o177424 with analog channel 18 works (V_random=1.074524561749048V and R_random=474.76606791580804Ohm)\n",
+      "octal combination 0o177425 with analog channel 4 works (V_random=1.104898597763818V and R_random=332.1878404832117Ohm)\n",
+      "octal combination 0o177425 with analog channel 10 works (V_random=1.0376747304597957V and R_random=600.4846650894282Ohm)\n",
+      "octal combination 0o177425 with analog channel 13 works (V_random=1.1554901172491263V and R_random=690.1796667227331Ohm)\n",
+      "octal combination 0o177425 with analog channel 15 works (V_random=1.2038891996495322V and R_random=139.772501878661Ohm)\n",
+      "octal combination 0o177426 with analog channel 8 works (V_random=1.094334512483626V and R_random=702.8648219089329Ohm)\n",
+      "octal combination 0o177427 with analog channel 1 works (V_random=1.1723243226331932V and R_random=646.4258046900266Ohm)\n",
+      "octal combination 0o177427 with analog channel 3 works (V_random=1.119073931179644V and R_random=726.1920065064601Ohm)\n",
+      "octal combination 0o177427 with analog channel 5 works (V_random=0.16350749124659836V and R_random=92.03167929515752Ohm)\n",
+      "octal combination 0o177427 with analog channel 7 works (V_random=1.1367924405077692V and R_random=348.8659129645417Ohm)\n",
+      "octal combination 0o177427 with analog channel 18 works (V_random=1.1544015738833497V and R_random=502.04131758982027Ohm)\n",
+      "octal combination 0o177427 with analog channel 19 works (V_random=1.045324773513017V and R_random=765.9481160555795Ohm)\n",
+      "octal combination 0o177430 with analog channel 4 works (V_random=0.6482374280377324V and R_random=76.07065815005866Ohm)\n",
+      "octal combination 0o177430 with analog channel 9 works (V_random=1.2369452755727186V and R_random=987.9151297754612Ohm)\n",
+      "octal combination 0o177430 with analog channel 11 works (V_random=0.12770220021462914V and R_random=96.04653169791047Ohm)\n",
+      "octal combination 0o177430 with analog channel 13 works (V_random=1.2186742622970796V and R_random=578.4272083227393Ohm)\n",
+      "octal combination 0o177430 with analog channel 17 works (V_random=1.075747382224941V and R_random=791.9849213551885Ohm)\n",
+      "octal combination 0o177431 with analog channel 4 works (V_random=1.1036149123138483V and R_random=671.8355911209011Ohm)\n",
+      "octal combination 0o177431 with analog channel 6 works (V_random=1.1805767666427245V and R_random=735.8197304512448Ohm)\n",
+      "octal combination 0o177431 with analog channel 7 works (V_random=1.1276325993744927V and R_random=798.1546966231722Ohm)\n",
+      "octal combination 0o177431 with analog channel 10 works (V_random=1.107853984434993V and R_random=408.90446395381343Ohm)\n",
+      "octal combination 0o177431 with analog channel 11 works (V_random=1.1778183661661035V and R_random=149.67712056602278Ohm)\n",
+      "octal combination 0o177431 with analog channel 13 works (V_random=1.1352960452624377V and R_random=225.89603510957247Ohm)\n",
+      "octal combination 0o177431 with analog channel 15 works (V_random=1.0534044630507835V and R_random=752.4348873733295Ohm)\n",
+      "octal combination 0o177431 with analog channel 17 works (V_random=1.1767394526960564V and R_random=753.4382927664029Ohm)\n",
+      "octal combination 0o177431 with analog channel 19 works (V_random=1.0047399679220905V and R_random=607.314930710768Ohm)\n",
+      "octal combination 0o177431 with analog channel 20 works (V_random=0.07290260408188948V and R_random=98.71351314886535Ohm)\n",
+      "octal combination 0o177432 with analog channel 6 works (V_random=1.1398660021485227V and R_random=472.5497970750308Ohm)\n",
+      "octal combination 0o177432 with analog channel 9 works (V_random=1.0306709850140197V and R_random=224.0480981034598Ohm)\n",
+      "octal combination 0o177432 with analog channel 10 works (V_random=1.0876718378712442V and R_random=762.2518309562297Ohm)\n",
+      "octal combination 0o177432 with analog channel 18 works (V_random=1.1705096230986696V and R_random=272.6425709976922Ohm)\n",
+      "octal combination 0o177432 with analog channel 20 works (V_random=1.137910041271491V and R_random=152.9295912778009Ohm)\n",
+      "octal combination 0o177433 with analog channel 1 works (V_random=1.1138372251122666V and R_random=542.5485907017211Ohm)\n",
+      "octal combination 0o177433 with analog channel 3 works (V_random=1.017708785557032V and R_random=924.4268965902027Ohm)\n",
+      "octal combination 0o177433 with analog channel 9 works (V_random=1.0105831211429732V and R_random=615.9101747428076Ohm)\n",
+      "octal combination 0o177433 with analog channel 15 works (V_random=1.0588218965458998V and R_random=770.77864347663Ohm)\n",
+      "octal combination 0o177433 with analog channel 17 works (V_random=1.2483993658553514V and R_random=194.95127839440636Ohm)\n",
+      "octal combination 0o177434 with analog channel 4 works (V_random=1.2270243534846037V and R_random=274.5434974235686Ohm)\n",
+      "octal combination 0o177434 with analog channel 8 works (V_random=1.0188834898417265V and R_random=258.3851358554044Ohm)\n",
+      "octal combination 0o177434 with analog channel 17 works (V_random=1.0496341700796177V and R_random=201.6997145956401Ohm)\n",
+      "octal combination 0o177435 with analog channel 5 works (V_random=1.2048575632989964V and R_random=744.2679129858753Ohm)\n",
+      "octal combination 0o177435 with analog channel 7 works (V_random=1.1663162763867732V and R_random=726.0825771794775Ohm)\n",
+      "octal combination 0o177435 with analog channel 13 works (V_random=1.1872323458920024V and R_random=446.86601326796637Ohm)\n",
+      "octal combination 0o177436 with analog channel 1 works (V_random=1.132557932135271V and R_random=197.83689030095925Ohm)\n",
+      "octal combination 0o177436 with analog channel 5 works (V_random=1.0672952093785144V and R_random=447.9122750135433Ohm)\n",
+      "octal combination 0o177436 with analog channel 6 works (V_random=1.1475969617547483V and R_random=610.7289075842596Ohm)\n",
+      "octal combination 0o177436 with analog channel 11 works (V_random=1.2499985962889217V and R_random=337.2802154378611Ohm)\n",
+      "octal combination 0o177436 with analog channel 12 works (V_random=1.124802108574651V and R_random=79.70376891370837Ohm)\n",
+      "octal combination 0o177436 with analog channel 13 works (V_random=1.0804289421502988V and R_random=732.9250774103919Ohm)\n",
+      "octal combination 0o177437 with analog channel 1 works (V_random=1.0639909635180385V and R_random=969.2232352657935Ohm)\n",
+      "octal combination 0o177437 with analog channel 4 works (V_random=1.0970190040260979V and R_random=960.5723473592225Ohm)\n",
+      "octal combination 0o177437 with analog channel 14 works (V_random=1.050314457427051V and R_random=164.6826002972424Ohm)\n",
+      "octal combination 0o177437 with analog channel 16 works (V_random=1.0622755735838967V and R_random=496.67892227659746Ohm)\n",
+      "octal combination 0o177437 with analog channel 19 works (V_random=1.0618571888754924V and R_random=199.8830339828624Ohm)\n",
+      "octal combination 0o177440 with analog channel 2 works (V_random=1.1663911632316903V and R_random=417.92294669001285Ohm)\n",
+      "octal combination 0o177440 with analog channel 4 works (V_random=1.2031078165089852V and R_random=906.3946901983517Ohm)\n",
+      "octal combination 0o177440 with analog channel 11 works (V_random=1.2226391981943834V and R_random=798.2798930705658Ohm)\n",
+      "octal combination 0o177440 with analog channel 13 works (V_random=1.076434702666324V and R_random=524.1796434043056Ohm)\n",
+      "octal combination 0o177441 with analog channel 10 works (V_random=1.043311989289726V and R_random=374.32869636300853Ohm)\n",
+      "octal combination 0o177441 with analog channel 14 works (V_random=1.0140143125891068V and R_random=680.2038268958358Ohm)\n",
+      "octal combination 0o177441 with analog channel 16 works (V_random=1.1368850465064593V and R_random=644.1344713111706Ohm)\n",
+      "octal combination 0o177442 with analog channel 3 works (V_random=1.051402122434031V and R_random=615.1268405902647Ohm)\n",
+      "octal combination 0o177442 with analog channel 4 works (V_random=1.1029129869632015V and R_random=709.502313218193Ohm)\n",
+      "octal combination 0o177442 with analog channel 10 works (V_random=1.1667002184628503V and R_random=284.8941848405269Ohm)\n",
+      "octal combination 0o177442 with analog channel 11 works (V_random=1.1727503206930725V and R_random=795.296518626076Ohm)\n",
+      "octal combination 0o177442 with analog channel 13 works (V_random=1.2017878877195451V and R_random=930.956007464434Ohm)\n",
+      "octal combination 0o177442 with analog channel 17 works (V_random=1.2039392707378496V and R_random=462.3560126460108Ohm)\n",
+      "octal combination 0o177442 with analog channel 19 works (V_random=1.1566125613004998V and R_random=647.4731302837725Ohm)\n",
+      "octal combination 0o177443 with analog channel 3 works (V_random=1.2203387007046502V and R_random=461.8515866140333Ohm)\n",
+      "octal combination 0o177443 with analog channel 5 works (V_random=1.0825055374472643V and R_random=522.7672177482393Ohm)\n",
+      "octal combination 0o177443 with analog channel 6 works (V_random=1.1956436342563115V and R_random=606.696723879287Ohm)\n",
+      "octal combination 0o177443 with analog channel 9 works (V_random=1.1586759696672135V and R_random=374.0489108978322Ohm)\n",
+      "octal combination 0o177443 with analog channel 15 works (V_random=1.1757892998065242V and R_random=339.90172626047274Ohm)\n",
+      "octal combination 0o177443 with analog channel 17 works (V_random=0.810742443436902V and R_random=89.3292290886823Ohm)\n",
+      "octal combination 0o177443 with analog channel 18 works (V_random=1.0902189775554463V and R_random=663.1893025105663Ohm)\n",
+      "octal combination 0o177443 with analog channel 20 works (V_random=0.8819794678371494V and R_random=83.8850341052306Ohm)\n",
+      "octal combination 0o177444 with analog channel 1 works (V_random=1.182478508438429V and R_random=157.58950865438737Ohm)\n",
+      "octal combination 0o177444 with analog channel 4 works (V_random=1.0690494101655361V and R_random=314.5014931911592Ohm)\n",
+      "octal combination 0o177444 with analog channel 5 works (V_random=1.108375913200149V and R_random=322.0737456112372Ohm)\n",
+      "octal combination 0o177444 with analog channel 6 works (V_random=1.045099640851324V and R_random=87.25399197622218Ohm)\n",
+      "octal combination 0o177444 with analog channel 11 works (V_random=1.1450588416141552V and R_random=798.5286054734381Ohm)\n",
+      "octal combination 0o177444 with analog channel 13 works (V_random=1.050307672866806V and R_random=942.6368779918274Ohm)\n",
+      "octal combination 0o177445 with analog channel 13 works (V_random=1.1372751126631602V and R_random=330.7414895283694Ohm)\n",
+      "octal combination 0o177445 with analog channel 16 works (V_random=1.0215847034031338V and R_random=142.28964691517464Ohm)\n",
+      "octal combination 0o177446 with analog channel 10 works (V_random=1.2347883722144468V and R_random=261.4417543256286Ohm)\n",
+      "octal combination 0o177446 with analog channel 13 works (V_random=1.1460125100100855V and R_random=905.6642031178079Ohm)\n",
+      "octal combination 0o177447 with analog channel 5 works (V_random=1.0247456887759174V and R_random=726.7757399899873Ohm)\n",
+      "octal combination 0o177447 with analog channel 9 works (V_random=1.1330808692420842V and R_random=394.4265920814435Ohm)\n",
+      "octal combination 0o177447 with analog channel 10 works (V_random=1.0746616154908255V and R_random=254.19044461661193Ohm)\n",
+      "octal combination 0o177447 with analog channel 18 works (V_random=1.2245290594385987V and R_random=285.1226877039985Ohm)\n",
+      "octal combination 0o177450 with analog channel 2 works (V_random=1.2148776595607496V and R_random=989.6487112836061Ohm)\n",
+      "octal combination 0o177450 with analog channel 4 works (V_random=1.1293317166334056V and R_random=860.9174946706055Ohm)\n",
+      "octal combination 0o177450 with analog channel 12 works (V_random=1.0744643161612348V and R_random=222.1533160045633Ohm)\n",
+      "octal combination 0o177450 with analog channel 16 works (V_random=1.133704866175262V and R_random=632.7473817588407Ohm)\n",
+      "octal combination 0o177451 with analog channel 2 works (V_random=1.0041583687564228V and R_random=923.6279291225036Ohm)\n",
+      "octal combination 0o177451 with analog channel 14 works (V_random=0.6100231379981111V and R_random=96.10808446060028Ohm)\n",
+      "octal combination 0o177451 with analog channel 18 works (V_random=1.1106572594906456V and R_random=659.3535260061866Ohm)\n",
+      "octal combination 0o177451 with analog channel 19 works (V_random=1.0151328663324106V and R_random=978.8253488238372Ohm)\n",
+      "octal combination 0o177451 with analog channel 20 works (V_random=1.123048278849678V and R_random=859.5815059592289Ohm)\n",
+      "octal combination 0o177452 with analog channel 1 works (V_random=1.1028932757622245V and R_random=700.5833389878715Ohm)\n",
+      "octal combination 0o177452 with analog channel 9 works (V_random=1.0199026837199188V and R_random=168.8600361949201Ohm)\n",
+      "octal combination 0o177452 with analog channel 19 works (V_random=1.0959544188208412V and R_random=86.42549313649656Ohm)\n",
+      "octal combination 0o177453 with analog channel 2 works (V_random=1.0596625161447553V and R_random=262.61205257621737Ohm)\n",
+      "octal combination 0o177453 with analog channel 11 works (V_random=1.0011009068279835V and R_random=355.39506917799156Ohm)\n",
+      "octal combination 0o177453 with analog channel 18 works (V_random=1.1926714260048958V and R_random=89.67251340092251Ohm)\n",
+      "octal combination 0o177454 with analog channel 9 works (V_random=0.6184340092123443V and R_random=98.25586326944475Ohm)\n",
+      "octal combination 0o177454 with analog channel 16 works (V_random=1.1186652322236683V and R_random=346.489689870368Ohm)\n",
+      "octal combination 0o177455 with analog channel 4 works (V_random=0.9565109629707869V and R_random=82.19576587996643Ohm)\n",
+      "octal combination 0o177455 with analog channel 8 works (V_random=1.1591737293075086V and R_random=583.1821651501718Ohm)\n",
+      "octal combination 0o177455 with analog channel 17 works (V_random=1.1273582616357996V and R_random=224.97879189306835Ohm)\n",
+      "octal combination 0o177456 with analog channel 2 works (V_random=1.23195535836823V and R_random=302.4034041861431Ohm)\n",
+      "octal combination 0o177456 with analog channel 10 works (V_random=1.1082784464436088V and R_random=754.1195363486709Ohm)\n",
+      "octal combination 0o177456 with analog channel 11 works (V_random=1.2231144608436129V and R_random=691.6865545168132Ohm)\n",
+      "octal combination 0o177456 with analog channel 20 works (V_random=1.1527351551848626V and R_random=902.9809979549814Ohm)\n",
+      "octal combination 0o177457 with analog channel 1 works (V_random=0.22991734667074895V and R_random=79.4782414824989Ohm)\n",
+      "octal combination 0o177457 with analog channel 4 works (V_random=1.2233305521142182V and R_random=411.80674453682246Ohm)\n",
+      "octal combination 0o177457 with analog channel 6 works (V_random=1.0228083811602553V and R_random=514.6874323171616Ohm)\n",
+      "octal combination 0o177457 with analog channel 18 works (V_random=0.12191143629212753V and R_random=97.90640945893846Ohm)\n",
+      "octal combination 0o177457 with analog channel 20 works (V_random=1.2060646094791103V and R_random=296.9051860455887Ohm)\n",
+      "octal combination 0o177460 with analog channel 3 works (V_random=1.1019040445598118V and R_random=943.3676705387676Ohm)\n",
+      "octal combination 0o177460 with analog channel 9 works (V_random=1.212482246177413V and R_random=654.2692557181505Ohm)\n",
+      "octal combination 0o177460 with analog channel 10 works (V_random=1.0866334203449126V and R_random=951.1052334031534Ohm)\n",
+      "octal combination 0o177461 with analog channel 2 works (V_random=1.0750532261562036V and R_random=918.221942515719Ohm)\n",
+      "octal combination 0o177461 with analog channel 5 works (V_random=1.0311864435050524V and R_random=937.9198348662284Ohm)\n",
+      "octal combination 0o177461 with analog channel 6 works (V_random=0.19472086606175346V and R_random=94.36313488564934Ohm)\n",
+      "octal combination 0o177461 with analog channel 7 works (V_random=1.1634745586512987V and R_random=970.8972982974931Ohm)\n",
+      "octal combination 0o177461 with analog channel 9 works (V_random=1.0313444275459525V and R_random=565.7706143637711Ohm)\n",
+      "octal combination 0o177461 with analog channel 13 works (V_random=1.1208889015509313V and R_random=373.0860578771176Ohm)\n",
+      "octal combination 0o177461 with analog channel 17 works (V_random=1.1958242098599168V and R_random=187.1934736584226Ohm)\n",
+      "octal combination 0o177462 with analog channel 6 works (V_random=1.2201896586178018V and R_random=296.75064083330346Ohm)\n",
+      "octal combination 0o177463 with analog channel 1 works (V_random=1.2038634199778562V and R_random=740.1176141991738Ohm)\n",
+      "octal combination 0o177463 with analog channel 4 works (V_random=1.176982845385805V and R_random=460.64151008453166Ohm)\n",
+      "octal combination 0o177464 with analog channel 17 works (V_random=1.1258352302661385V and R_random=330.2377368833231Ohm)\n",
+      "octal combination 0o177464 with analog channel 20 works (V_random=1.0930467212599628V and R_random=504.44364235120963Ohm)\n",
+      "octal combination 0o177465 with analog channel 3 works (V_random=1.143640439588047V and R_random=282.9672917178655Ohm)\n",
+      "octal combination 0o177465 with analog channel 6 works (V_random=1.235406982617789V and R_random=350.75973363544733Ohm)\n",
+      "octal combination 0o177465 with analog channel 9 works (V_random=1.0867477052816914V and R_random=758.8415035157935Ohm)\n",
+      "octal combination 0o177465 with analog channel 10 works (V_random=1.0759662457583556V and R_random=798.1132934940593Ohm)\n",
+      "octal combination 0o177465 with analog channel 11 works (V_random=1.2215371994495259V and R_random=94.52763590240409Ohm)\n",
+      "octal combination 0o177465 with analog channel 15 works (V_random=1.022546551371223V and R_random=536.1820725539396Ohm)\n",
+      "octal combination 0o177466 with analog channel 7 works (V_random=1.2212814582355078V and R_random=162.473023403382Ohm)\n",
+      "octal combination 0o177466 with analog channel 8 works (V_random=1.1570424080017092V and R_random=491.32261218049854Ohm)\n",
+      "octal combination 0o177466 with analog channel 10 works (V_random=1.0597149131185046V and R_random=202.95543131184047Ohm)\n",
+      "octal combination 0o177467 with analog channel 8 works (V_random=1.2499766724069556V and R_random=375.68668111322677Ohm)\n",
+      "octal combination 0o177467 with analog channel 9 works (V_random=1.2259176111455368V and R_random=552.8617356434055Ohm)\n",
+      "octal combination 0o177467 with analog channel 11 works (V_random=1.026854471392535V and R_random=256.2139941023597Ohm)\n",
+      "octal combination 0o177467 with analog channel 16 works (V_random=1.112785993259911V and R_random=411.5096582139136Ohm)\n",
+      "octal combination 0o177470 with analog channel 6 works (V_random=1.0912651318469888V and R_random=650.2140589782723Ohm)\n",
+      "octal combination 0o177470 with analog channel 13 works (V_random=1.2387604381573225V and R_random=460.24846238666447Ohm)\n",
+      "octal combination 0o177470 with analog channel 15 works (V_random=1.00328941072755V and R_random=106.73171351781292Ohm)\n",
+      "octal combination 0o177471 with analog channel 4 works (V_random=1.1800449742627503V and R_random=644.1992953848743Ohm)\n",
+      "octal combination 0o177471 with analog channel 5 works (V_random=1.0934276963719656V and R_random=317.26412624568184Ohm)\n",
+      "octal combination 0o177471 with analog channel 7 works (V_random=1.1791473442002067V and R_random=362.1682369184837Ohm)\n",
+      "octal combination 0o177471 with analog channel 8 works (V_random=1.0996937796278108V and R_random=118.22883016171977Ohm)\n",
+      "octal combination 0o177471 with analog channel 10 works (V_random=1.0284756402810502V and R_random=761.3289089090903Ohm)\n",
+      "octal combination 0o177471 with analog channel 12 works (V_random=1.188129886298424V and R_random=949.6953333324841Ohm)\n",
+      "octal combination 0o177471 with analog channel 14 works (V_random=1.0186057955615444V and R_random=387.84345712990415Ohm)\n",
+      "octal combination 0o177471 with analog channel 16 works (V_random=0.5985197962518362V and R_random=92.38288535287683Ohm)\n",
+      "octal combination 0o177471 with analog channel 17 works (V_random=1.1207299342195884V and R_random=416.05813224627417Ohm)\n",
+      "octal combination 0o177471 with analog channel 18 works (V_random=1.0591774961823968V and R_random=280.39362817991736Ohm)\n",
+      "octal combination 0o177472 with analog channel 2 works (V_random=1.0429458771925835V and R_random=882.6180747724038Ohm)\n",
+      "octal combination 0o177472 with analog channel 3 works (V_random=1.2178916938571807V and R_random=538.478975580709Ohm)\n",
+      "octal combination 0o177472 with analog channel 8 works (V_random=1.0746100416552478V and R_random=163.17948700769233Ohm)\n",
+      "octal combination 0o177472 with analog channel 10 works (V_random=1.0655732328836334V and R_random=369.64416934929585Ohm)\n",
+      "octal combination 0o177472 with analog channel 15 works (V_random=1.1078819096985573V and R_random=650.415871505669Ohm)\n",
+      "octal combination 0o177472 with analog channel 20 works (V_random=1.1924878240173777V and R_random=634.8305642949634Ohm)\n",
+      "octal combination 0o177473 with analog channel 5 works (V_random=1.1062950617555356V and R_random=704.9248495170068Ohm)\n",
+      "octal combination 0o177473 with analog channel 17 works (V_random=1.1817932213909896V and R_random=471.90200090750193Ohm)\n",
+      "octal combination 0o177474 with analog channel 15 works (V_random=1.0628392595399248V and R_random=517.4626028271546Ohm)\n",
+      "octal combination 0o177475 with analog channel 3 works (V_random=1.1143713219283993V and R_random=210.35601428361852Ohm)\n",
+      "octal combination 0o177475 with analog channel 6 works (V_random=1.0714265216136312V and R_random=966.95435365781Ohm)\n",
+      "octal combination 0o177475 with analog channel 11 works (V_random=1.1377360727220647V and R_random=870.977722476505Ohm)\n",
+      "octal combination 0o177476 with analog channel 1 works (V_random=1.1276487242503606V and R_random=338.44348956107734Ohm)\n",
+      "octal combination 0o177476 with analog channel 6 works (V_random=1.0823270986608307V and R_random=91.91341440449521Ohm)\n",
+      "octal combination 0o177476 with analog channel 9 works (V_random=1.04189677320612V and R_random=177.26111463433983Ohm)\n",
+      "octal combination 0o177476 with analog channel 16 works (V_random=1.191176466175004V and R_random=922.8655983289314Ohm)\n",
+      "octal combination 0o177477 with analog channel 2 works (V_random=1.1058866211974516V and R_random=94.9256504355298Ohm)\n",
+      "octal combination 0o177477 with analog channel 3 works (V_random=1.041902088593508V and R_random=454.3740474461335Ohm)\n",
+      "octal combination 0o177477 with analog channel 10 works (V_random=0.5992589775932036V and R_random=87.99953758677299Ohm)\n",
+      "octal combination 0o177477 with analog channel 16 works (V_random=1.1966721630868067V and R_random=742.2054934644938Ohm)\n",
+      "octal combination 0o177500 with analog channel 1 works (V_random=0.4745318303356717V and R_random=91.31749098508843Ohm)\n",
+      "octal combination 0o177500 with analog channel 3 works (V_random=1.1183161106889985V and R_random=281.3331101174921Ohm)\n",
+      "octal combination 0o177500 with analog channel 9 works (V_random=1.2319558430441377V and R_random=157.3153674459217Ohm)\n",
+      "octal combination 0o177500 with analog channel 12 works (V_random=1.1248510286864273V and R_random=942.4102839548588Ohm)\n",
+      "octal combination 0o177500 with analog channel 13 works (V_random=0.8438767027694917V and R_random=88.09352750895356Ohm)\n",
+      "octal combination 0o177500 with analog channel 18 works (V_random=1.1858806345841983V and R_random=687.8301076220856Ohm)\n",
+      "octal combination 0o177501 with analog channel 3 works (V_random=1.0425807275042607V and R_random=772.9805390034289Ohm)\n",
+      "octal combination 0o177501 with analog channel 5 works (V_random=1.0896607469360382V and R_random=694.799423666797Ohm)\n",
+      "octal combination 0o177501 with analog channel 7 works (V_random=1.0738622315695852V and R_random=947.6093603139661Ohm)\n",
+      "octal combination 0o177501 with analog channel 8 works (V_random=1.0815083877028044V and R_random=407.2006257233775Ohm)\n",
+      "octal combination 0o177501 with analog channel 9 works (V_random=1.0235647015956182V and R_random=639.7921609927054Ohm)\n",
+      "octal combination 0o177501 with analog channel 12 works (V_random=1.2022191058528433V and R_random=153.0387718564754Ohm)\n",
+      "octal combination 0o177501 with analog channel 13 works (V_random=1.03703913472923V and R_random=846.2274018365998Ohm)\n",
+      "octal combination 0o177502 with analog channel 6 works (V_random=1.0532087984197127V and R_random=522.5195481487657Ohm)\n",
+      "octal combination 0o177502 with analog channel 9 works (V_random=0.4777659928424478V and R_random=89.10856979245293Ohm)\n",
+      "octal combination 0o177503 with analog channel 5 works (V_random=1.0063722804107764V and R_random=94.32885193339258Ohm)\n",
+      "octal combination 0o177503 with analog channel 11 works (V_random=1.1809435565292041V and R_random=169.94101137491583Ohm)\n",
+      "octal combination 0o177504 with analog channel 4 works (V_random=1.246757870392823V and R_random=323.63884296246346Ohm)\n",
+      "octal combination 0o177504 with analog channel 5 works (V_random=1.0275765290672632V and R_random=873.3741129081562Ohm)\n",
+      "octal combination 0o177504 with analog channel 6 works (V_random=1.014504155237497V and R_random=334.2631618150577Ohm)\n",
+      "octal combination 0o177504 with analog channel 12 works (V_random=1.2318499570809813V and R_random=989.507313393097Ohm)\n",
+      "octal combination 0o177504 with analog channel 16 works (V_random=1.1045710693866633V and R_random=917.6058714471138Ohm)\n",
+      "octal combination 0o177505 with analog channel 2 works (V_random=1.022394590082451V and R_random=690.5873219437357Ohm)\n",
+      "octal combination 0o177505 with analog channel 3 works (V_random=1.026760298847309V and R_random=208.5139102090007Ohm)\n",
+      "octal combination 0o177505 with analog channel 6 works (V_random=1.0767420788917796V and R_random=743.4437193392614Ohm)\n",
+      "octal combination 0o177505 with analog channel 12 works (V_random=1.139217397414095V and R_random=911.5870332565939Ohm)\n",
+      "octal combination 0o177505 with analog channel 16 works (V_random=1.1581235685751425V and R_random=315.7141705607796Ohm)\n",
+      "octal combination 0o177506 with analog channel 5 works (V_random=1.1542538614641364V and R_random=345.22486376573147Ohm)\n",
+      "octal combination 0o177506 with analog channel 6 works (V_random=1.0587027224094667V and R_random=131.01318330575643Ohm)\n",
+      "octal combination 0o177506 with analog channel 10 works (V_random=1.0719686440932976V and R_random=984.9603645460182Ohm)\n",
+      "octal combination 0o177507 with analog channel 6 works (V_random=1.063582181748235V and R_random=809.6302066553552Ohm)\n",
+      "octal combination 0o177507 with analog channel 9 works (V_random=1.049775703040522V and R_random=97.91377814035988Ohm)\n",
+      "octal combination 0o177507 with analog channel 13 works (V_random=1.1755188186284138V and R_random=573.6258842104725Ohm)\n",
+      "octal combination 0o177510 with analog channel 7 works (V_random=1.0678049186382257V and R_random=143.78347842069343Ohm)\n",
+      "octal combination 0o177510 with analog channel 16 works (V_random=1.0332825583200143V and R_random=138.60918278171735Ohm)\n",
+      "octal combination 0o177510 with analog channel 18 works (V_random=0.7750985809072574V and R_random=80.31510273078307Ohm)\n",
+      "octal combination 0o177511 with analog channel 8 works (V_random=1.1459221388386485V and R_random=969.855107513497Ohm)\n",
+      "octal combination 0o177511 with analog channel 17 works (V_random=1.0787810791783048V and R_random=158.49618808478786Ohm)\n",
+      "octal combination 0o177511 with analog channel 20 works (V_random=1.2103724325143632V and R_random=369.11008017522875Ohm)\n",
+      "octal combination 0o177512 with analog channel 1 works (V_random=1.0479143977767111V and R_random=846.425863673915Ohm)\n",
+      "octal combination 0o177512 with analog channel 3 works (V_random=0.2668565599020929V and R_random=80.5435289821917Ohm)\n",
+      "octal combination 0o177512 with analog channel 13 works (V_random=1.1623155598864223V and R_random=990.4056563873711Ohm)\n",
+      "octal combination 0o177512 with analog channel 14 works (V_random=1.1054903093315374V and R_random=595.4010343730725Ohm)\n",
+      "octal combination 0o177512 with analog channel 18 works (V_random=1.1995263528415117V and R_random=956.778659402666Ohm)\n",
+      "octal combination 0o177513 with analog channel 5 works (V_random=1.1334289864474394V and R_random=963.9897168896193Ohm)\n",
+      "octal combination 0o177513 with analog channel 12 works (V_random=1.1847652115427476V and R_random=841.2590057778445Ohm)\n",
+      "octal combination 0o177513 with analog channel 14 works (V_random=1.062923345141182V and R_random=570.3860877845282Ohm)\n",
+      "octal combination 0o177514 with analog channel 2 works (V_random=1.135609428539472V and R_random=659.1787533891093Ohm)\n",
+      "octal combination 0o177514 with analog channel 8 works (V_random=1.151641496414193V and R_random=799.0289756839451Ohm)\n",
+      "octal combination 0o177514 with analog channel 12 works (V_random=1.0130447825882094V and R_random=560.8887773031543Ohm)\n",
+      "octal combination 0o177514 with analog channel 15 works (V_random=0.9274692355181144V and R_random=86.51302287234992Ohm)\n",
+      "octal combination 0o177515 with analog channel 4 works (V_random=1.0262880357080508V and R_random=769.9061039724656Ohm)\n",
+      "octal combination 0o177515 with analog channel 6 works (V_random=0.14600025473638117V and R_random=82.70047305984062Ohm)\n",
+      "octal combination 0o177515 with analog channel 7 works (V_random=1.0524867904394983V and R_random=759.6211527693325Ohm)\n",
+      "octal combination 0o177515 with analog channel 18 works (V_random=0.39032869040067253V and R_random=88.55957659183903Ohm)\n",
+      "octal combination 0o177516 with analog channel 4 works (V_random=1.102443351211155V and R_random=944.2580679996172Ohm)\n",
+      "octal combination 0o177516 with analog channel 5 works (V_random=1.065026121999114V and R_random=343.15239184034135Ohm)\n",
+      "octal combination 0o177516 with analog channel 6 works (V_random=1.2395242434445861V and R_random=211.51474689912538Ohm)\n",
+      "octal combination 0o177516 with analog channel 7 works (V_random=1.1244878661301625V and R_random=782.455871990703Ohm)\n",
+      "octal combination 0o177516 with analog channel 9 works (V_random=1.242374970249215V and R_random=877.3966809316446Ohm)\n",
+      "octal combination 0o177516 with analog channel 12 works (V_random=1.002972193181103V and R_random=876.0965875761192Ohm)\n",
+      "octal combination 0o177516 with analog channel 13 works (V_random=1.2470157247204394V and R_random=443.65240114797245Ohm)\n",
+      "octal combination 0o177516 with analog channel 17 works (V_random=1.0670544308385386V and R_random=936.4488866789816Ohm)\n",
+      "octal combination 0o177516 with analog channel 19 works (V_random=1.1874595134998085V and R_random=507.24864476626374Ohm)\n",
+      "octal combination 0o177517 with analog channel 6 works (V_random=1.229849945118826V and R_random=665.7558350864522Ohm)\n",
+      "octal combination 0o177517 with analog channel 7 works (V_random=1.031947178799468V and R_random=167.1918128623285Ohm)\n",
+      "octal combination 0o177517 with analog channel 9 works (V_random=1.0613064806962436V and R_random=411.6897478562201Ohm)\n",
+      "octal combination 0o177517 with analog channel 10 works (V_random=1.2216791344856799V and R_random=159.90061000853336Ohm)\n",
+      "octal combination 0o177517 with analog channel 13 works (V_random=1.1747226882957338V and R_random=366.5167174927818Ohm)\n",
+      "octal combination 0o177517 with analog channel 15 works (V_random=1.1104627439094399V and R_random=81.61476697172431Ohm)\n",
+      "octal combination 0o177517 with analog channel 18 works (V_random=1.166927044316163V and R_random=937.1621723998571Ohm)\n",
+      "octal combination 0o177520 with analog channel 4 works (V_random=1.169570302575796V and R_random=649.0348530760003Ohm)\n",
+      "octal combination 0o177520 with analog channel 6 works (V_random=0.4521938416305171V and R_random=83.86378498074487Ohm)\n",
+      "octal combination 0o177520 with analog channel 7 works (V_random=1.1027189813606733V and R_random=747.8095010433074Ohm)\n",
+      "octal combination 0o177520 with analog channel 16 works (V_random=1.1745313262921933V and R_random=588.1198431630776Ohm)\n",
+      "octal combination 0o177520 with analog channel 20 works (V_random=1.061655552175859V and R_random=220.0460860180785Ohm)\n",
+      "octal combination 0o177521 with analog channel 8 works (V_random=1.1733521123444342V and R_random=600.8750793561827Ohm)\n",
+      "octal combination 0o177521 with analog channel 10 works (V_random=1.0468136770122156V and R_random=927.3044217706841Ohm)\n",
+      "octal combination 0o177521 with analog channel 13 works (V_random=1.0950607232468628V and R_random=845.4777485667287Ohm)\n",
+      "octal combination 0o177522 with analog channel 2 works (V_random=1.2031300278120913V and R_random=412.0176181744338Ohm)\n",
+      "octal combination 0o177522 with analog channel 3 works (V_random=1.2492729908392033V and R_random=480.6999803415082Ohm)\n",
+      "octal combination 0o177522 with analog channel 9 works (V_random=1.0882521037260096V and R_random=677.7349637549937Ohm)\n",
+      "octal combination 0o177522 with analog channel 13 works (V_random=1.0156610227020946V and R_random=837.767635125687Ohm)\n",
+      "octal combination 0o177523 with analog channel 1 works (V_random=1.0490495348713618V and R_random=281.0042325956365Ohm)\n",
+      "octal combination 0o177523 with analog channel 5 works (V_random=1.0303545225192832V and R_random=864.8394876140629Ohm)\n",
+      "octal combination 0o177524 with analog channel 1 works (V_random=1.0814793863893697V and R_random=149.32290570509232Ohm)\n",
+      "octal combination 0o177524 with analog channel 13 works (V_random=1.1900144074882903V and R_random=257.43637103207186Ohm)\n",
+      "octal combination 0o177524 with analog channel 14 works (V_random=1.1252268613119134V and R_random=425.4413616004909Ohm)\n",
+      "octal combination 0o177524 with analog channel 16 works (V_random=1.1809175095873534V and R_random=672.52588601913Ohm)\n",
+      "octal combination 0o177525 with analog channel 6 works (V_random=1.1293286535000848V and R_random=227.74717548839428Ohm)\n",
+      "octal combination 0o177525 with analog channel 17 works (V_random=1.2103087034058817V and R_random=295.14534613366976Ohm)\n",
+      "octal combination 0o177525 with analog channel 19 works (V_random=1.1634722799741535V and R_random=919.6532100611444Ohm)\n",
+      "octal combination 0o177526 with analog channel 3 works (V_random=1.1410975549848756V and R_random=163.841103529981Ohm)\n",
+      "octal combination 0o177526 with analog channel 5 works (V_random=0.11040251356336336V and R_random=97.43220660513803Ohm)\n",
+      "octal combination 0o177526 with analog channel 15 works (V_random=1.1263090661603101V and R_random=839.7975021381158Ohm)\n",
+      "octal combination 0o177526 with analog channel 19 works (V_random=1.0824871181981854V and R_random=661.1777355613167Ohm)\n",
+      "octal combination 0o177527 with analog channel 4 works (V_random=1.2115304219675396V and R_random=984.8081605926541Ohm)\n",
+      "octal combination 0o177527 with analog channel 11 works (V_random=0.9767346108503088V and R_random=80.17646077502545Ohm)\n",
+      "octal combination 0o177527 with analog channel 14 works (V_random=1.1919638694962307V and R_random=274.89499566787964Ohm)\n",
+      "octal combination 0o177527 with analog channel 19 works (V_random=1.1130646176132868V and R_random=810.5841488318756Ohm)\n",
+      "octal combination 0o177527 with analog channel 20 works (V_random=1.2110052849117399V and R_random=375.7471632050224Ohm)\n",
+      "octal combination 0o177530 with analog channel 3 works (V_random=1.1522778901839779V and R_random=491.1372210568264Ohm)\n",
+      "octal combination 0o177530 with analog channel 5 works (V_random=1.234486283919955V and R_random=299.11131159845854Ohm)\n",
+      "octal combination 0o177530 with analog channel 10 works (V_random=1.2053820708970278V and R_random=130.458698420264Ohm)\n",
+      "octal combination 0o177530 with analog channel 12 works (V_random=1.1927987478125022V and R_random=835.894308122386Ohm)\n",
+      "octal combination 0o177530 with analog channel 17 works (V_random=1.0892544239287443V and R_random=229.43554901765572Ohm)\n",
+      "octal combination 0o177530 with analog channel 18 works (V_random=1.1824165764349963V and R_random=774.4291697572648Ohm)\n",
+      "octal combination 0o177531 with analog channel 9 works (V_random=1.0023172540656826V and R_random=667.6458485811609Ohm)\n",
+      "octal combination 0o177531 with analog channel 17 works (V_random=1.1275037303232769V and R_random=685.3146565311928Ohm)\n",
+      "octal combination 0o177531 with analog channel 19 works (V_random=1.0408949294904564V and R_random=151.2963001559245Ohm)\n",
+      "octal combination 0o177532 with analog channel 2 works (V_random=1.1149618530044085V and R_random=160.29752696034876Ohm)\n",
+      "octal combination 0o177532 with analog channel 6 works (V_random=1.1033064275680269V and R_random=955.2492898500708Ohm)\n",
+      "octal combination 0o177532 with analog channel 9 works (V_random=1.0210174920881612V and R_random=681.695403352265Ohm)\n",
+      "octal combination 0o177532 with analog channel 20 works (V_random=1.1428810757912564V and R_random=104.19431064936151Ohm)\n",
+      "octal combination 0o177533 with analog channel 2 works (V_random=1.2205327756160458V and R_random=148.89282124101092Ohm)\n",
+      "octal combination 0o177533 with analog channel 6 works (V_random=1.0885343421742442V and R_random=712.893686566497Ohm)\n",
+      "octal combination 0o177533 with analog channel 9 works (V_random=1.0065691126691114V and R_random=854.3868531604702Ohm)\n",
+      "octal combination 0o177533 with analog channel 10 works (V_random=1.1947041891363934V and R_random=624.8418895767311Ohm)\n",
+      "octal combination 0o177533 with analog channel 12 works (V_random=1.2414821489072583V and R_random=224.50803186661304Ohm)\n",
+      "octal combination 0o177534 with analog channel 4 works (V_random=1.0165054419821342V and R_random=426.4551901874771Ohm)\n",
+      "octal combination 0o177534 with analog channel 8 works (V_random=1.2251376540449523V and R_random=471.60616883111Ohm)\n",
+      "octal combination 0o177534 with analog channel 11 works (V_random=1.1820316293085082V and R_random=354.4217249354516Ohm)\n",
+      "octal combination 0o177534 with analog channel 12 works (V_random=1.125991818812616V and R_random=975.8431773631952Ohm)\n",
+      "octal combination 0o177535 with analog channel 1 works (V_random=1.097650413122068V and R_random=805.3793787070765Ohm)\n",
+      "octal combination 0o177535 with analog channel 5 works (V_random=1.1795619333605956V and R_random=236.3166498146828Ohm)\n",
+      "octal combination 0o177535 with analog channel 9 works (V_random=0.7785661390509189V and R_random=78.89854447025746Ohm)\n",
+      "octal combination 0o177535 with analog channel 10 works (V_random=1.0222885732133618V and R_random=237.1273752978105Ohm)\n",
+      "octal combination 0o177535 with analog channel 17 works (V_random=0.9589655837068383V and R_random=81.05874883788347Ohm)\n",
+      "octal combination 0o177535 with analog channel 20 works (V_random=1.1753107427753875V and R_random=466.6500240782358Ohm)\n",
+      "octal combination 0o177536 with analog channel 2 works (V_random=1.1779221719017647V and R_random=441.2364255361889Ohm)\n",
+      "octal combination 0o177536 with analog channel 13 works (V_random=1.1382932928339826V and R_random=228.74174433813485Ohm)\n",
+      "octal combination 0o177536 with analog channel 14 works (V_random=1.2202488550870607V and R_random=444.86611893803314Ohm)\n",
+      "octal combination 0o177536 with analog channel 18 works (V_random=1.1648355107604278V and R_random=762.5487090643217Ohm)\n",
+      "octal combination 0o177537 with analog channel 15 works (V_random=1.0508139387689999V and R_random=303.8888699041815Ohm)\n",
+      "octal combination 0o177540 with analog channel 3 works (V_random=1.0921072091551776V and R_random=479.9009067321295Ohm)\n",
+      "octal combination 0o177540 with analog channel 11 works (V_random=1.1722106130008638V and R_random=742.007446036659Ohm)\n",
+      "octal combination 0o177540 with analog channel 13 works (V_random=1.070064027097121V and R_random=197.36105503880046Ohm)\n",
+      "octal combination 0o177540 with analog channel 14 works (V_random=1.0222350902553121V and R_random=575.8707395640814Ohm)\n",
+      "octal combination 0o177540 with analog channel 17 works (V_random=1.2280350124856807V and R_random=102.65486860382231Ohm)\n",
+      "octal combination 0o177540 with analog channel 19 works (V_random=1.2457934671300532V and R_random=902.6054636803144Ohm)\n",
+      "octal combination 0o177541 with analog channel 4 works (V_random=1.0844145874890185V and R_random=77.35735496252163Ohm)\n",
+      "octal combination 0o177541 with analog channel 6 works (V_random=1.2106442774613648V and R_random=698.7546518868932Ohm)\n",
+      "octal combination 0o177541 with analog channel 19 works (V_random=1.179828788946354V and R_random=431.9470386926484Ohm)\n",
+      "octal combination 0o177542 with analog channel 3 works (V_random=1.1413279444951447V and R_random=112.52988588871955Ohm)\n",
+      "octal combination 0o177542 with analog channel 4 works (V_random=1.0034612938630814V and R_random=436.327496866987Ohm)\n",
+      "octal combination 0o177542 with analog channel 5 works (V_random=1.0056481379420794V and R_random=411.79516171408426Ohm)\n",
+      "octal combination 0o177542 with analog channel 7 works (V_random=1.045740237823563V and R_random=334.3268587526862Ohm)\n",
+      "octal combination 0o177542 with analog channel 14 works (V_random=1.0259972709779839V and R_random=346.07018571374533Ohm)\n",
+      "octal combination 0o177542 with analog channel 15 works (V_random=1.1747810310871363V and R_random=678.7622340240196Ohm)\n",
+      "octal combination 0o177543 with analog channel 2 works (V_random=1.0230858275172032V and R_random=948.6747565714877Ohm)\n",
+      "octal combination 0o177543 with analog channel 16 works (V_random=1.1024205587484066V and R_random=87.75003806091411Ohm)\n",
+      "octal combination 0o177544 with analog channel 7 works (V_random=1.0110155242124104V and R_random=224.75868771067883Ohm)\n",
+      "octal combination 0o177544 with analog channel 12 works (V_random=1.0390395814848425V and R_random=639.4830302305068Ohm)\n",
+      "octal combination 0o177544 with analog channel 13 works (V_random=1.1484413175955264V and R_random=419.188087851034Ohm)\n",
+      "octal combination 0o177544 with analog channel 15 works (V_random=1.134587126240783V and R_random=245.76940191815217Ohm)\n",
+      "octal combination 0o177544 with analog channel 17 works (V_random=1.0834562469276403V and R_random=453.37210166554337Ohm)\n",
+      "octal combination 0o177544 with analog channel 18 works (V_random=1.194173449118419V and R_random=840.1326289054883Ohm)\n",
+      "octal combination 0o177544 with analog channel 19 works (V_random=1.1667668166608052V and R_random=637.1518481011657Ohm)\n",
+      "octal combination 0o177545 with analog channel 6 works (V_random=1.1232677721892306V and R_random=441.41198475921163Ohm)\n",
+      "octal combination 0o177545 with analog channel 7 works (V_random=1.1879411022413537V and R_random=560.7770056315541Ohm)\n",
+      "octal combination 0o177545 with analog channel 8 works (V_random=1.131518903356283V and R_random=734.6483716587176Ohm)\n",
+      "octal combination 0o177545 with analog channel 9 works (V_random=1.0133511369885737V and R_random=313.6926175014966Ohm)\n",
+      "octal combination 0o177545 with analog channel 14 works (V_random=1.2006915060099763V and R_random=701.7535760755561Ohm)\n",
+      "octal combination 0o177545 with analog channel 18 works (V_random=1.2391020586912371V and R_random=784.495689578966Ohm)\n",
+      "octal combination 0o177545 with analog channel 20 works (V_random=1.1585542494051566V and R_random=193.07816995467994Ohm)\n",
+      "octal combination 0o177546 with analog channel 1 works (V_random=1.0971940750218192V and R_random=266.4114714427858Ohm)\n",
+      "octal combination 0o177546 with analog channel 5 works (V_random=1.112753331200031V and R_random=684.7010093927037Ohm)\n",
+      "octal combination 0o177546 with analog channel 8 works (V_random=1.204787149061668V and R_random=398.197635687773Ohm)\n",
+      "octal combination 0o177547 with analog channel 5 works (V_random=1.0127167325646633V and R_random=154.42679934160486Ohm)\n",
+      "octal combination 0o177547 with analog channel 15 works (V_random=1.0978407255274951V and R_random=350.39442118673827Ohm)\n",
+      "octal combination 0o177547 with analog channel 17 works (V_random=1.0673819006359246V and R_random=778.5262165234802Ohm)\n",
+      "octal combination 0o177547 with analog channel 20 works (V_random=1.052122768970643V and R_random=814.4226148469646Ohm)\n",
+      "octal combination 0o177550 with analog channel 3 works (V_random=1.0570373721779949V and R_random=981.8156739449729Ohm)\n",
+      "octal combination 0o177550 with analog channel 6 works (V_random=1.2353442227927145V and R_random=520.8390281531327Ohm)\n",
+      "octal combination 0o177550 with analog channel 9 works (V_random=1.0690467106866561V and R_random=999.8619204464813Ohm)\n",
+      "octal combination 0o177550 with analog channel 13 works (V_random=1.0133615527428288V and R_random=219.9646260696177Ohm)\n",
+      "octal combination 0o177550 with analog channel 18 works (V_random=1.1691969847483736V and R_random=274.12353135528963Ohm)\n",
+      "octal combination 0o177551 with analog channel 2 works (V_random=1.1125872830728714V and R_random=265.91251033183573Ohm)\n",
+      "octal combination 0o177551 with analog channel 3 works (V_random=1.1077354213855937V and R_random=150.67731895234903Ohm)\n",
+      "octal combination 0o177551 with analog channel 6 works (V_random=1.1759873310856794V and R_random=472.61203739062506Ohm)\n",
+      "octal combination 0o177551 with analog channel 8 works (V_random=1.1219647159365955V and R_random=819.1603452540995Ohm)\n",
+      "octal combination 0o177551 with analog channel 10 works (V_random=1.0918250182759628V and R_random=577.3382436515044Ohm)\n",
+      "octal combination 0o177551 with analog channel 11 works (V_random=1.0371093861451908V and R_random=177.51104365058137Ohm)\n",
+      "octal combination 0o177551 with analog channel 15 works (V_random=0.7371205867757115V and R_random=77.18816593426531Ohm)\n",
+      "octal combination 0o177552 with analog channel 1 works (V_random=1.0460413330417295V and R_random=901.1213350444947Ohm)\n",
+      "octal combination 0o177552 with analog channel 7 works (V_random=1.0177379161156703V and R_random=811.2771448962818Ohm)\n",
+      "octal combination 0o177552 with analog channel 12 works (V_random=0.4903132790979632V and R_random=84.37682718379708Ohm)\n",
+      "octal combination 0o177552 with analog channel 14 works (V_random=1.2393988697243599V and R_random=192.55993378044644Ohm)\n",
+      "octal combination 0o177553 with analog channel 15 works (V_random=1.074456505588067V and R_random=855.39926448055Ohm)\n",
+      "octal combination 0o177553 with analog channel 17 works (V_random=1.2462382548790614V and R_random=184.10165229534368Ohm)\n",
+      "octal combination 0o177553 with analog channel 20 works (V_random=1.1678769124197954V and R_random=261.84700250651224Ohm)\n",
+      "octal combination 0o177554 with analog channel 2 works (V_random=0.06150588024437437V and R_random=94.96199161933535Ohm)\n",
+      "octal combination 0o177554 with analog channel 14 works (V_random=1.1211619574529161V and R_random=572.7947002414342Ohm)\n",
+      "octal combination 0o177554 with analog channel 19 works (V_random=1.060251100104557V and R_random=469.315353012228Ohm)\n",
+      "octal combination 0o177555 with analog channel 8 works (V_random=1.2486697097491213V and R_random=336.19052287019144Ohm)\n",
+      "octal combination 0o177555 with analog channel 9 works (V_random=0.5524876030816429V and R_random=94.77030170823829Ohm)\n",
+      "octal combination 0o177555 with analog channel 17 works (V_random=1.2219378084217405V and R_random=804.9440961583985Ohm)\n",
+      "octal combination 0o177555 with analog channel 19 works (V_random=0.421834741156355V and R_random=96.51738515798883Ohm)\n",
+      "octal combination 0o177556 with analog channel 3 works (V_random=1.036402850165353V and R_random=537.8869519555523Ohm)\n",
+      "octal combination 0o177556 with analog channel 14 works (V_random=1.1862195781294513V and R_random=982.1184796676415Ohm)\n",
+      "octal combination 0o177556 with analog channel 20 works (V_random=1.0992487379724616V and R_random=502.43199441891716Ohm)\n",
+      "octal combination 0o177557 with analog channel 1 works (V_random=1.2211432783097758V and R_random=147.92551818886847Ohm)\n",
+      "octal combination 0o177557 with analog channel 8 works (V_random=1.08022764148892V and R_random=737.3542470297622Ohm)\n",
+      "octal combination 0o177557 with analog channel 10 works (V_random=1.0020356464112499V and R_random=826.569366187044Ohm)\n",
+      "octal combination 0o177557 with analog channel 13 works (V_random=1.091957736247001V and R_random=887.0296157103953Ohm)\n",
+      "octal combination 0o177557 with analog channel 14 works (V_random=1.049134101277319V and R_random=230.0250572109683Ohm)\n",
+      "octal combination 0o177557 with analog channel 15 works (V_random=1.0418122136819294V and R_random=161.73204906260577Ohm)\n",
+      "octal combination 0o177560 with analog channel 1 works (V_random=0.4358897858723999V and R_random=89.16596019423876Ohm)\n",
+      "octal combination 0o177560 with analog channel 7 works (V_random=1.1228925368569602V and R_random=627.7539198450448Ohm)\n",
+      "octal combination 0o177560 with analog channel 10 works (V_random=1.1842977042342149V and R_random=655.2855916687329Ohm)\n",
+      "octal combination 0o177560 with analog channel 15 works (V_random=1.2179853410758128V and R_random=817.9774744691958Ohm)\n",
+      "octal combination 0o177560 with analog channel 20 works (V_random=1.09905018058548V and R_random=291.5133835033788Ohm)\n",
+      "octal combination 0o177561 with analog channel 1 works (V_random=0.10877573118955347V and R_random=88.78534236842853Ohm)\n",
+      "octal combination 0o177561 with analog channel 4 works (V_random=1.0712179050041852V and R_random=250.13911677774763Ohm)\n",
+      "octal combination 0o177561 with analog channel 9 works (V_random=1.138746478940317V and R_random=534.9092420464935Ohm)\n",
+      "octal combination 0o177561 with analog channel 15 works (V_random=1.0095546705961969V and R_random=369.49535945061956Ohm)\n",
+      "octal combination 0o177561 with analog channel 16 works (V_random=1.2083067931666658V and R_random=307.5794523460129Ohm)\n",
+      "octal combination 0o177562 with analog channel 4 works (V_random=1.0520396780432815V and R_random=394.1372339037305Ohm)\n",
+      "octal combination 0o177562 with analog channel 6 works (V_random=1.1024943942029088V and R_random=781.9446969353355Ohm)\n",
+      "octal combination 0o177562 with analog channel 8 works (V_random=0.6849674595184798V and R_random=92.46798270282265Ohm)\n",
+      "octal combination 0o177562 with analog channel 20 works (V_random=1.0928193043828436V and R_random=668.7920009160326Ohm)\n",
+      "octal combination 0o177563 with analog channel 2 works (V_random=1.1548013301438038V and R_random=116.60248509390891Ohm)\n",
+      "octal combination 0o177563 with analog channel 3 works (V_random=1.1635020746550904V and R_random=658.8639594682818Ohm)\n",
+      "octal combination 0o177563 with analog channel 5 works (V_random=1.0766316675399281V and R_random=241.4790672655353Ohm)\n",
+      "octal combination 0o177563 with analog channel 8 works (V_random=1.1780143227733877V and R_random=782.3358350624916Ohm)\n",
+      "octal combination 0o177563 with analog channel 14 works (V_random=0.38650027718047475V and R_random=86.36067648675913Ohm)\n",
+      "octal combination 0o177563 with analog channel 19 works (V_random=1.1372618306684126V and R_random=912.8440694914046Ohm)\n",
+      "octal combination 0o177564 with analog channel 1 works (V_random=0.08408515635239158V and R_random=96.97582525997373Ohm)\n",
+      "octal combination 0o177564 with analog channel 2 works (V_random=1.2008235834739192V and R_random=745.4769787886552Ohm)\n",
+      "octal combination 0o177564 with analog channel 4 works (V_random=1.103978785118118V and R_random=880.1922033241943Ohm)\n",
+      "octal combination 0o177564 with analog channel 5 works (V_random=1.1328949484556565V and R_random=374.5731099303374Ohm)\n",
+      "octal combination 0o177564 with analog channel 7 works (V_random=0.27710354021912936V and R_random=93.95901743389386Ohm)\n",
+      "octal combination 0o177565 with analog channel 8 works (V_random=1.2486779670599315V and R_random=411.92981362431914Ohm)\n",
+      "octal combination 0o177565 with analog channel 10 works (V_random=1.1159578808495598V and R_random=142.09105445177613Ohm)\n",
+      "octal combination 0o177565 with analog channel 15 works (V_random=1.0437979411720324V and R_random=578.7282803160863Ohm)\n",
+      "octal combination 0o177565 with analog channel 17 works (V_random=1.144910251199733V and R_random=249.54038127592847Ohm)\n",
+      "octal combination 0o177566 with analog channel 2 works (V_random=1.1625414618775256V and R_random=672.2421631283352Ohm)\n",
+      "octal combination 0o177566 with analog channel 17 works (V_random=1.2438226726185848V and R_random=240.2684668692086Ohm)\n",
+      "octal combination 0o177567 with analog channel 10 works (V_random=1.2434689508752177V and R_random=842.7563313137883Ohm)\n",
+      "octal combination 0o177567 with analog channel 11 works (V_random=1.1437093772570979V and R_random=486.13854112461325Ohm)\n",
+      "octal combination 0o177567 with analog channel 12 works (V_random=1.0783444019408024V and R_random=643.1690615446756Ohm)\n",
+      "octal combination 0o177567 with analog channel 13 works (V_random=1.1581501837194066V and R_random=123.96295837901573Ohm)\n",
+      "octal combination 0o177567 with analog channel 15 works (V_random=1.1233247656563683V and R_random=699.7298895521152Ohm)\n",
+      "octal combination 0o177567 with analog channel 16 works (V_random=1.0168404771867772V and R_random=853.6535872174877Ohm)\n",
+      "octal combination 0o177567 with analog channel 19 works (V_random=1.1640019196674496V and R_random=190.577601826542Ohm)\n",
+      "octal combination 0o177570 with analog channel 3 works (V_random=1.059811104884468V and R_random=592.2681476365733Ohm)\n",
+      "octal combination 0o177570 with analog channel 6 works (V_random=1.2075562605964476V and R_random=159.61201991832132Ohm)\n",
+      "octal combination 0o177570 with analog channel 17 works (V_random=1.208404420523962V and R_random=274.7353057348695Ohm)\n",
+      "octal combination 0o177570 with analog channel 18 works (V_random=1.1263639112581698V and R_random=796.3761030044373Ohm)\n",
+      "octal combination 0o177571 with analog channel 3 works (V_random=1.0620487317415317V and R_random=633.977144500126Ohm)\n",
+      "octal combination 0o177571 with analog channel 6 works (V_random=1.2319697258086042V and R_random=790.1790910033692Ohm)\n",
+      "octal combination 0o177571 with analog channel 7 works (V_random=1.095238970001339V and R_random=763.6247264207656Ohm)\n",
+      "octal combination 0o177571 with analog channel 9 works (V_random=1.0129823636586452V and R_random=489.97315564674875Ohm)\n",
+      "octal combination 0o177571 with analog channel 13 works (V_random=1.0216538300337716V and R_random=320.152868990442Ohm)\n",
+      "octal combination 0o177572 with analog channel 5 works (V_random=1.0058621768640716V and R_random=614.76194661445Ohm)\n",
+      "octal combination 0o177572 with analog channel 7 works (V_random=0.6828169885864748V and R_random=99.72221757973358Ohm)\n",
+      "octal combination 0o177572 with analog channel 9 works (V_random=1.2482497912186934V and R_random=883.0680941666714Ohm)\n",
+      "octal combination 0o177572 with analog channel 13 works (V_random=1.0956396730723632V and R_random=167.65853851816416Ohm)\n",
+      "octal combination 0o177572 with analog channel 18 works (V_random=1.248084529645472V and R_random=890.1335468932263Ohm)\n",
+      "octal combination 0o177572 with analog channel 19 works (V_random=1.0633534501978334V and R_random=519.32736771787Ohm)\n",
+      "octal combination 0o177573 with analog channel 4 works (V_random=1.234660742568169V and R_random=88.45291180340409Ohm)\n",
+      "octal combination 0o177573 with analog channel 6 works (V_random=1.1150648825672218V and R_random=599.7263257683429Ohm)\n",
+      "octal combination 0o177573 with analog channel 8 works (V_random=1.1098310012930803V and R_random=835.5459208621456Ohm)\n",
+      "octal combination 0o177573 with analog channel 13 works (V_random=1.1454869612479348V and R_random=679.1216113593355Ohm)\n",
+      "octal combination 0o177574 with analog channel 1 works (V_random=1.172808907736155V and R_random=589.8887476596808Ohm)\n",
+      "octal combination 0o177574 with analog channel 4 works (V_random=1.0311398974713883V and R_random=813.7957466819021Ohm)\n",
+      "octal combination 0o177574 with analog channel 6 works (V_random=0.9032664097881173V and R_random=87.42095023239872Ohm)\n",
+      "octal combination 0o177574 with analog channel 13 works (V_random=1.0966132485609188V and R_random=783.6835645003323Ohm)\n",
+      "octal combination 0o177574 with analog channel 14 works (V_random=1.0153684650489216V and R_random=894.9286919819205Ohm)\n",
+      "octal combination 0o177574 with analog channel 15 works (V_random=0.6821524829986327V and R_random=98.33983867150647Ohm)\n",
+      "octal combination 0o177574 with analog channel 16 works (V_random=1.2146034882883419V and R_random=370.02666725813253Ohm)\n",
+      "octal combination 0o177574 with analog channel 20 works (V_random=1.0945868723800514V and R_random=619.7680993342159Ohm)\n",
+      "octal combination 0o177575 with analog channel 3 works (V_random=1.2125267322120497V and R_random=912.9428955780272Ohm)\n",
+      "octal combination 0o177575 with analog channel 4 works (V_random=1.1798657754280413V and R_random=973.8045158801759Ohm)\n",
+      "octal combination 0o177575 with analog channel 5 works (V_random=1.0663643171463242V and R_random=938.0338583033356Ohm)\n",
+      "octal combination 0o177575 with analog channel 19 works (V_random=1.0626844762327623V and R_random=957.2115379463527Ohm)\n",
+      "octal combination 0o177576 with analog channel 3 works (V_random=1.078784156306095V and R_random=362.9028397281893Ohm)\n",
+      "octal combination 0o177576 with analog channel 4 works (V_random=1.048039140343475V and R_random=691.7321396080513Ohm)\n",
+      "octal combination 0o177576 with analog channel 6 works (V_random=1.0433927596452317V and R_random=980.8741310808937Ohm)\n",
+      "octal combination 0o177576 with analog channel 8 works (V_random=1.2327829521293485V and R_random=788.6201103458367Ohm)\n",
+      "octal combination 0o177576 with analog channel 19 works (V_random=1.2340783187587498V and R_random=669.2600725767809Ohm)\n",
+      "octal combination 0o177576 with analog channel 20 works (V_random=1.095955022797165V and R_random=215.37219325344432Ohm)\n",
+      "octal combination 0o177577 with analog channel 3 works (V_random=1.116557778766287V and R_random=978.113034616571Ohm)\n",
+      "octal combination 0o177577 with analog channel 7 works (V_random=1.0706106393065355V and R_random=952.6952948802543Ohm)\n",
+      "octal combination 0o177577 with analog channel 10 works (V_random=1.0949662749596447V and R_random=789.0600104233472Ohm)\n",
+      "octal combination 0o177577 with analog channel 11 works (V_random=1.0379980261681234V and R_random=500.48886977521784Ohm)\n",
+      "octal combination 0o177577 with analog channel 14 works (V_random=1.0984167414846226V and R_random=129.38395577271442Ohm)\n",
+      "octal combination 0o177577 with analog channel 15 works (V_random=1.070368620293538V and R_random=558.4529536647892Ohm)\n",
+      "octal combination 0o177577 with analog channel 16 works (V_random=0.06674601525505697V and R_random=99.90099029603633Ohm)\n",
+      "octal combination 0o177577 with analog channel 17 works (V_random=1.134644569728338V and R_random=441.75498806633766Ohm)\n",
+      "octal combination 0o177577 with analog channel 19 works (V_random=1.2145317327686016V and R_random=217.2948266755954Ohm)\n",
+      "octal combination 0o177600 with analog channel 5 works (V_random=1.139063262352347V and R_random=171.7713318815866Ohm)\n",
+      "octal combination 0o177600 with analog channel 14 works (V_random=1.056996000921198V and R_random=161.66017922735296Ohm)\n",
+      "octal combination 0o177601 with analog channel 2 works (V_random=0.4391355106491135V and R_random=84.56673477378938Ohm)\n",
+      "octal combination 0o177601 with analog channel 3 works (V_random=1.0643622648874063V and R_random=584.4962891329017Ohm)\n",
+      "octal combination 0o177601 with analog channel 6 works (V_random=1.1070298603815356V and R_random=313.942752601686Ohm)\n",
+      "octal combination 0o177601 with analog channel 10 works (V_random=0.17095734591662956V and R_random=91.23748070486033Ohm)\n",
+      "octal combination 0o177601 with analog channel 12 works (V_random=1.0234232419817162V and R_random=329.02310250855373Ohm)\n",
+      "octal combination 0o177601 with analog channel 14 works (V_random=1.0705332907354002V and R_random=979.8459896732585Ohm)\n",
+      "octal combination 0o177601 with analog channel 16 works (V_random=0.3563414476294846V and R_random=79.85503794497205Ohm)\n",
+      "octal combination 0o177601 with analog channel 20 works (V_random=1.2190157092211742V and R_random=778.042849802629Ohm)\n",
+      "octal combination 0o177602 with analog channel 6 works (V_random=1.1635064332363856V and R_random=311.9294703755269Ohm)\n",
+      "octal combination 0o177602 with analog channel 10 works (V_random=1.043226895331513V and R_random=694.2327474262535Ohm)\n",
+      "octal combination 0o177602 with analog channel 12 works (V_random=1.238112348241274V and R_random=599.3793517876986Ohm)\n",
+      "octal combination 0o177602 with analog channel 13 works (V_random=1.201575963185129V and R_random=557.2008109097392Ohm)\n",
+      "octal combination 0o177603 with analog channel 15 works (V_random=1.1929640833755164V and R_random=166.71153781579252Ohm)\n",
+      "octal combination 0o177603 with analog channel 17 works (V_random=1.0012063571938432V and R_random=669.6795102247025Ohm)\n",
+      "octal combination 0o177604 with analog channel 11 works (V_random=0.5548041362570526V and R_random=80.95448666693105Ohm)\n",
+      "octal combination 0o177604 with analog channel 12 works (V_random=1.033961208392552V and R_random=516.5422874066005Ohm)\n",
+      "octal combination 0o177604 with analog channel 13 works (V_random=1.0874935498939835V and R_random=466.3999847376214Ohm)\n",
+      "octal combination 0o177604 with analog channel 18 works (V_random=1.0805354525619577V and R_random=248.37203128941567Ohm)\n",
+      "octal combination 0o177605 with analog channel 3 works (V_random=1.1108489342107903V and R_random=797.8225710423695Ohm)\n",
+      "octal combination 0o177605 with analog channel 6 works (V_random=1.110449659673042V and R_random=791.5037510374599Ohm)\n",
+      "octal combination 0o177605 with analog channel 7 works (V_random=0.48683737148276535V and R_random=80.07521531266858Ohm)\n",
+      "octal combination 0o177605 with analog channel 10 works (V_random=1.120882374886891V and R_random=782.4186548795735Ohm)\n",
+      "octal combination 0o177606 with analog channel 5 works (V_random=1.070145888919295V and R_random=132.40439461475185Ohm)\n",
+      "octal combination 0o177606 with analog channel 8 works (V_random=1.1872539038420737V and R_random=380.41207329683243Ohm)\n",
+      "octal combination 0o177606 with analog channel 11 works (V_random=1.138263117780076V and R_random=395.4326529841506Ohm)\n",
+      "octal combination 0o177606 with analog channel 12 works (V_random=1.0761542991353983V and R_random=741.2008309662493Ohm)\n",
+      "octal combination 0o177606 with analog channel 13 works (V_random=1.0862958508869829V and R_random=599.9810542306016Ohm)\n",
+      "octal combination 0o177606 with analog channel 19 works (V_random=1.0051323256731088V and R_random=344.7146665470234Ohm)\n",
+      "octal combination 0o177607 with analog channel 3 works (V_random=1.1940548876037036V and R_random=430.46494911766484Ohm)\n",
+      "octal combination 0o177607 with analog channel 11 works (V_random=1.1566792010980314V and R_random=582.6127845198075Ohm)\n",
+      "octal combination 0o177610 with analog channel 3 works (V_random=1.0697054343775063V and R_random=427.8090815279508Ohm)\n",
+      "octal combination 0o177610 with analog channel 9 works (V_random=1.2472008790189988V and R_random=422.30125301671904Ohm)\n",
+      "octal combination 0o177610 with analog channel 12 works (V_random=1.2306129598533624V and R_random=875.9597194254243Ohm)\n",
+      "octal combination 0o177610 with analog channel 15 works (V_random=1.0361387965941777V and R_random=288.66530543508105Ohm)\n",
+      "octal combination 0o177611 with analog channel 7 works (V_random=1.0241912636662351V and R_random=226.1705552483995Ohm)\n",
+      "octal combination 0o177611 with analog channel 13 works (V_random=1.183665397266283V and R_random=263.89888922205347Ohm)\n",
+      "octal combination 0o177611 with analog channel 17 works (V_random=1.1824075666569798V and R_random=165.4795049433297Ohm)\n",
+      "octal combination 0o177611 with analog channel 19 works (V_random=1.0683534391077674V and R_random=172.83213483234596Ohm)\n",
+      "octal combination 0o177612 with analog channel 1 works (V_random=1.049451180701066V and R_random=517.8073132709674Ohm)\n",
+      "octal combination 0o177612 with analog channel 3 works (V_random=1.0362830929162663V and R_random=536.0150335870248Ohm)\n",
+      "octal combination 0o177612 with analog channel 6 works (V_random=1.157502628661686V and R_random=351.69809997653897Ohm)\n",
+      "octal combination 0o177612 with analog channel 8 works (V_random=1.1571822233145221V and R_random=552.4390392445537Ohm)\n",
+      "octal combination 0o177612 with analog channel 10 works (V_random=1.219627083379252V and R_random=867.6046728098486Ohm)\n",
+      "octal combination 0o177612 with analog channel 18 works (V_random=1.1494135576400213V and R_random=98.63445236052306Ohm)\n",
+      "octal combination 0o177612 with analog channel 20 works (V_random=1.0980607722209261V and R_random=237.68153938830548Ohm)\n",
+      "octal combination 0o177613 with analog channel 3 works (V_random=1.1498943766323886V and R_random=251.20405851422274Ohm)\n",
+      "octal combination 0o177613 with analog channel 13 works (V_random=1.2468391836924133V and R_random=398.94509877699124Ohm)\n",
+      "octal combination 0o177614 with analog channel 4 works (V_random=1.1320800471530608V and R_random=996.9910996456108Ohm)\n",
+      "octal combination 0o177614 with analog channel 18 works (V_random=1.238716336827065V and R_random=174.83112076654822Ohm)\n",
+      "octal combination 0o177615 with analog channel 15 works (V_random=1.0422373243822751V and R_random=913.0764727245047Ohm)\n",
+      "octal combination 0o177616 with analog channel 1 works (V_random=1.0048790053901895V and R_random=273.60091769208964Ohm)\n",
+      "octal combination 0o177616 with analog channel 4 works (V_random=1.0687199614170708V and R_random=653.9184182626904Ohm)\n",
+      "octal combination 0o177616 with analog channel 5 works (V_random=1.2399575504192377V and R_random=602.3621335521518Ohm)\n",
+      "octal combination 0o177616 with analog channel 8 works (V_random=1.177542589621437V and R_random=142.53774865573422Ohm)\n",
+      "octal combination 0o177616 with analog channel 14 works (V_random=1.0676704467555385V and R_random=853.5921120902307Ohm)\n",
+      "octal combination 0o177617 with analog channel 2 works (V_random=1.1834518548349564V and R_random=405.0616347060721Ohm)\n",
+      "octal combination 0o177617 with analog channel 3 works (V_random=1.2112823668895953V and R_random=606.999218378661Ohm)\n",
+      "octal combination 0o177617 with analog channel 5 works (V_random=1.1059303248950494V and R_random=593.2953792478974Ohm)\n",
+      "octal combination 0o177617 with analog channel 16 works (V_random=1.22601216159753V and R_random=105.66779610517955Ohm)\n",
+      "octal combination 0o177617 with analog channel 20 works (V_random=1.0320170825053285V and R_random=905.5285633442203Ohm)\n",
+      "octal combination 0o177620 with analog channel 2 works (V_random=1.046380121126088V and R_random=670.0783879639059Ohm)\n",
+      "octal combination 0o177620 with analog channel 4 works (V_random=1.002161827388137V and R_random=886.4450332469964Ohm)\n",
+      "octal combination 0o177620 with analog channel 8 works (V_random=1.217104761295876V and R_random=580.0472146699935Ohm)\n",
+      "octal combination 0o177620 with analog channel 10 works (V_random=1.1792187870285638V and R_random=738.0998913767556Ohm)\n",
+      "octal combination 0o177620 with analog channel 17 works (V_random=1.1758879345248023V and R_random=175.55384690254294Ohm)\n",
+      "octal combination 0o177621 with analog channel 3 works (V_random=1.199341238570472V and R_random=469.8090611035297Ohm)\n",
+      "octal combination 0o177621 with analog channel 10 works (V_random=1.2286681141256168V and R_random=447.3995630181371Ohm)\n",
+      "octal combination 0o177621 with analog channel 19 works (V_random=1.001567870580971V and R_random=831.1667492875903Ohm)\n",
+      "octal combination 0o177621 with analog channel 20 works (V_random=1.055300188525666V and R_random=739.715773733787Ohm)\n",
+      "octal combination 0o177622 with analog channel 2 works (V_random=1.0716418328258328V and R_random=868.5208193130778Ohm)\n",
+      "octal combination 0o177622 with analog channel 7 works (V_random=1.0019593576608468V and R_random=87.12740382159456Ohm)\n",
+      "octal combination 0o177622 with analog channel 12 works (V_random=1.1993009518962097V and R_random=116.89116702065178Ohm)\n",
+      "octal combination 0o177622 with analog channel 15 works (V_random=1.105519217734269V and R_random=987.7377245615384Ohm)\n",
+      "octal combination 0o177622 with analog channel 17 works (V_random=1.190350627012346V and R_random=710.7824157067536Ohm)\n",
+      "octal combination 0o177624 with analog channel 2 works (V_random=0.4947609176317548V and R_random=91.27822282461398Ohm)\n",
+      "octal combination 0o177624 with analog channel 5 works (V_random=1.175938627855766V and R_random=801.5230961966954Ohm)\n",
+      "octal combination 0o177624 with analog channel 7 works (V_random=1.1119302109748022V and R_random=284.28818915284717Ohm)\n",
+      "octal combination 0o177624 with analog channel 8 works (V_random=1.2174227838921996V and R_random=325.93979008953676Ohm)\n",
+      "octal combination 0o177624 with analog channel 9 works (V_random=1.177357229681047V and R_random=890.2394806901308Ohm)\n",
+      "octal combination 0o177624 with analog channel 18 works (V_random=1.1360082342084967V and R_random=156.3750169833075Ohm)\n",
+      "octal combination 0o177624 with analog channel 19 works (V_random=1.0164394269397912V and R_random=675.9354063415061Ohm)\n",
+      "octal combination 0o177625 with analog channel 5 works (V_random=1.224444171432263V and R_random=640.5716204321069Ohm)\n",
+      "octal combination 0o177625 with analog channel 6 works (V_random=1.0635722083507488V and R_random=952.9204651079585Ohm)\n",
+      "octal combination 0o177625 with analog channel 8 works (V_random=1.0977221806025281V and R_random=748.7860165325502Ohm)\n",
+      "octal combination 0o177625 with analog channel 16 works (V_random=1.214591633548933V and R_random=729.8423186170031Ohm)\n",
+      "octal combination 0o177626 with analog channel 3 works (V_random=1.1844134226133158V and R_random=804.3366348374785Ohm)\n",
+      "octal combination 0o177626 with analog channel 8 works (V_random=1.22779527003279V and R_random=608.5086478426884Ohm)\n",
+      "octal combination 0o177626 with analog channel 9 works (V_random=1.103296782691901V and R_random=482.90731325108555Ohm)\n",
+      "octal combination 0o177626 with analog channel 12 works (V_random=1.1729347546189883V and R_random=915.5880740747245Ohm)\n",
+      "octal combination 0o177627 with analog channel 1 works (V_random=1.2035107829029177V and R_random=999.5226351383577Ohm)\n",
+      "octal combination 0o177627 with analog channel 5 works (V_random=1.0607159177854122V and R_random=559.3347644005745Ohm)\n",
+      "octal combination 0o177627 with analog channel 6 works (V_random=1.214086308636203V and R_random=599.2472851349893Ohm)\n",
+      "octal combination 0o177627 with analog channel 7 works (V_random=1.0650692192079123V and R_random=104.98548100467943Ohm)\n",
+      "octal combination 0o177630 with analog channel 1 works (V_random=1.1584431204700747V and R_random=92.81479509290683Ohm)\n",
+      "octal combination 0o177630 with analog channel 2 works (V_random=1.1193876428787304V and R_random=476.5810529094074Ohm)\n",
+      "octal combination 0o177630 with analog channel 6 works (V_random=1.1521290928924413V and R_random=165.02242693500472Ohm)\n",
+      "octal combination 0o177630 with analog channel 9 works (V_random=1.0212203250327074V and R_random=731.0142889678295Ohm)\n",
+      "octal combination 0o177630 with analog channel 14 works (V_random=1.215474565637868V and R_random=440.8799077895742Ohm)\n",
+      "octal combination 0o177630 with analog channel 17 works (V_random=1.1533146895591726V and R_random=818.8317953476266Ohm)\n",
+      "octal combination 0o177630 with analog channel 20 works (V_random=0.7413863505144576V and R_random=86.71200303157892Ohm)\n",
+      "octal combination 0o177631 with analog channel 2 works (V_random=1.0825047667618255V and R_random=818.1307540094797Ohm)\n",
+      "octal combination 0o177631 with analog channel 5 works (V_random=1.0241162557360024V and R_random=416.6186117890909Ohm)\n",
+      "octal combination 0o177631 with analog channel 13 works (V_random=0.795948203882893V and R_random=86.7424690201778Ohm)\n",
+      "octal combination 0o177631 with analog channel 14 works (V_random=1.1339118323917758V and R_random=398.9227378079138Ohm)\n",
+      "octal combination 0o177631 with analog channel 16 works (V_random=1.214491974791477V and R_random=720.2112382887502Ohm)\n",
+      "octal combination 0o177632 with analog channel 4 works (V_random=1.14176744601009V and R_random=744.987021152141Ohm)\n",
+      "octal combination 0o177632 with analog channel 6 works (V_random=1.1502803837982376V and R_random=810.8342387303547Ohm)\n",
+      "octal combination 0o177632 with analog channel 13 works (V_random=1.1936274674416243V and R_random=442.0209606806886Ohm)\n",
+      "octal combination 0o177632 with analog channel 14 works (V_random=1.0257819948572275V and R_random=407.75790988625164Ohm)\n",
+      "octal combination 0o177632 with analog channel 18 works (V_random=1.1170867572425593V and R_random=809.3616079146345Ohm)\n",
+      "octal combination 0o177632 with analog channel 20 works (V_random=1.0336503518628593V and R_random=726.7945280004111Ohm)\n",
+      "octal combination 0o177633 with analog channel 2 works (V_random=1.1535206555843447V and R_random=568.2924083335465Ohm)\n",
+      "octal combination 0o177633 with analog channel 6 works (V_random=1.0291860036483111V and R_random=643.9923189564129Ohm)\n",
+      "octal combination 0o177633 with analog channel 7 works (V_random=1.0870298278471244V and R_random=448.4575969461114Ohm)\n",
+      "octal combination 0o177633 with analog channel 11 works (V_random=1.0706069295077472V and R_random=930.1924466024055Ohm)\n",
+      "octal combination 0o177633 with analog channel 12 works (V_random=1.0118643555065419V and R_random=429.742568038004Ohm)\n",
+      "octal combination 0o177633 with analog channel 20 works (V_random=1.1013035718704574V and R_random=849.0012620694316Ohm)\n",
+      "octal combination 0o177634 with analog channel 13 works (V_random=1.1702352456710026V and R_random=433.133753814708Ohm)\n",
+      "octal combination 0o177634 with analog channel 17 works (V_random=1.1258211646657001V and R_random=285.69604021931724Ohm)\n",
+      "octal combination 0o177634 with analog channel 18 works (V_random=1.071949458203791V and R_random=835.1986170868684Ohm)\n",
+      "octal combination 0o177635 with analog channel 1 works (V_random=1.2209320785950217V and R_random=675.1070954853236Ohm)\n",
+      "octal combination 0o177635 with analog channel 2 works (V_random=1.0580710404859888V and R_random=630.3716616038245Ohm)\n",
+      "octal combination 0o177635 with analog channel 3 works (V_random=0.8194167932204698V and R_random=91.63868458756595Ohm)\n",
+      "octal combination 0o177635 with analog channel 5 works (V_random=1.0140736858354917V and R_random=769.2743873076558Ohm)\n",
+      "octal combination 0o177635 with analog channel 15 works (V_random=1.0777608638159506V and R_random=163.8603521454356Ohm)\n",
+      "octal combination 0o177635 with analog channel 20 works (V_random=1.0920282691646928V and R_random=372.81326947342046Ohm)\n",
+      "octal combination 0o177636 with analog channel 9 works (V_random=1.2049431259240615V and R_random=759.44983012557Ohm)\n",
+      "octal combination 0o177636 with analog channel 10 works (V_random=1.2005839921448695V and R_random=683.0302781015043Ohm)\n",
+      "octal combination 0o177636 with analog channel 19 works (V_random=1.046740154113496V and R_random=397.56205669867205Ohm)\n",
+      "octal combination 0o177637 with analog channel 1 works (V_random=1.100489537362872V and R_random=681.7437059210837Ohm)\n",
+      "octal combination 0o177637 with analog channel 2 works (V_random=1.2344245182366533V and R_random=524.1752290213049Ohm)\n",
+      "octal combination 0o177637 with analog channel 13 works (V_random=1.1587991315047912V and R_random=481.93148314794246Ohm)\n",
+      "octal combination 0o177637 with analog channel 15 works (V_random=1.158815811081111V and R_random=214.85133376907532Ohm)\n",
+      "octal combination 0o177637 with analog channel 16 works (V_random=1.0871454598267707V and R_random=838.2568644276903Ohm)\n",
+      "octal combination 0o177637 with analog channel 18 works (V_random=1.2489767452180658V and R_random=810.0984697167396Ohm)\n",
+      "octal combination 0o177637 with analog channel 19 works (V_random=1.1654751309888676V and R_random=209.98954571629523Ohm)\n",
+      "octal combination 0o177640 with analog channel 3 works (V_random=1.2021925675115532V and R_random=536.934777616799Ohm)\n",
+      "octal combination 0o177640 with analog channel 7 works (V_random=1.1939106474179642V and R_random=915.3262433011432Ohm)\n",
+      "octal combination 0o177640 with analog channel 11 works (V_random=1.0101295750146355V and R_random=788.9942488657065Ohm)\n",
+      "octal combination 0o177640 with analog channel 13 works (V_random=1.1409127113555577V and R_random=942.956082050912Ohm)\n",
+      "octal combination 0o177640 with analog channel 14 works (V_random=1.1824783372165268V and R_random=887.3106147393523Ohm)\n",
+      "octal combination 0o177642 with analog channel 12 works (V_random=1.1356745096956726V and R_random=230.95206234663928Ohm)\n",
+      "octal combination 0o177642 with analog channel 13 works (V_random=1.2361663081415188V and R_random=702.3590702369332Ohm)\n",
+      "octal combination 0o177642 with analog channel 17 works (V_random=1.0130119996733282V and R_random=342.71901869878064Ohm)\n",
+      "octal combination 0o177642 with analog channel 18 works (V_random=1.0806464595690355V and R_random=608.3279812677814Ohm)\n",
+      "octal combination 0o177643 with analog channel 3 works (V_random=1.0082978255752517V and R_random=588.0770228227541Ohm)\n",
+      "octal combination 0o177643 with analog channel 4 works (V_random=1.0889079385576996V and R_random=571.7991831896077Ohm)\n",
+      "octal combination 0o177643 with analog channel 6 works (V_random=1.003718054244387V and R_random=78.62472970728471Ohm)\n",
+      "octal combination 0o177643 with analog channel 7 works (V_random=1.1869747243477882V and R_random=284.0826488564983Ohm)\n",
+      "octal combination 0o177643 with analog channel 18 works (V_random=0.007207766934276549V and R_random=85.35465466322809Ohm)\n",
+      "octal combination 0o177644 with analog channel 3 works (V_random=1.2155542272449795V and R_random=153.76289751609835Ohm)\n",
+      "octal combination 0o177644 with analog channel 7 works (V_random=1.2443972424236114V and R_random=415.77652058940026Ohm)\n",
+      "octal combination 0o177644 with analog channel 8 works (V_random=1.1939842655909636V and R_random=209.6232399049481Ohm)\n",
+      "octal combination 0o177644 with analog channel 10 works (V_random=1.0246870218452802V and R_random=584.63095595035Ohm)\n",
+      "octal combination 0o177644 with analog channel 19 works (V_random=1.1485801523769619V and R_random=721.3071825142722Ohm)\n",
+      "octal combination 0o177645 with analog channel 2 works (V_random=1.0140358588090415V and R_random=662.7230452122874Ohm)\n",
+      "octal combination 0o177645 with analog channel 4 works (V_random=1.162411996130236V and R_random=160.83307787935178Ohm)\n",
+      "octal combination 0o177645 with analog channel 11 works (V_random=1.1386244280424793V and R_random=935.008261852048Ohm)\n",
+      "octal combination 0o177646 with analog channel 1 works (V_random=1.2176940948686603V and R_random=320.9275966837809Ohm)\n",
+      "octal combination 0o177646 with analog channel 3 works (V_random=1.2144610993715068V and R_random=161.75366808898832Ohm)\n",
+      "octal combination 0o177646 with analog channel 4 works (V_random=1.0849347472857445V and R_random=895.5832890078347Ohm)\n",
+      "octal combination 0o177646 with analog channel 7 works (V_random=1.1390042453671074V and R_random=927.1977510428301Ohm)\n",
+      "octal combination 0o177646 with analog channel 12 works (V_random=1.0070992629696618V and R_random=440.3799466392294Ohm)\n",
+      "octal combination 0o177646 with analog channel 14 works (V_random=1.1899666519454353V and R_random=363.44824885390426Ohm)\n",
+      "octal combination 0o177646 with analog channel 16 works (V_random=1.0220449170571635V and R_random=193.6574360475015Ohm)\n",
+      "octal combination 0o177647 with analog channel 9 works (V_random=1.0426057909325035V and R_random=452.1478150229762Ohm)\n",
+      "octal combination 0o177647 with analog channel 17 works (V_random=1.045485416746946V and R_random=115.09286595478054Ohm)\n",
+      "octal combination 0o177650 with analog channel 9 works (V_random=1.1506559706113626V and R_random=833.136542495914Ohm)\n",
+      "octal combination 0o177650 with analog channel 14 works (V_random=1.0048144657256035V and R_random=367.2407832370778Ohm)\n",
+      "octal combination 0o177650 with analog channel 16 works (V_random=1.153580747877165V and R_random=367.70375770536594Ohm)\n",
+      "octal combination 0o177651 with analog channel 1 works (V_random=1.165511877047515V and R_random=901.7486484913272Ohm)\n",
+      "octal combination 0o177651 with analog channel 4 works (V_random=1.130944099052563V and R_random=808.3599975960718Ohm)\n",
+      "octal combination 0o177651 with analog channel 6 works (V_random=1.1708289868085444V and R_random=550.6167137308546Ohm)\n",
+      "octal combination 0o177652 with analog channel 1 works (V_random=1.1241144286331113V and R_random=825.0814004589037Ohm)\n",
+      "octal combination 0o177652 with analog channel 2 works (V_random=1.1454420494973276V and R_random=873.2310678388665Ohm)\n",
+      "octal combination 0o177652 with analog channel 6 works (V_random=1.1900510330975003V and R_random=103.23667616620007Ohm)\n",
+      "octal combination 0o177652 with analog channel 7 works (V_random=1.1962488515062357V and R_random=839.7708244403469Ohm)\n",
+      "octal combination 0o177652 with analog channel 8 works (V_random=1.0981268600599332V and R_random=373.22012858412427Ohm)\n",
+      "octal combination 0o177652 with analog channel 10 works (V_random=1.0057966246733867V and R_random=455.2594844660966Ohm)\n",
+      "octal combination 0o177653 with analog channel 1 works (V_random=1.1898240593723421V and R_random=859.2367442533232Ohm)\n",
+      "octal combination 0o177653 with analog channel 2 works (V_random=0.06531626127715712V and R_random=81.48917971203078Ohm)\n",
+      "octal combination 0o177653 with analog channel 11 works (V_random=0.3813732167102212V and R_random=95.46441623933373Ohm)\n",
+      "octal combination 0o177653 with analog channel 19 works (V_random=1.0501649556313901V and R_random=706.169673991819Ohm)\n",
+      "octal combination 0o177653 with analog channel 20 works (V_random=1.1637839462025672V and R_random=91.69665145597438Ohm)\n",
+      "octal combination 0o177654 with analog channel 1 works (V_random=1.2213975086995936V and R_random=224.1144223482146Ohm)\n",
+      "octal combination 0o177654 with analog channel 4 works (V_random=1.06410756059915V and R_random=493.27103039070795Ohm)\n",
+      "octal combination 0o177654 with analog channel 17 works (V_random=1.0069517587627903V and R_random=413.95473499207253Ohm)\n",
+      "octal combination 0o177655 with analog channel 8 works (V_random=1.1105901024204434V and R_random=711.021433890275Ohm)\n",
+      "octal combination 0o177655 with analog channel 11 works (V_random=1.0282293730402092V and R_random=984.0561569377533Ohm)\n",
+      "octal combination 0o177655 with analog channel 14 works (V_random=1.0554356870325168V and R_random=344.4603307406908Ohm)\n",
+      "octal combination 0o177656 with analog channel 2 works (V_random=1.0401365778821332V and R_random=261.88179087160296Ohm)\n",
+      "octal combination 0o177656 with analog channel 8 works (V_random=1.1347294542878203V and R_random=200.88827456925185Ohm)\n",
+      "octal combination 0o177656 with analog channel 11 works (V_random=1.2009045007221786V and R_random=777.5111012314253Ohm)\n",
+      "octal combination 0o177656 with analog channel 13 works (V_random=0.9451260922349947V and R_random=84.87900379975218Ohm)\n",
+      "octal combination 0o177656 with analog channel 14 works (V_random=1.230380815113082V and R_random=536.4251926899849Ohm)\n",
+      "octal combination 0o177656 with analog channel 16 works (V_random=1.09943881084493V and R_random=560.0171063862233Ohm)\n",
+      "octal combination 0o177656 with analog channel 18 works (V_random=1.0784656449052064V and R_random=614.9011048494561Ohm)\n",
+      "octal combination 0o177657 with analog channel 2 works (V_random=1.1709516878365194V and R_random=113.79262573673844Ohm)\n",
+      "octal combination 0o177657 with analog channel 10 works (V_random=1.1491983465875009V and R_random=198.1610728130392Ohm)\n",
+      "octal combination 0o177657 with analog channel 18 works (V_random=1.0331485418542738V and R_random=382.3961130572573Ohm)\n",
+      "octal combination 0o177660 with analog channel 7 works (V_random=1.1031379773459196V and R_random=396.3113091709338Ohm)\n",
+      "octal combination 0o177660 with analog channel 15 works (V_random=1.0623685601375827V and R_random=849.7229482726194Ohm)\n",
+      "octal combination 0o177660 with analog channel 20 works (V_random=1.151543494033057V and R_random=909.4534569476759Ohm)\n",
+      "octal combination 0o177661 with analog channel 12 works (V_random=1.1728804544617957V and R_random=493.4999531716757Ohm)\n",
+      "octal combination 0o177661 with analog channel 17 works (V_random=1.1580568116008672V and R_random=168.19784998925064Ohm)\n",
+      "octal combination 0o177662 with analog channel 5 works (V_random=0.945617526798047V and R_random=91.11041500855748Ohm)\n",
+      "octal combination 0o177662 with analog channel 6 works (V_random=1.152393767074499V and R_random=670.7861748337527Ohm)\n",
+      "octal combination 0o177662 with analog channel 9 works (V_random=1.1253811116627903V and R_random=752.983349523449Ohm)\n",
+      "octal combination 0o177662 with analog channel 12 works (V_random=1.2069104014296386V and R_random=747.5489777861164Ohm)\n",
+      "octal combination 0o177662 with analog channel 15 works (V_random=1.247050371420713V and R_random=628.2873817743746Ohm)\n",
+      "octal combination 0o177663 with analog channel 4 works (V_random=1.2015913683078692V and R_random=779.4276693206323Ohm)\n",
+      "octal combination 0o177663 with analog channel 7 works (V_random=1.029813547538024V and R_random=214.43301683825516Ohm)\n",
+      "octal combination 0o177663 with analog channel 14 works (V_random=1.1683933106225672V and R_random=366.36922975920356Ohm)\n",
+      "octal combination 0o177664 with analog channel 5 works (V_random=1.222084908343926V and R_random=692.5196124312289Ohm)\n",
+      "octal combination 0o177664 with analog channel 12 works (V_random=1.2098992038896559V and R_random=832.0827716564828Ohm)\n",
+      "octal combination 0o177664 with analog channel 14 works (V_random=0.11362018990848155V and R_random=88.2199892483041Ohm)\n",
+      "octal combination 0o177664 with analog channel 20 works (V_random=1.1857467932054946V and R_random=636.9557039697148Ohm)\n",
+      "octal combination 0o177665 with analog channel 4 works (V_random=0.8013977400578258V and R_random=84.18714710272594Ohm)\n",
+      "octal combination 0o177665 with analog channel 7 works (V_random=1.1015232415231653V and R_random=756.9710645119385Ohm)\n",
+      "octal combination 0o177665 with analog channel 18 works (V_random=1.09212327167829V and R_random=147.63914865187695Ohm)\n",
+      "octal combination 0o177665 with analog channel 19 works (V_random=1.1380920936674634V and R_random=335.7302061883485Ohm)\n",
+      "octal combination 0o177666 with analog channel 1 works (V_random=1.2415709824962278V and R_random=412.7638625904621Ohm)\n",
+      "octal combination 0o177666 with analog channel 5 works (V_random=1.187871661860348V and R_random=263.60481428206845Ohm)\n",
+      "octal combination 0o177666 with analog channel 13 works (V_random=1.184491948562852V and R_random=268.63806509488455Ohm)\n",
+      "octal combination 0o177666 with analog channel 18 works (V_random=0.5541293173431896V and R_random=97.96633397785466Ohm)\n",
+      "octal combination 0o177666 with analog channel 20 works (V_random=1.1708553587645916V and R_random=578.4154571079757Ohm)\n",
+      "octal combination 0o177667 with analog channel 3 works (V_random=1.1040034744876954V and R_random=88.95982304418634Ohm)\n",
+      "octal combination 0o177667 with analog channel 7 works (V_random=1.1982477640832687V and R_random=987.2645471509784Ohm)\n",
+      "octal combination 0o177667 with analog channel 12 works (V_random=1.1449068962366329V and R_random=479.8486923450856Ohm)\n",
+      "octal combination 0o177667 with analog channel 13 works (V_random=1.0841727797482337V and R_random=667.0259414184122Ohm)\n",
+      "octal combination 0o177667 with analog channel 19 works (V_random=0.6926332953877294V and R_random=77.06286254718658Ohm)\n",
+      "octal combination 0o177670 with analog channel 2 works (V_random=1.0820733005953929V and R_random=770.3115250367629Ohm)\n",
+      "octal combination 0o177670 with analog channel 6 works (V_random=1.1371975144272348V and R_random=634.3556570113458Ohm)\n",
+      "octal combination 0o177670 with analog channel 7 works (V_random=1.0679185203050618V and R_random=830.7914039728868Ohm)\n",
+      "octal combination 0o177670 with analog channel 8 works (V_random=1.176834957789758V and R_random=194.54963778608385Ohm)\n",
+      "octal combination 0o177670 with analog channel 11 works (V_random=1.152084430566727V and R_random=517.4692491415498Ohm)\n",
+      "octal combination 0o177670 with analog channel 13 works (V_random=1.1711541585937084V and R_random=927.7182618499863Ohm)\n",
+      "octal combination 0o177670 with analog channel 15 works (V_random=1.024868156712133V and R_random=452.2712232469451Ohm)\n",
+      "octal combination 0o177670 with analog channel 16 works (V_random=1.0553211664342936V and R_random=276.41239922032406Ohm)\n",
+      "octal combination 0o177670 with analog channel 17 works (V_random=1.2200167383647744V and R_random=91.75399367431018Ohm)\n",
+      "octal combination 0o177670 with analog channel 20 works (V_random=1.0325643259776003V and R_random=404.88733720830925Ohm)\n",
+      "octal combination 0o177671 with analog channel 18 works (V_random=1.082191674581546V and R_random=180.50490639455825Ohm)\n",
+      "octal combination 0o177672 with analog channel 6 works (V_random=1.1925603202879973V and R_random=771.8016391293543Ohm)\n",
+      "octal combination 0o177672 with analog channel 16 works (V_random=1.129355787644699V and R_random=219.49279185996195Ohm)\n",
+      "octal combination 0o177672 with analog channel 18 works (V_random=1.0387516735999005V and R_random=532.7758827955277Ohm)\n",
+      "octal combination 0o177673 with analog channel 5 works (V_random=1.2120136671810877V and R_random=851.291244503077Ohm)\n",
+      "octal combination 0o177673 with analog channel 6 works (V_random=1.0598145634006964V and R_random=662.4353831986431Ohm)\n",
+      "octal combination 0o177673 with analog channel 14 works (V_random=0.5514161832547382V and R_random=98.7977060467222Ohm)\n",
+      "octal combination 0o177673 with analog channel 16 works (V_random=1.2003368193182489V and R_random=84.58096671572272Ohm)\n",
+      "octal combination 0o177674 with analog channel 1 works (V_random=1.033881483338806V and R_random=119.01940499818858Ohm)\n",
+      "octal combination 0o177674 with analog channel 5 works (V_random=1.1319667558630515V and R_random=480.49140436281544Ohm)\n",
+      "octal combination 0o177674 with analog channel 6 works (V_random=1.0937820527100586V and R_random=579.956871775767Ohm)\n",
+      "octal combination 0o177674 with analog channel 13 works (V_random=1.193931102742799V and R_random=889.007954009063Ohm)\n",
+      "octal combination 0o177674 with analog channel 14 works (V_random=1.0239717264131083V and R_random=365.93414398024964Ohm)\n",
+      "octal combination 0o177675 with analog channel 1 works (V_random=1.1849598611084993V and R_random=238.49820322166858Ohm)\n",
+      "octal combination 0o177675 with analog channel 2 works (V_random=1.209188512325821V and R_random=298.94145567479893Ohm)\n",
+      "octal combination 0o177675 with analog channel 4 works (V_random=1.0648692104807613V and R_random=433.4549662798322Ohm)\n",
+      "octal combination 0o177675 with analog channel 6 works (V_random=1.0481237307524758V and R_random=930.294607569213Ohm)\n",
+      "octal combination 0o177675 with analog channel 8 works (V_random=0.12557757747413106V and R_random=98.55575034160893Ohm)\n",
+      "octal combination 0o177675 with analog channel 16 works (V_random=1.1263849801458057V and R_random=912.2800909887512Ohm)\n",
+      "octal combination 0o177675 with analog channel 18 works (V_random=1.0971605250300374V and R_random=191.31190058691197Ohm)\n",
+      "octal combination 0o177676 with analog channel 2 works (V_random=1.200677582067901V and R_random=586.5367497893233Ohm)\n",
+      "octal combination 0o177676 with analog channel 6 works (V_random=1.2109232952515663V and R_random=345.6013067679958Ohm)\n",
+      "octal combination 0o177676 with analog channel 13 works (V_random=1.0853325223511223V and R_random=649.3736601944294Ohm)\n",
+      "octal combination 0o177676 with analog channel 15 works (V_random=1.0735482358092154V and R_random=476.0045767977144Ohm)\n",
+      "octal combination 0o177676 with analog channel 18 works (V_random=1.243769582009929V and R_random=284.16854952605706Ohm)\n",
+      "octal combination 0o177676 with analog channel 20 works (V_random=1.067687167060382V and R_random=615.0063866043273Ohm)\n",
+      "octal combination 0o177677 with analog channel 7 works (V_random=1.0844179969459884V and R_random=98.12637507423753Ohm)\n",
+      "octal combination 0o177677 with analog channel 11 works (V_random=1.2015826935237677V and R_random=851.4663535863143Ohm)\n",
+      "octal combination 0o177677 with analog channel 20 works (V_random=1.1233008630034444V and R_random=722.7625690454065Ohm)\n",
+      "octal combination 0o177700 with analog channel 1 works (V_random=1.0440579803742462V and R_random=647.4884269825324Ohm)\n",
+      "octal combination 0o177700 with analog channel 6 works (V_random=1.1121444919507903V and R_random=513.8847456388169Ohm)\n",
+      "octal combination 0o177700 with analog channel 12 works (V_random=1.0694798927196731V and R_random=434.6723190767044Ohm)\n",
+      "octal combination 0o177700 with analog channel 15 works (V_random=1.1216583025845168V and R_random=92.35506667276643Ohm)\n",
+      "octal combination 0o177701 with analog channel 3 works (V_random=1.1890578132750496V and R_random=479.033478641124Ohm)\n",
+      "octal combination 0o177701 with analog channel 16 works (V_random=1.033546115222905V and R_random=155.83079785563828Ohm)\n",
+      "octal combination 0o177701 with analog channel 19 works (V_random=1.0953591617864125V and R_random=684.1011457305783Ohm)\n",
+      "octal combination 0o177701 with analog channel 20 works (V_random=1.1707584715188946V and R_random=899.9747869658534Ohm)\n",
+      "octal combination 0o177702 with analog channel 2 works (V_random=1.229219647218006V and R_random=744.4035027283434Ohm)\n",
+      "octal combination 0o177702 with analog channel 18 works (V_random=0.5631529555411273V and R_random=95.34366424401765Ohm)\n",
+      "octal combination 0o177703 with analog channel 4 works (V_random=1.148936749831155V and R_random=797.8095100989318Ohm)\n",
+      "octal combination 0o177703 with analog channel 8 works (V_random=1.071663555808296V and R_random=368.3315292133042Ohm)\n",
+      "octal combination 0o177703 with analog channel 9 works (V_random=1.0577379214716882V and R_random=181.62510133932693Ohm)\n",
+      "octal combination 0o177703 with analog channel 10 works (V_random=0.8595026679919621V and R_random=91.7219610813973Ohm)\n",
+      "octal combination 0o177703 with analog channel 11 works (V_random=1.145041968807635V and R_random=652.271198234277Ohm)\n",
+      "octal combination 0o177703 with analog channel 20 works (V_random=0.44771924446252453V and R_random=82.94033496407859Ohm)\n",
+      "octal combination 0o177704 with analog channel 1 works (V_random=1.2162851296706412V and R_random=681.5278258108663Ohm)\n",
+      "octal combination 0o177704 with analog channel 9 works (V_random=1.2139420236512737V and R_random=246.56882072311876Ohm)\n",
+      "octal combination 0o177705 with analog channel 11 works (V_random=1.219490366136904V and R_random=519.5458457597101Ohm)\n",
+      "octal combination 0o177705 with analog channel 20 works (V_random=1.0066184821721453V and R_random=240.3437284579486Ohm)\n",
+      "octal combination 0o177706 with analog channel 1 works (V_random=1.1456363962298652V and R_random=668.0993650122215Ohm)\n",
+      "octal combination 0o177706 with analog channel 9 works (V_random=1.1320230803994544V and R_random=96.31257658562592Ohm)\n",
+      "octal combination 0o177706 with analog channel 18 works (V_random=1.1694700796790913V and R_random=689.5368236004203Ohm)\n",
+      "octal combination 0o177707 with analog channel 2 works (V_random=1.1681625965824938V and R_random=829.8060588261133Ohm)\n",
+      "octal combination 0o177707 with analog channel 4 works (V_random=0.42321974959247677V and R_random=89.35072592022603Ohm)\n",
+      "octal combination 0o177707 with analog channel 5 works (V_random=1.0579248506272312V and R_random=476.50399308145745Ohm)\n",
+      "octal combination 0o177707 with analog channel 6 works (V_random=1.0476743106199167V and R_random=284.6186949155414Ohm)\n",
+      "octal combination 0o177707 with analog channel 7 works (V_random=1.1545424376604654V and R_random=630.412628086093Ohm)\n",
+      "octal combination 0o177707 with analog channel 15 works (V_random=1.0494352299839118V and R_random=179.74651700294703Ohm)\n",
+      "octal combination 0o177707 with analog channel 20 works (V_random=1.0317280277768692V and R_random=758.6687210883584Ohm)\n",
+      "octal combination 0o177710 with analog channel 13 works (V_random=1.0893004910247461V and R_random=904.5863625185167Ohm)\n",
+      "octal combination 0o177710 with analog channel 17 works (V_random=1.0568149224004548V and R_random=414.1971820968675Ohm)\n",
+      "octal combination 0o177711 with analog channel 1 works (V_random=1.2056353482306819V and R_random=266.0499985341134Ohm)\n",
+      "octal combination 0o177711 with analog channel 3 works (V_random=1.1866475455766763V and R_random=275.9545829822274Ohm)\n",
+      "octal combination 0o177711 with analog channel 6 works (V_random=1.2481765495719734V and R_random=384.41309879826423Ohm)\n",
+      "octal combination 0o177711 with analog channel 8 works (V_random=1.0956630325480219V and R_random=899.8252433795329Ohm)\n",
+      "octal combination 0o177712 with analog channel 3 works (V_random=1.1473693613532274V and R_random=516.4610113600594Ohm)\n",
+      "octal combination 0o177712 with analog channel 9 works (V_random=1.000486997657251V and R_random=976.2133256997013Ohm)\n",
+      "octal combination 0o177712 with analog channel 13 works (V_random=1.065803808790483V and R_random=171.18552804293196Ohm)\n",
+      "octal combination 0o177712 with analog channel 14 works (V_random=1.0715746664666728V and R_random=125.45297376892809Ohm)\n",
+      "octal combination 0o177712 with analog channel 16 works (V_random=1.1805117316113969V and R_random=525.0016901607019Ohm)\n",
+      "octal combination 0o177713 with analog channel 6 works (V_random=1.1826006670142655V and R_random=159.34702456618936Ohm)\n",
+      "octal combination 0o177713 with analog channel 7 works (V_random=1.0162309769481155V and R_random=893.3123682837763Ohm)\n",
+      "octal combination 0o177713 with analog channel 9 works (V_random=1.187287725524559V and R_random=936.8360449412755Ohm)\n",
+      "octal combination 0o177713 with analog channel 12 works (V_random=1.1963859254081186V and R_random=865.474965703383Ohm)\n",
+      "octal combination 0o177713 with analog channel 14 works (V_random=0.432103353355448V and R_random=88.79790939467978Ohm)\n",
+      "octal combination 0o177713 with analog channel 15 works (V_random=1.1249205964679574V and R_random=325.1980952030651Ohm)\n",
+      "octal combination 0o177713 with analog channel 18 works (V_random=1.0959694153433486V and R_random=141.38445726958628Ohm)\n",
+      "octal combination 0o177713 with analog channel 19 works (V_random=1.0694786854667804V and R_random=365.75510529903903Ohm)\n",
+      "octal combination 0o177714 with analog channel 4 works (V_random=1.1115625154810653V and R_random=796.6778251818087Ohm)\n",
+      "octal combination 0o177714 with analog channel 10 works (V_random=1.149749637565033V and R_random=405.3789820493076Ohm)\n",
+      "octal combination 0o177714 with analog channel 14 works (V_random=1.0979926166972538V and R_random=129.5771357462065Ohm)\n",
+      "octal combination 0o177714 with analog channel 17 works (V_random=1.0721533655802593V and R_random=967.973369509959Ohm)\n",
+      "octal combination 0o177714 with analog channel 18 works (V_random=1.1145643870478499V and R_random=471.51884809823736Ohm)\n",
+      "octal combination 0o177714 with analog channel 19 works (V_random=1.2217975691094853V and R_random=475.3579437524827Ohm)\n",
+      "octal combination 0o177714 with analog channel 20 works (V_random=1.0029649478987763V and R_random=745.9930236717806Ohm)\n",
+      "octal combination 0o177715 with analog channel 4 works (V_random=1.109111788430124V and R_random=574.3032968202574Ohm)\n",
+      "octal combination 0o177715 with analog channel 6 works (V_random=1.1568471985752609V and R_random=177.9204086205137Ohm)\n",
+      "octal combination 0o177715 with analog channel 7 works (V_random=1.1067461199978852V and R_random=835.282789711561Ohm)\n",
+      "octal combination 0o177715 with analog channel 8 works (V_random=1.2060579942939011V and R_random=194.19353830751953Ohm)\n",
+      "octal combination 0o177715 with analog channel 20 works (V_random=1.2493318079038367V and R_random=354.71245098359213Ohm)\n",
+      "octal combination 0o177716 with analog channel 2 works (V_random=1.234719456774917V and R_random=205.60278319506145Ohm)\n",
+      "octal combination 0o177716 with analog channel 3 works (V_random=1.2302069420960384V and R_random=121.9518287073149Ohm)\n",
+      "octal combination 0o177716 with analog channel 10 works (V_random=1.1206828513319296V and R_random=895.7573183835144Ohm)\n",
+      "octal combination 0o177716 with analog channel 11 works (V_random=1.208030944191177V and R_random=842.9671085747663Ohm)\n",
+      "octal combination 0o177716 with analog channel 12 works (V_random=1.1279603632644273V and R_random=436.9434109259217Ohm)\n",
+      "octal combination 0o177716 with analog channel 14 works (V_random=1.2495321834564288V and R_random=865.104206498588Ohm)\n",
+      "octal combination 0o177717 with analog channel 6 works (V_random=1.061587921235749V and R_random=849.685994437784Ohm)\n",
+      "octal combination 0o177717 with analog channel 8 works (V_random=1.0493934452200127V and R_random=794.834440766752Ohm)\n",
+      "octal combination 0o177717 with analog channel 11 works (V_random=0.8365908986397979V and R_random=83.11952064162192Ohm)\n",
+      "octal combination 0o177717 with analog channel 15 works (V_random=1.1686634504929605V and R_random=446.2937066132563Ohm)\n",
+      "octal combination 0o177720 with analog channel 1 works (V_random=1.0397348927066588V and R_random=84.99122412203342Ohm)\n",
+      "octal combination 0o177720 with analog channel 4 works (V_random=1.1948415473680618V and R_random=456.5640169750637Ohm)\n",
+      "octal combination 0o177720 with analog channel 8 works (V_random=1.0235844893948616V and R_random=457.99332232542673Ohm)\n",
+      "octal combination 0o177720 with analog channel 12 works (V_random=1.0039237023442735V and R_random=998.0641085123852Ohm)\n",
+      "octal combination 0o177720 with analog channel 18 works (V_random=1.202531640860899V and R_random=281.6915566861766Ohm)\n",
+      "octal combination 0o177720 with analog channel 19 works (V_random=1.2193226999666165V and R_random=123.28434242883415Ohm)\n",
+      "octal combination 0o177721 with analog channel 4 works (V_random=1.179864072856863V and R_random=626.3877164865883Ohm)\n",
+      "octal combination 0o177721 with analog channel 7 works (V_random=1.1499696655142304V and R_random=717.7424471143587Ohm)\n",
+      "octal combination 0o177721 with analog channel 8 works (V_random=1.1469857708383913V and R_random=392.7985317326915Ohm)\n",
+      "octal combination 0o177721 with analog channel 10 works (V_random=1.0853630832891408V and R_random=240.0867202794472Ohm)\n",
+      "octal combination 0o177722 with analog channel 1 works (V_random=1.0184079066451666V and R_random=434.7225461800881Ohm)\n",
+      "octal combination 0o177722 with analog channel 11 works (V_random=1.1049726964598237V and R_random=750.733954340983Ohm)\n",
+      "octal combination 0o177722 with analog channel 12 works (V_random=1.0192777341390873V and R_random=907.7015974476183Ohm)\n",
+      "octal combination 0o177722 with analog channel 17 works (V_random=1.0418466265201594V and R_random=320.1882390424561Ohm)\n",
+      "octal combination 0o177722 with analog channel 18 works (V_random=1.1821645751821785V and R_random=925.8885897184023Ohm)\n",
+      "octal combination 0o177723 with analog channel 1 works (V_random=1.1654873263633387V and R_random=352.42053224926974Ohm)\n",
+      "octal combination 0o177723 with analog channel 2 works (V_random=1.0866083256593329V and R_random=385.7265244024643Ohm)\n",
+      "octal combination 0o177723 with analog channel 6 works (V_random=1.0315113220301702V and R_random=207.5844870751448Ohm)\n",
+      "octal combination 0o177723 with analog channel 10 works (V_random=1.236169093332888V and R_random=349.01956703845485Ohm)\n",
+      "octal combination 0o177723 with analog channel 17 works (V_random=0.5307644987324365V and R_random=87.98860713487838Ohm)\n",
+      "octal combination 0o177723 with analog channel 18 works (V_random=1.2040427255295396V and R_random=799.5098456351692Ohm)\n",
+      "octal combination 0o177723 with analog channel 20 works (V_random=1.2385205914578505V and R_random=584.205344320166Ohm)\n",
+      "octal combination 0o177724 with analog channel 4 works (V_random=1.1352952884914642V and R_random=771.9390592278523Ohm)\n",
+      "octal combination 0o177724 with analog channel 5 works (V_random=1.181946087361954V and R_random=237.95497227421035Ohm)\n",
+      "octal combination 0o177724 with analog channel 18 works (V_random=1.011605785815394V and R_random=596.8089522771651Ohm)\n",
+      "octal combination 0o177725 with analog channel 3 works (V_random=0.44909484461812244V and R_random=83.67938610048097Ohm)\n",
+      "octal combination 0o177725 with analog channel 5 works (V_random=1.2292095351858205V and R_random=548.4179102917185Ohm)\n",
+      "octal combination 0o177725 with analog channel 6 works (V_random=1.0919224193112373V and R_random=669.0556970782678Ohm)\n",
+      "octal combination 0o177725 with analog channel 7 works (V_random=1.0841288378313483V and R_random=892.5480528428172Ohm)\n",
+      "octal combination 0o177725 with analog channel 18 works (V_random=1.1803633132447202V and R_random=486.82315780451506Ohm)\n",
+      "octal combination 0o177726 with analog channel 1 works (V_random=1.0676315499290059V and R_random=855.5721507535538Ohm)\n",
+      "octal combination 0o177726 with analog channel 2 works (V_random=1.2131210467813611V and R_random=548.1572555258804Ohm)\n",
+      "octal combination 0o177726 with analog channel 3 works (V_random=0.7621682412298159V and R_random=99.29203902566334Ohm)\n",
+      "octal combination 0o177726 with analog channel 5 works (V_random=1.083491966733816V and R_random=618.923986690853Ohm)\n",
+      "octal combination 0o177726 with analog channel 6 works (V_random=1.133505850256675V and R_random=117.66318066868733Ohm)\n",
+      "octal combination 0o177726 with analog channel 7 works (V_random=1.1689841908085752V and R_random=417.8165916145182Ohm)\n",
+      "octal combination 0o177726 with analog channel 12 works (V_random=1.0357252848166296V and R_random=954.2710844948142Ohm)\n",
+      "octal combination 0o177726 with analog channel 19 works (V_random=1.1604990749229136V and R_random=759.6756472070143Ohm)\n",
+      "octal combination 0o177727 with analog channel 2 works (V_random=1.179339009116045V and R_random=763.606570868459Ohm)\n",
+      "octal combination 0o177727 with analog channel 9 works (V_random=1.1316489770163147V and R_random=832.7226637411682Ohm)\n",
+      "octal combination 0o177727 with analog channel 11 works (V_random=1.055081588797513V and R_random=139.29981093564558Ohm)\n",
+      "octal combination 0o177727 with analog channel 12 works (V_random=1.1620706741288007V and R_random=668.4653663898555Ohm)\n",
+      "octal combination 0o177727 with analog channel 14 works (V_random=1.0476230561668771V and R_random=453.3715918766607Ohm)\n",
+      "octal combination 0o177727 with analog channel 16 works (V_random=1.0959314746102842V and R_random=998.733058462435Ohm)\n",
+      "octal combination 0o177730 with analog channel 11 works (V_random=1.1105661453187743V and R_random=392.2350460514557Ohm)\n",
+      "octal combination 0o177730 with analog channel 13 works (V_random=1.0026383949823834V and R_random=495.8720764106412Ohm)\n",
+      "octal combination 0o177730 with analog channel 14 works (V_random=1.2048717233908677V and R_random=468.5208975412779Ohm)\n",
+      "octal combination 0o177730 with analog channel 16 works (V_random=1.0262586390784905V and R_random=693.6064913265201Ohm)\n",
+      "octal combination 0o177731 with analog channel 4 works (V_random=1.1310223925919496V and R_random=233.65933210599303Ohm)\n",
+      "octal combination 0o177731 with analog channel 17 works (V_random=1.2103374814246513V and R_random=310.8123549820118Ohm)\n",
+      "octal combination 0o177731 with analog channel 18 works (V_random=1.0914759055625691V and R_random=295.93817803901106Ohm)\n",
+      "octal combination 0o177732 with analog channel 2 works (V_random=1.1794617256787931V and R_random=129.4746358882956Ohm)\n",
+      "octal combination 0o177732 with analog channel 4 works (V_random=1.0678124034229104V and R_random=91.88338366834256Ohm)\n",
+      "octal combination 0o177732 with analog channel 7 works (V_random=1.195297766975349V and R_random=544.7975722202897Ohm)\n",
+      "octal combination 0o177732 with analog channel 11 works (V_random=1.0004868280945896V and R_random=601.56495967113Ohm)\n",
+      "octal combination 0o177732 with analog channel 14 works (V_random=1.0789939170610632V and R_random=221.32898925244433Ohm)\n",
+      "octal combination 0o177732 with analog channel 20 works (V_random=1.1669197276461576V and R_random=131.37543700935717Ohm)\n",
+      "octal combination 0o177733 with analog channel 2 works (V_random=1.126260132935672V and R_random=419.2538625217324Ohm)\n",
+      "octal combination 0o177734 with analog channel 5 works (V_random=1.047032809184708V and R_random=792.3742273015678Ohm)\n",
+      "octal combination 0o177734 with analog channel 18 works (V_random=1.0728327243584845V and R_random=736.1826935635635Ohm)\n",
+      "octal combination 0o177734 with analog channel 19 works (V_random=1.2215692526428006V and R_random=952.7650275126099Ohm)\n",
+      "octal combination 0o177735 with analog channel 5 works (V_random=1.0764938372049155V and R_random=895.2069637568832Ohm)\n",
+      "octal combination 0o177735 with analog channel 12 works (V_random=1.057200417144419V and R_random=185.2385559105463Ohm)\n",
+      "octal combination 0o177736 with analog channel 12 works (V_random=1.0109044482616665V and R_random=410.9206173528266Ohm)\n",
+      "octal combination 0o177736 with analog channel 14 works (V_random=1.0188049981072806V and R_random=143.5061149323596Ohm)\n",
+      "octal combination 0o177736 with analog channel 15 works (V_random=1.0654322107710188V and R_random=232.92781392820442Ohm)\n",
+      "octal combination 0o177736 with analog channel 18 works (V_random=0.9379685251254878V and R_random=79.5107861588463Ohm)\n",
+      "octal combination 0o177737 with analog channel 2 works (V_random=1.1231339709807127V and R_random=869.0806708676381Ohm)\n",
+      "octal combination 0o177737 with analog channel 6 works (V_random=1.1805790331276829V and R_random=955.5551174622128Ohm)\n",
+      "octal combination 0o177737 with analog channel 12 works (V_random=1.2255087935039883V and R_random=952.8104359448473Ohm)\n",
+      "octal combination 0o177737 with analog channel 13 works (V_random=1.1536590864297533V and R_random=121.10589727376863Ohm)\n",
+      "octal combination 0o177737 with analog channel 16 works (V_random=1.1321981538346884V and R_random=847.9582068162177Ohm)\n",
+      "octal combination 0o177737 with analog channel 17 works (V_random=1.0914585379277746V and R_random=100.92589175816587Ohm)\n",
+      "octal combination 0o177740 with analog channel 3 works (V_random=1.0285575015470354V and R_random=534.3555128752387Ohm)\n",
+      "octal combination 0o177740 with analog channel 8 works (V_random=1.178030398267952V and R_random=648.2581668881583Ohm)\n",
+      "octal combination 0o177740 with analog channel 11 works (V_random=1.2407819175018604V and R_random=454.82228715516567Ohm)\n",
+      "octal combination 0o177740 with analog channel 14 works (V_random=0.7433030694144988V and R_random=95.11392508583504Ohm)\n",
+      "octal combination 0o177740 with analog channel 18 works (V_random=1.032588109392091V and R_random=361.892780364707Ohm)\n",
+      "octal combination 0o177740 with analog channel 19 works (V_random=1.0242281748606772V and R_random=120.31603973680316Ohm)\n",
+      "octal combination 0o177740 with analog channel 20 works (V_random=1.0355202186401211V and R_random=637.1016508046996Ohm)\n",
+      "octal combination 0o177741 with analog channel 5 works (V_random=1.083839735897146V and R_random=291.08026152076957Ohm)\n",
+      "octal combination 0o177741 with analog channel 9 works (V_random=1.2219976316198702V and R_random=416.46010224201797Ohm)\n",
+      "octal combination 0o177741 with analog channel 16 works (V_random=1.0406805137668529V and R_random=960.4890595567974Ohm)\n",
+      "octal combination 0o177741 with analog channel 17 works (V_random=0.33787316845879906V and R_random=75.94258715440036Ohm)\n",
+      "octal combination 0o177741 with analog channel 18 works (V_random=1.0012774294615698V and R_random=457.436841586156Ohm)\n",
+      "octal combination 0o177742 with analog channel 2 works (V_random=1.059091170462499V and R_random=420.19473294057786Ohm)\n",
+      "octal combination 0o177742 with analog channel 13 works (V_random=1.075901191793797V and R_random=188.6482584540085Ohm)\n",
+      "octal combination 0o177742 with analog channel 14 works (V_random=0.6594229898309699V and R_random=77.01574185713191Ohm)\n",
+      "octal combination 0o177742 with analog channel 17 works (V_random=1.1768412220419824V and R_random=795.4406497500756Ohm)\n",
+      "octal combination 0o177743 with analog channel 2 works (V_random=0.10597176001302819V and R_random=91.83477691268035Ohm)\n",
+      "octal combination 0o177743 with analog channel 4 works (V_random=1.1103178169980807V and R_random=736.4586370994891Ohm)\n",
+      "octal combination 0o177743 with analog channel 5 works (V_random=1.0720846809681261V and R_random=512.108389925636Ohm)\n",
+      "octal combination 0o177743 with analog channel 9 works (V_random=1.0524639023549553V and R_random=387.7702810966422Ohm)\n",
+      "octal combination 0o177743 with analog channel 10 works (V_random=1.2180972359726365V and R_random=386.87426873097587Ohm)\n",
+      "octal combination 0o177743 with analog channel 12 works (V_random=1.0269940056031786V and R_random=214.46190673339922Ohm)\n",
+      "octal combination 0o177743 with analog channel 17 works (V_random=1.0370924909891115V and R_random=196.5738330848357Ohm)\n",
+      "octal combination 0o177743 with analog channel 18 works (V_random=1.14474499280193V and R_random=975.9888963711812Ohm)\n",
+      "octal combination 0o177744 with analog channel 2 works (V_random=1.1816151399742714V and R_random=678.5993158846757Ohm)\n",
+      "octal combination 0o177744 with analog channel 8 works (V_random=1.1138741558056675V and R_random=451.2856594561513Ohm)\n",
+      "octal combination 0o177744 with analog channel 10 works (V_random=1.1677045730303688V and R_random=526.9224281187403Ohm)\n",
+      "octal combination 0o177744 with analog channel 14 works (V_random=1.1199586430729667V and R_random=162.73335488535122Ohm)\n",
+      "octal combination 0o177745 with analog channel 16 works (V_random=1.0935645917868526V and R_random=548.0975020149588Ohm)\n",
+      "octal combination 0o177746 with analog channel 2 works (V_random=1.1191502464279193V and R_random=142.54560833422124Ohm)\n",
+      "octal combination 0o177746 with analog channel 15 works (V_random=1.1362048131919482V and R_random=807.0768969007428Ohm)\n",
+      "octal combination 0o177746 with analog channel 20 works (V_random=1.1761757295088762V and R_random=298.3571992886351Ohm)\n",
+      "octal combination 0o177747 with analog channel 7 works (V_random=1.1896355883484995V and R_random=421.6981483124465Ohm)\n",
+      "octal combination 0o177747 with analog channel 8 works (V_random=1.2185961451940435V and R_random=260.8555857331388Ohm)\n",
+      "octal combination 0o177747 with analog channel 16 works (V_random=1.137786754929004V and R_random=735.2339310056992Ohm)\n",
+      "octal combination 0o177747 with analog channel 20 works (V_random=1.143695857584411V and R_random=257.5350516421374Ohm)\n",
+      "octal combination 0o177750 with analog channel 4 works (V_random=1.2395631236574203V and R_random=638.3403767766343Ohm)\n",
+      "octal combination 0o177750 with analog channel 5 works (V_random=1.224057386989093V and R_random=380.99974204116944Ohm)\n",
+      "octal combination 0o177750 with analog channel 11 works (V_random=1.1798852057614169V and R_random=926.2509304694682Ohm)\n",
+      "octal combination 0o177750 with analog channel 17 works (V_random=1.066159413958652V and R_random=285.99384635529924Ohm)\n",
+      "octal combination 0o177751 with analog channel 3 works (V_random=1.2288311006806785V and R_random=687.1614978409684Ohm)\n",
+      "octal combination 0o177751 with analog channel 5 works (V_random=1.095378637255086V and R_random=917.4182754325989Ohm)\n",
+      "octal combination 0o177751 with analog channel 11 works (V_random=0.05379696371522899V and R_random=88.36610410500782Ohm)\n",
+      "octal combination 0o177752 with analog channel 1 works (V_random=1.172507987404475V and R_random=392.9789419616483Ohm)\n",
+      "octal combination 0o177752 with analog channel 14 works (V_random=1.0904614924279445V and R_random=920.6982859452665Ohm)\n",
+      "octal combination 0o177753 with analog channel 2 works (V_random=1.103398414590963V and R_random=921.1424953149539Ohm)\n",
+      "octal combination 0o177753 with analog channel 3 works (V_random=0.6581626412387649V and R_random=93.64543621456747Ohm)\n",
+      "octal combination 0o177753 with analog channel 5 works (V_random=0.1969786334915427V and R_random=78.02289309118852Ohm)\n",
+      "octal combination 0o177753 with analog channel 7 works (V_random=1.078571798219773V and R_random=435.6540485075259Ohm)\n",
+      "octal combination 0o177753 with analog channel 9 works (V_random=1.1906277396327631V and R_random=128.44040145554533Ohm)\n",
+      "octal combination 0o177753 with analog channel 14 works (V_random=1.0513343546176854V and R_random=263.116831138905Ohm)\n",
+      "octal combination 0o177754 with analog channel 6 works (V_random=1.1324725784359149V and R_random=272.88383017585454Ohm)\n",
+      "octal combination 0o177754 with analog channel 11 works (V_random=1.1845260583344701V and R_random=866.2643174913853Ohm)\n",
+      "octal combination 0o177754 with analog channel 16 works (V_random=1.0569203660194506V and R_random=206.4317905184249Ohm)\n",
+      "octal combination 0o177754 with analog channel 19 works (V_random=1.2453376261751645V and R_random=252.17141598363446Ohm)\n",
+      "octal combination 0o177755 with analog channel 2 works (V_random=0.12138863221471591V and R_random=96.57499914593116Ohm)\n",
+      "octal combination 0o177755 with analog channel 7 works (V_random=1.1020566577513886V and R_random=854.1999701109207Ohm)\n",
+      "octal combination 0o177755 with analog channel 10 works (V_random=1.0205341015927678V and R_random=247.40614569307976Ohm)\n",
+      "octal combination 0o177755 with analog channel 14 works (V_random=1.1951695745557043V and R_random=108.88149648862387Ohm)\n",
+      "octal combination 0o177755 with analog channel 16 works (V_random=0.9581596132451791V and R_random=81.51286967005245Ohm)\n",
+      "octal combination 0o177755 with analog channel 17 works (V_random=1.1040779676583334V and R_random=228.77696850794337Ohm)\n",
+      "octal combination 0o177755 with analog channel 18 works (V_random=1.1335728790095585V and R_random=797.523566902772Ohm)\n",
+      "octal combination 0o177756 with analog channel 20 works (V_random=1.0026130368360247V and R_random=788.9529686176502Ohm)\n",
+      "octal combination 0o177757 with analog channel 1 works (V_random=1.161123634826197V and R_random=290.64916542998117Ohm)\n",
+      "octal combination 0o177757 with analog channel 4 works (V_random=1.136503691377853V and R_random=740.5581304734264Ohm)\n",
+      "octal combination 0o177757 with analog channel 7 works (V_random=1.2170565539983451V and R_random=768.6151670022672Ohm)\n",
+      "octal combination 0o177757 with analog channel 9 works (V_random=1.124794443991159V and R_random=356.7011146570644Ohm)\n",
+      "octal combination 0o177757 with analog channel 14 works (V_random=1.063621488302934V and R_random=236.48744678549258Ohm)\n",
+      "octal combination 0o177760 with analog channel 2 works (V_random=1.1440679473605901V and R_random=420.8187150236111Ohm)\n",
+      "octal combination 0o177760 with analog channel 3 works (V_random=1.1624689722087667V and R_random=814.9102134661439Ohm)\n",
+      "octal combination 0o177760 with analog channel 7 works (V_random=1.248323945985717V and R_random=396.12253006019165Ohm)\n",
+      "octal combination 0o177760 with analog channel 8 works (V_random=1.228893997455188V and R_random=656.5670679722276Ohm)\n",
+      "octal combination 0o177760 with analog channel 9 works (V_random=1.0385228454300075V and R_random=371.2640112794132Ohm)\n",
+      "octal combination 0o177760 with analog channel 12 works (V_random=1.217440854246535V and R_random=982.5631235797858Ohm)\n",
+      "octal combination 0o177760 with analog channel 17 works (V_random=1.2293277223145125V and R_random=977.4334502163399Ohm)\n",
+      "octal combination 0o177761 with analog channel 7 works (V_random=1.0920312249147819V and R_random=491.3528600919282Ohm)\n",
+      "octal combination 0o177761 with analog channel 10 works (V_random=0.13025830836388239V and R_random=98.59544297497148Ohm)\n",
+      "octal combination 0o177761 with analog channel 13 works (V_random=1.08747413993191V and R_random=112.01258293259693Ohm)\n",
+      "octal combination 0o177761 with analog channel 15 works (V_random=1.033608572930642V and R_random=293.5174112749181Ohm)\n",
+      "octal combination 0o177761 with analog channel 17 works (V_random=1.1062504539245268V and R_random=278.52350160252104Ohm)\n",
+      "octal combination 0o177761 with analog channel 18 works (V_random=1.2190218685462542V and R_random=409.10986902582226Ohm)\n",
+      "octal combination 0o177762 with analog channel 1 works (V_random=1.1974281865420335V and R_random=254.71409014782196Ohm)\n",
+      "octal combination 0o177762 with analog channel 2 works (V_random=1.0862425931411792V and R_random=870.8097055599991Ohm)\n",
+      "octal combination 0o177762 with analog channel 20 works (V_random=1.027891304738499V and R_random=955.1674224139877Ohm)\n",
+      "octal combination 0o177763 with analog channel 2 works (V_random=1.085162579262862V and R_random=125.15472022399035Ohm)\n",
+      "octal combination 0o177763 with analog channel 8 works (V_random=1.116562659786912V and R_random=685.0713537790976Ohm)\n",
+      "octal combination 0o177763 with analog channel 13 works (V_random=1.1735665257666352V and R_random=706.4122865970007Ohm)\n",
+      "octal combination 0o177763 with analog channel 14 works (V_random=1.2311380541020536V and R_random=216.9679929233623Ohm)\n",
+      "octal combination 0o177763 with analog channel 18 works (V_random=1.0898058182373958V and R_random=955.0162474370173Ohm)\n",
+      "octal combination 0o177764 with analog channel 3 works (V_random=1.2108211413365138V and R_random=855.0867106648973Ohm)\n",
+      "octal combination 0o177764 with analog channel 4 works (V_random=1.2271592370082651V and R_random=977.8460059861235Ohm)\n",
+      "octal combination 0o177764 with analog channel 5 works (V_random=1.0917820726169885V and R_random=459.0262783771088Ohm)\n",
+      "octal combination 0o177764 with analog channel 8 works (V_random=1.0349990961379545V and R_random=121.52369884098215Ohm)\n",
+      "octal combination 0o177765 with analog channel 1 works (V_random=1.2239780915119962V and R_random=472.11305730889393Ohm)\n",
+      "octal combination 0o177765 with analog channel 4 works (V_random=1.0140335185304303V and R_random=552.1599495668262Ohm)\n",
+      "octal combination 0o177765 with analog channel 6 works (V_random=0.6603852416901995V and R_random=75.54280022952976Ohm)\n",
+      "octal combination 0o177765 with analog channel 7 works (V_random=1.1539561628743613V and R_random=908.9407799481013Ohm)\n",
+      "octal combination 0o177765 with analog channel 9 works (V_random=0.985879017870865V and R_random=75.25619072689851Ohm)\n",
+      "octal combination 0o177765 with analog channel 18 works (V_random=1.1464315258723832V and R_random=244.04032908435184Ohm)\n",
+      "octal combination 0o177765 with analog channel 19 works (V_random=1.1957936034047063V and R_random=308.514803073919Ohm)\n",
+      "octal combination 0o177766 with analog channel 2 works (V_random=0.6226998733475241V and R_random=75.98003213153747Ohm)\n",
+      "octal combination 0o177766 with analog channel 12 works (V_random=0.10488800423654826V and R_random=85.49978341164234Ohm)\n",
+      "octal combination 0o177766 with analog channel 14 works (V_random=1.018347103442993V and R_random=940.2803448616302Ohm)\n",
+      "octal combination 0o177766 with analog channel 20 works (V_random=1.201307423020115V and R_random=528.6405128603061Ohm)\n",
+      "octal combination 0o177767 with analog channel 2 works (V_random=1.1337846905768383V and R_random=649.8256966473766Ohm)\n",
+      "octal combination 0o177767 with analog channel 7 works (V_random=1.1602110093702538V and R_random=463.9978387837732Ohm)\n",
+      "octal combination 0o177767 with analog channel 15 works (V_random=1.2219638423675687V and R_random=587.7803067933105Ohm)\n",
+      "octal combination 0o177770 with analog channel 1 works (V_random=1.0357692646789491V and R_random=419.48260647183105Ohm)\n",
+      "octal combination 0o177770 with analog channel 4 works (V_random=1.2281162067300884V and R_random=773.7674780311775Ohm)\n",
+      "octal combination 0o177770 with analog channel 12 works (V_random=1.0377284744277442V and R_random=243.57256001322568Ohm)\n",
+      "octal combination 0o177770 with analog channel 19 works (V_random=0.046287179909431514V and R_random=85.94231636226912Ohm)\n",
+      "octal combination 0o177771 with analog channel 1 works (V_random=1.0147334033818731V and R_random=366.1470786749376Ohm)\n",
+      "octal combination 0o177771 with analog channel 2 works (V_random=1.2024824848029636V and R_random=256.0766906150937Ohm)\n",
+      "octal combination 0o177771 with analog channel 6 works (V_random=1.2260248072927487V and R_random=615.7061723364958Ohm)\n",
+      "octal combination 0o177771 with analog channel 19 works (V_random=1.0008688324286388V and R_random=840.7187385515947Ohm)\n",
+      "octal combination 0o177772 with analog channel 1 works (V_random=0.07501947465354084V and R_random=90.98382339428589Ohm)\n",
+      "octal combination 0o177772 with analog channel 4 works (V_random=1.0088734031057043V and R_random=801.6793961580483Ohm)\n",
+      "octal combination 0o177772 with analog channel 5 works (V_random=0.26319512388836674V and R_random=80.68903064465094Ohm)\n",
+      "octal combination 0o177772 with analog channel 14 works (V_random=0.7683886094037402V and R_random=95.31380457016498Ohm)\n",
+      "octal combination 0o177772 with analog channel 16 works (V_random=1.0570761547329168V and R_random=925.9850486138721Ohm)\n",
+      "octal combination 0o177773 with analog channel 8 works (V_random=1.2195522188627035V and R_random=293.4660526289167Ohm)\n",
+      "octal combination 0o177773 with analog channel 13 works (V_random=1.1275457589277347V and R_random=881.0906500957623Ohm)\n",
+      "octal combination 0o177773 with analog channel 16 works (V_random=1.081657804278096V and R_random=917.7680098638222Ohm)\n",
+      "octal combination 0o177773 with analog channel 20 works (V_random=1.033921029825446V and R_random=700.1682065144336Ohm)\n",
+      "octal combination 0o177774 with analog channel 11 works (V_random=1.0860154047648516V and R_random=844.8090726516481Ohm)\n",
+      "octal combination 0o177774 with analog channel 13 works (V_random=1.2219037293997141V and R_random=895.6954580894047Ohm)\n",
+      "octal combination 0o177774 with analog channel 15 works (V_random=1.0017306568167301V and R_random=229.13615200888867Ohm)\n",
+      "octal combination 0o177774 with analog channel 19 works (V_random=1.0871771445549685V and R_random=756.4665665463112Ohm)\n",
+      "octal combination 0o177776 with analog channel 7 works (V_random=1.1142669749268608V and R_random=719.9706946809736Ohm)\n",
+      "octal combination 0o177777 with analog channel 3 works (V_random=1.202966548475484V and R_random=482.2933224242792Ohm)\n",
+      "octal combination 0o177777 with analog channel 5 works (V_random=1.0202147827112726V and R_random=391.1343157007172Ohm)\n",
+      "octal combination 0o177777 with analog channel 10 works (V_random=1.2112238590396116V and R_random=111.07525853730402Ohm)\n",
+      "octal combination 0o177777 with analog channel 14 works (V_random=0.0775282469462106V and R_random=81.60344714405616Ohm)\n",
+      "octal combination 0o177777 with analog channel 18 works (V_random=1.0620094952608001V and R_random=298.78809691197694Ohm)\n",
+      "2.576686382293701\n"
+     ]
+    }
+   ],
+   "source": [
+    "start = time.time()\n",
+    "for digital in range(digital_start,digital_stop+1,digital_step):\n",
+    "    code = oct(digital)\n",
+    "    for analog in range(analog_start,analog_stop+1,analog_step):\n",
+    "        V_random = random.uniform(0, 1.25)\n",
+    "        R_random = random.uniform(75,1000)\n",
+    "        if V_random > Vth or R_random < Rth:\n",
+    "            print(f\"octal combination {code} with analog channel {analog} works (V_random={V_random}V and R_random={R_random}Ohm)\")\n",
+    "end = time.time()\n",
+    "print(end-start)"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": null,
+   "id": "ec055d0d-7d86-4963-a74b-d39c60cfc281",
+   "metadata": {},
+   "outputs": [],
+   "source": []
+  }
+ ],
+ "metadata": {
+  "kernelspec": {
+   "display_name": "Python 3 (ipykernel)",
+   "language": "python",
+   "name": "python3"
+  },
+  "language_info": {
+   "codemirror_mode": {
+    "name": "ipython",
+    "version": 3
+   },
+   "file_extension": ".py",
+   "mimetype": "text/x-python",
+   "name": "python",
+   "nbconvert_exporter": "python",
+   "pygments_lexer": "ipython3",
+   "version": "3.12.0"
+  }
+ },
+ "nbformat": 4,
+ "nbformat_minor": 5
+}
-- 
GitLab