boulderopalscaleup.device.DeviceData.get_gate_error

DeviceData.get_gate_error(gate, addr)

Get the calibrated error data for a specific gate and address alias.

Parameters

  • gate (str) – The gate name.
  • addr (str or tuple [ str , ... ]) – The address or addresses targeted by the gate.

Returns

The gate error data, or None if no calibration routine has recorded an error for this gate and address yet. If present, inspect error.calibration_status for the confidence of the value.

Return type

GateErrorData or None

Was this useful?