Sf ---------------------------------------- .. rubric:: RepCap Settings .. code-block:: python # Range: Nr1 .. Nr5 rc = driver.source.bb.gnss.atmospheric.galileo.nmessage.fnav.ionospheric.sf.repcap_region_get() driver.source.bb.gnss.atmospheric.galileo.nmessage.fnav.ionospheric.sf.repcap_region_set(repcap.Region.Nr1) .. rubric:: SCPI Command : .. index:: single: [SOURce]:BB:GNSS:ATMospheric:GALileo:NMESsage:FNAV:IONospheric:SF .. code-block:: python [SOURce]:BB:GNSS:ATMospheric:GALileo:NMESsage:FNAV:IONospheric:SF .. autoclass:: RsSmbv.Implementations.Source.Bb.Gnss.Atmospheric.Galileo.Nmessage.Fnav.Ionospheric.Sf.SfCls :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.atmospheric.galileo.nmessage.fnav.ionospheric.sf.clone()