boulderopalscaleup.QctrlScaleUpClient.display
*static* QctrlScaleUpClient.display(data)Display data in a formatted table or plot.
Parameters
data (DeviceSummary or JobSummary or JobData or list [DeviceSummary ] or list [JobSummary ]) – The data to display.
Raises
ValueError– If data is an empty list.TypeError– If data is not a DeviceSummary or JobSummary, or if the items in the list are not all of the same type.