Channel ---------------------------------------- .. rubric:: RepCap Settings .. code-block:: python # Range: Ch1 .. Ch64 rc = driver.applications.k10Xlte.sense.power.achannel.sblock.name.channel.repcap_channel_get() driver.applications.k10Xlte.sense.power.achannel.sblock.name.channel.repcap_channel_set(repcap.Channel.Ch1) .. rubric:: SCPI Command : .. index:: single: [SENSe]:POWer:ACHannel:SBLock:NAME[:CHANnel] .. code-block:: python [SENSe]:POWer:ACHannel:SBLock:NAME[:CHANnel] .. autoclass:: RsFsw.Implementations.Applications.K10x_Lte.Sense.Power.Achannel.Sblock.Name.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.applications.k10Xlte.sense.power.achannel.sblock.name.channel.clone()