Method: Phidgets::CurrentInput#getDataInterval
- Defined in:
- ext/phidgets/phidgets_current_input.c
#getDataInterval ⇒ Object Also known as: data_interval
The DataInterval is the time that must elapse before the channel will fire another CurrentChange event. The data interval is bounded by MinDataInterval and MaxDataInterval. The timing between CurrentChange events can also affected by the CurrentChangeTrigger.
42 43 44 |
# File 'ext/phidgets/phidgets_current_input.c', line 42 VALUE ph_current_input_get_data_interval(VALUE self) { return ph_get_uint(get_ph_handle(self), (phidget_get_uint_func)PhidgetCurrentInput_getDataInterval); } |