Searched refs:FLAGS (Results 1 – 3 of 3) sorted by relevance
52 FLAGS = flags.FLAGS variable315 if not [f for f in useful_flags if FLAGS.get(f, None) is not None]:317 print FLAGS.MainModuleHelp()320 if FLAGS.avg and FLAGS.avg < 0:324 mon = Monsoon(device=FLAGS.device, serialno=FLAGS.serialno)326 if FLAGS.voltage is not None:327 if FLAGS.ramp is not None:328 mon.RampVoltage(mon.start_voltage, FLAGS.voltage)330 mon.SetVoltage(FLAGS.voltage)332 if FLAGS.current is not None:[all …]
51 FLAGS = flags.FLAGS variable157 power_monitors = do_import("power_monitors.%s" % FLAGS.power_monitor)789 if not [f for f in useful_flags if FLAGS.get(f, None) is not None]:791 print FLAGS.MainModuleHelp()794 if FLAGS.avg and FLAGS.avg < 0:798 if FLAGS.voltage is not None:799 if FLAGS.voltage > 5.5:804 FLAGS.voltage)810 if not FLAGS.power_monitor:815 power_monitors = do_import("power_monitors.%s" % FLAGS.power_monitor)[all …]
77196 private static final int FLAGS