Channel ---------------------------------------- .. rubric:: RepCap Settings .. code-block:: python # Range: Ch1 .. Ch64 rc = driver.sense.power.achannel.bandwidth.channel.repcap_channel_get() driver.sense.power.achannel.bandwidth.channel.repcap_channel_set(repcap.Channel.Ch1) .. rubric:: SCPI Command : .. index:: single: [SENSe]:POWer:ACHannel:BWIDth[:CHANnel] .. code-block:: python [SENSe]:POWer:ACHannel:BWIDth[:CHANnel] .. autoclass:: RsFsw.Implementations.Sense.Power.Achannel.Bandwidth.Channel.ChannelCls :members: :undoc-members: :noindex: .. rubric:: Cloning the Group .. code-block:: python # Create a clone of the original group, that exists independently group2 = driver.sense.power.achannel.bandwidth.channel.clone()