Pattern ---------------------------------------- .. rubric:: RepCap Settings .. code-block:: python # Range: Nr1 .. Nr16 rc = driver.source.bb.w3Gpp.mstation.hsupa.dpcch.e.frc.harq.simulation.pattern.repcap_patternIx_get() driver.source.bb.w3Gpp.mstation.hsupa.dpcch.e.frc.harq.simulation.pattern.repcap_patternIx_set(repcap.PatternIx.Nr1) .. rubric:: SCPI Command : .. index:: single: [SOURce]:BB:W3GPp:MSTation:[HSUPa]:DPCCh:E:FRC:HARQ:[SIMulation]:PATTern .. code-block:: python [SOURce]:BB:W3GPp:MSTation:[HSUPa]:DPCCh:E:FRC:HARQ:[SIMulation]:PATTern .. autoclass:: RsSmbv.Implementations.Source.Bb.W3Gpp.Mstation.Hsupa.Dpcch.E.Frc.Harq.Simulation.Pattern.PatternCls :members: :undoc-members: :noindex: .. rubric:: Cloning the Group .. code-block:: python # Create a clone of the original group, that exists independently group2 = driver.source.bb.w3Gpp.mstation.hsupa.dpcch.e.frc.harq.simulation.pattern.clone()