Layer#
- class pyflp.channel.Layer[source]#
Bases:
Channel,ModelCollection[Channel]Represents a layer channel present in the channel rack.
- __getitem__(i: int | str | slice) Channel[source]#
Returns a child
Channelwith an IID ofChannel.iid.- Parameters:
i โ IID or 0-based index of the child(ren).
- Raises:
ChannelNotFound โ Child(ren) with the specific index or IID couldnโt be found. This exception derives from
KeyErroras well.