Notch ---------------------------------------- .. rubric:: RepCap Settings .. code-block:: python # Range: Nr1 .. Nr8 rc = driver.source.bb.ofdm.notch.repcap_notchFilter_get() driver.source.bb.ofdm.notch.repcap_notchFilter_set(repcap.NotchFilter.Nr1) .. rubric:: SCPI Commands : .. index:: single: [SOURce]:BB:OFDM:NOTCh:CLOCk single: [SOURce]:BB:OFDM:NOTCh:COUNt single: [SOURce]:BB:OFDM:NOTCh .. code-block:: python [SOURce]:BB:OFDM:NOTCh:CLOCk [SOURce]:BB:OFDM:NOTCh:COUNt [SOURce]:BB:OFDM:NOTCh .. autoclass:: RsSmbv.Implementations.Source.Bb.Ofdm.Notch.NotchCls :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.ofdm.notch.clone() .. rubric:: Subgroups .. toctree:: :maxdepth: 6 :glob: Source_Bb_Ofdm_Notch_Apply.rst Source_Bb_Ofdm_Notch_Bandwidth.rst Source_Bb_Ofdm_Notch_Frequency.rst Source_Bb_Ofdm_Notch_State.rst