Method: Phidgets::PowerGuard#getMaxOverVoltage

Defined in:
ext/phidgets/phidgets_power_guard.c

#getMaxOverVoltageObject Also known as: max_over_voltage

The maximum value that OverVoltage can be set to.



34
35
36
# File 'ext/phidgets/phidgets_power_guard.c', line 34

VALUE ph_power_guard_get_max_over_voltage(VALUE self) {
  return ph_get_double(get_ph_handle(self), (phidget_get_double_func)PhidgetPowerGuard_getMaxOverVoltage);
}