Lines Matching refs:k
155 for k in status.keys():
156 if k.endswith("VoltageSetting"):
157 status[k] = 2.0 + status[k] * 0.01
158 elif k.endswith("FineCurrent"):
160 elif k.endswith("CoarseCurrent"):
162 elif k.startswith("voltage") or k.endswith("Voltage"):
163 status[k] = status[k] * 0.000125
164 elif k.endswith("Resistor"):
165 status[k] = 0.05 + status[k] * 0.0001
166 if k.startswith("aux") or k.startswith("defAux"): status[k] += 0.05
167 elif k.endswith("CurrentLimit"):
168 status[k] = 8 * (1023 - status[k]) / 1023.0