Cc ---------------------------------------- .. rubric:: RepCap Settings .. code-block:: python # Range: Nr1 .. Nr16 rc = driver.applications.k14Xnr5G.sense.frequency.center.cc.repcap_carrierComponent_get() driver.applications.k14Xnr5G.sense.frequency.center.cc.repcap_carrierComponent_set(repcap.CarrierComponent.Nr1) .. rubric:: SCPI Command : .. index:: single: [SENSe]:FREQuency:CENTer[:CC] .. code-block:: python [SENSe]:FREQuency:CENTer[:CC] .. autoclass:: RsFsw.Implementations.Applications.K14x_Nr5G.Sense.Frequency.Center.Cc.CcCls :members: :undoc-members: :noindex: .. rubric:: Cloning the Group .. code-block:: python # Create a clone of the original group, that exists independently group2 = driver.applications.k14Xnr5G.sense.frequency.center.cc.clone() .. rubric:: Subgroups .. toctree:: :maxdepth: 6 :glob: Applications_K14x_Nr5G_Sense_Frequency_Center_Cc_McOffset.rst Applications_K14x_Nr5G_Sense_Frequency_Center_Cc_Offset.rst