Alternate ---------------------------------------- .. rubric:: RepCap Settings .. code-block:: python # Range: Ch1 .. Ch64 rc = driver.applications.k10Xlte.calculate.limit.acPower.alternate.repcap_channel_get() driver.applications.k10Xlte.calculate.limit.acPower.alternate.repcap_channel_set(repcap.Channel.Ch1) .. autoclass:: RsFsw.Implementations.Applications.K10x_Lte.Calculate.Limit.AcPower.Alternate.AlternateCls :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.calculate.limit.acPower.alternate.clone() .. rubric:: Subgroups .. toctree:: :maxdepth: 6 :glob: Applications_K10x_Lte_Calculate_Limit_AcPower_Alternate_Absolute.rst Applications_K10x_Lte_Calculate_Limit_AcPower_Alternate_Relative.rst Applications_K10x_Lte_Calculate_Limit_AcPower_Alternate_Result.rst