Bit ---------------------------------------- .. rubric:: SCPI Command : .. index:: single: TRIGger<*>:PARallel:STATe:BIT<*> .. code-block:: python TRIGger<*>:PARallel:STATe:BIT<*> .. autoclass:: rsrtx.Implementations.Trigger.Parallel.State.Bit.BitCls :members: :undoc-members: :noindex: .. rubric:: Cloning the Group .. code-block:: python # Create a copy of the original group, that exists independently bit_copy = driver.trigger.parallel.state.bit.clone()