Frequency ---------------------------------------- .. rubric:: RepCap Settings .. code-block:: python # Range: Nr1 .. Nr5 rc = driver.test.bb.generator.frequency.repcap_noisePoint_get() driver.test.bb.generator.frequency.repcap_noisePoint_set(repcap.NoisePoint.Nr1) .. rubric:: SCPI Command : .. index:: single: TEST:BB:GENerator:FREQuency .. code-block:: python TEST:BB:GENerator:FREQuency .. autoclass:: RsSmbv.Implementations.Test.Bb.Generator.Frequency.FrequencyCls :members: :undoc-members: :noindex: .. rubric:: Cloning the Group .. code-block:: python # Create a clone of the original group, that exists independently group2 = driver.test.bb.generator.frequency.clone()