Setup ---------------------------------------- .. rubric:: SCPI Commands : .. index:: single: TRPRobe:SETup:BANDwidth single: TRPRobe:SETup:CAPacitance single: TRPRobe:SETup:DISPlaydiff single: TRPRobe:SETup:IMPedance single: TRPRobe:SETup:MODE single: TRPRobe:SETup:NAME single: TRPRobe:SETup:STATe single: TRPRobe:SETup:TYPE single: TRPRobe:SETup:CMOFfset single: TRPRobe:SETup:ZAXV single: TRPRobe:SETup:ACCoupling single: TRPRobe:SETup:PRMode .. code-block:: python TRPRobe:SETup:BANDwidth TRPRobe:SETup:CAPacitance TRPRobe:SETup:DISPlaydiff TRPRobe:SETup:IMPedance TRPRobe:SETup:MODE TRPRobe:SETup:NAME TRPRobe:SETup:STATe TRPRobe:SETup:TYPE TRPRobe:SETup:CMOFfset TRPRobe:SETup:ZAXV TRPRobe:SETup:ACCoupling TRPRobe:SETup:PRMode .. autoclass:: rsrtx.Implementations.TrProbe.Setup.SetupCls :members: :undoc-members: :noindex: .. rubric:: Cloning the Group .. code-block:: python # Create a copy of the original group, that exists independently setup_copy = driver.trProbe.setup.clone() .. rubric:: Subgroups .. toctree:: :maxdepth: 6 :glob: TrProbe_Setup_Advanced.rst TrProbe_Setup_Attenuation.rst TrProbe_Setup_Degauss.rst TrProbe_Setup_Gain.rst