DimensionedSeries

class caqtus.shot_compilation.lane_compilation.DimensionedSeries(values: TimedInstruction[T], units: BaseUnit)

Bases: Generic

Represents a series of value to output on a channel with their units.

Parameters:
  • values – The sequence of values to output.

  • units – The units in which the values are expressed. They must be in base SI units.