ChannelConfiguration

class caqtus.device.sequencer.ChannelConfiguration(
description,
output: ChannelOutput,
)

Bases: ABC

Abstract class that defines the configuration of a channel.

description

A human-readable description of the channel.

Type:

str

output

Defines what should be output on the channel.

Type:

caqtus.device.sequencer.channel_commands.channel_output.ChannelOutput