boulderopalscaleup.device.DeviceData.get_defcal

DeviceData.get_defcal(gate, addr)

Get the defcal 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 defcal.

Returns

The requested defcal data.

Return type

Defcal

Was this useful?