Path ---------------------------------------- .. rubric:: RepCap Settings .. code-block:: python # Range: Nr1 .. Nr8 rc = driver.source.fsimulator.birthDeath.path.repcap_path_get() driver.source.fsimulator.birthDeath.path.repcap_path_set(repcap.Path.Nr1) .. autoclass:: RsSmw.Implementations.Source.Fsimulator.BirthDeath.Path.PathCls :members: :undoc-members: :noindex: .. rubric:: Cloning the Group .. code-block:: python # Create a clone of the original group, that exists independently group2 = driver.source.fsimulator.birthDeath.path.clone() .. rubric:: Subgroups .. toctree:: :maxdepth: 6 :glob: Source_Fsimulator_BirthDeath_Path_Fdoppler.rst Source_Fsimulator_BirthDeath_Path_Loss.rst Source_Fsimulator_BirthDeath_Path_Profile.rst