ProbeChannelProperties#
- class iqm.pulse.playlist.channel.ProbeChannelProperties(sample_rate, instruction_duration_granularity, instruction_duration_min, compatible_instructions=<factory>, is_iq=False, is_virtual=False, blocks_component=True, center_frequency=0.0, integration_start_dead_time=0, integration_stop_dead_time=0)#
Bases:
ChannelPropertiesChannelPropertiesfor probe line channels.Module:
iqm.pulse.playlist.channelAttributes
Center frequency for the channel.
Dead time samples before integration.
Dead time samples after integration.
sample_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: