AWGProperties#
- class iqm.models.channel_properties.channel_properties.AWGProperties(sampling_rate, instruction_duration_granularity, instruction_duration_min, compatible_instructions=<factory>, is_virtual=False, blocks_component=True, *, fast_feedback_sources=<factory>, local_oscillator=False, mixer_correction=False)#
Bases:
ChannelPropertiesChannel properties of an AWG channel.
Module:
iqm.models.channel_properties.channel_propertiesAttributes
Whether this AWG contains a local oscillator or not.
Whether this AWG has mixer correction or not.
Defines compatible fast feedback sources
sampling_rateSample rate of the instrument responsible for the channel (in Hz).
instruction_duration_granularityAll instruction durations on this channel must be multiples of this granularity (in samples).
instruction_duration_minAll instruction durations on this channel must at least this long (in samples).
compatible_instructionsInstruction types that are allowed on this channel.
Methods
- Parameters: