Calibration.prototype.magnetoCalibration = function(calibrate) {

  var buffer = commandToBuffer(0, "Calibration", "MagnetoCalibration", calibrate);

  this.self._writePacket(this.self._networkFrameGenerator(buffer));