Method: Phidgets::PowerGuard#getMinOverVoltage
- Defined in:
- ext/phidgets/phidgets_power_guard.c
#getMinOverVoltage ⇒ Object Also known as: min_over_voltage
The minimum value that OverVoltage can be set to.
30 31 32 |
# File 'ext/phidgets/phidgets_power_guard.c', line 30 VALUE ph_power_guard_get_min_over_voltage(VALUE self) { return ph_get_double(get_ph_handle(self), (phidget_get_double_func)PhidgetPowerGuard_getMinOverVoltage); } |