SweepData#
- class SweepData(*, sweep_id, dut_label, settings, sweeps, return_parameters, created_timestamp, modified_timestamp, begin_timestamp, end_timestamp, job_status)#
Bases:
SweepBaseThe content of the sweep stored in the database.
Module:
iqm.station_control.interface.models.sweepAttributes
Time when the object was created in the database.
Time when the object was last modified in the database.
Time when the sweep began in the station control.
Time when the sweep ended in the station control.
Status of sweep execution.
sweep_idUnique identifier of the sweep.
dut_labelDUT label of the device being used.
settingsA tree representation of the initial settings to set before the sweep.
sweepsSweeps that define the swept parameters, i.e. a list of parallel sweeps, where the data values of all sweeps in the tuple are interleaved, and updated simultaneously during the sweep.
return_parametersParameters that will be queried from devices and saved for each spot (variable-tuple) of the N-dimensional sweep.
Methods
- Parameters:
- job_status: JobExecutorStatus#
Status of sweep execution.