Profile ---------------------------------------- .. rubric:: RepCap Settings .. code-block:: python # Range: Nr1 .. Nr64 rc = driver.source.bb.gnss.svid.gps.prErrors.profile.repcap_index_get() driver.source.bb.gnss.svid.gps.prErrors.profile.repcap_index_set(repcap.Index.Nr1) .. rubric:: SCPI Command : .. index:: single: [SOURce]:BB:GNSS:SVID:GPS:PRERrors:PROFile:DELete .. code-block:: python [SOURce]:BB:GNSS:SVID:GPS:PRERrors:PROFile:DELete .. autoclass:: RsSmbv.Implementations.Source.Bb.Gnss.Svid.Gps.PrErrors.Profile.ProfileCls :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.gnss.svid.gps.prErrors.profile.clone() .. rubric:: Subgroups .. toctree:: :maxdepth: 6 :glob: Source_Bb_Gnss_Svid_Gps_PrErrors_Profile_Append.rst Source_Bb_Gnss_Svid_Gps_PrErrors_Profile_Count.rst Source_Bb_Gnss_Svid_Gps_PrErrors_Profile_Insert.rst Source_Bb_Gnss_Svid_Gps_PrErrors_Profile_Offset.rst Source_Bb_Gnss_Svid_Gps_PrErrors_Profile_Reference.rst Source_Bb_Gnss_Svid_Gps_PrErrors_Profile_Value.rst