Grx.Device::reset_calibration

@accepts(Grx.Device)
@returns(bool)
def do_reset_calibration(device):
  

Resets the calibration of the device.

This function is probably only useful to programs that are calibrating the device and need to remove the existing calibration.

device

the device

Returns

True if this device can be calibrated and reseting the calibration was successful, otherwise False.