Grx.Device.reset_calibration

@accepts(Grx.Device)
@returns(bool)
def reset_calibration(self):
    # Python wrapper for grx_device_reset_calibration()
  

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.

self

the device

Returns