boulderopalscaleup.QctrlScaleUpClient.update_frame

*async* QctrlScaleUpClient.update_frame(name, frequency)

Update the frequency of a frame on the device.

This method is used to update the frequency of a frame on the device, which can be necessary after changes to the device or to ensure that experiments are run with the most up-to-date information about the device’s frame.

Parameters

  • name (str) – The name of the frame to update.
  • frequency (float) – The new frequency to set for the frame in Hz.

Returns

The job ID associated with the frame update.

Return type

JobId

Was this useful?