InstructionCompilationParameters
- class caqtus.device.sequencer.compilation.InstructionCompilationParameters(
- description,
- output: ChannelOutput,
- dtype: dtype,
- units: BaseUnit,
Bases:
objectSpecify how to evaluate an instruction for a channel.
- description
A human-readable description of the channel.
This is used to identify the channel in error messages.
- Type:
- output
The output of the channel.
- dtype
The dtype in which the instruction will be converted once the output has been evaluated.
- Type:
- units
The units in which the output of the channel is expressed.
The units must be expressed in the base units. If the values are dimensionless, the units must be None.
- Type:
caqtus.types.units._units.BaseUnit