Awgn ---------------------------------------- .. rubric:: SCPI Commands : .. index:: single: [SOURce]:AWGN:BRATe single: [SOURce]:AWGN:CNRatio single: [SOURce]:AWGN:ENRatio single: [SOURce]:AWGN:MODE single: [SOURce]:AWGN:STATe .. code-block:: python [SOURce]:AWGN:BRATe [SOURce]:AWGN:CNRatio [SOURce]:AWGN:ENRatio [SOURce]:AWGN:MODE [SOURce]:AWGN:STATe .. autoclass:: RsSmbv.Implementations.Source.Awgn.AwgnCls :members: :undoc-members: :noindex: .. rubric:: Cloning the Group .. code-block:: python # Create a clone of the original group, that exists independently group2 = driver.source.awgn.clone() .. rubric:: Subgroups .. toctree:: :maxdepth: 6 :glob: Source_Awgn_Bandwidth.rst Source_Awgn_Cmode.rst Source_Awgn_Disp.rst Source_Awgn_Frequency.rst Source_Awgn_Power.rst