Channel ---------------------------------------- .. rubric:: RepCap Settings .. code-block:: python # Range: Ch1 .. Ch64 rc = driver.applications.k18AmplifierEt.sense.power.achannel.filterPy.state.channel.repcap_channel_get() driver.applications.k18AmplifierEt.sense.power.achannel.filterPy.state.channel.repcap_channel_set(repcap.Channel.Ch1) .. rubric:: SCPI Command : .. index:: single: [SENSe]:POWer:ACHannel:FILTer[:STATe]:CHANnel .. code-block:: python [SENSe]:POWer:ACHannel:FILTer[:STATe]:CHANnel .. autoclass:: RsFsw.Implementations.Applications.K18_AmplifierEt.Sense.Power.Achannel.FilterPy.State.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.k18AmplifierEt.sense.power.achannel.filterPy.state.channel.clone()