boulderopalscaleup.QctrlScaleUpClient.display_device_data_sheet

*async* QctrlScaleUpClient.display_device_data_sheet(device_name=None, node_name=None)

Display a data sheet of the components in the device.

Parameters

  • device_name (str or None , optional) – The name of the device to display. Defaults to the current device.
  • node_name (str or None , optional) – The name of the node to display. If not provided, all applicable nodes are summarized.

Raises

  • ScaleUpClientError – If the device name is not set.
  • ScaleUpUserError – If the device is not found.
  • ScaleUpServerError – If the response from the server is invalid.
  • ValueError – If the node is not a Coupler, Feedline, PurcellFilter, Resonator, Transmon, or TWPA.

Was this useful?