Lines Matching refs:k
164 for k in status.keys():
165 if k.endswith("VoltageSetting"):
166 status[k] = 2.0 + status[k] * 0.01
167 elif k.endswith("FineCurrent"):
169 elif k.endswith("CoarseCurrent"):
171 elif k.startswith("voltage") or k.endswith("Voltage"):
172 status[k] = status[k] * 0.000125
173 elif k.endswith("Resistor"):
174 status[k] = 0.05 + status[k] * 0.0001
175 if k.startswith("aux") or k.startswith("defAux"): status[k] += 0.05
176 elif k.endswith("CurrentLimit"):
177 status[k] = 8 * (1023 - status[k]) / 1023.0