Power ---------------------------------------- .. rubric:: SCPI Commands : .. index:: single: [SOURce]:AWGN:POWer:CARRier single: [SOURce]:AWGN:POWer:MODE single: [SOURce]:AWGN:POWer:RMODe .. code-block:: python [SOURce]:AWGN:POWer:CARRier [SOURce]:AWGN:POWer:MODE [SOURce]:AWGN:POWer:RMODe .. autoclass:: RsSmbv.Implementations.Source.Awgn.Power.PowerCls :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.power.clone() .. rubric:: Subgroups .. toctree:: :maxdepth: 6 :glob: Source_Awgn_Power_Noise.rst Source_Awgn_Power_Sum.rst