Bit ---------------------------------------- .. rubric:: SCPI Command : .. index:: single: TRIGger<*>:PARallel:PATTern:BIT<*> .. code-block:: python TRIGger<*>:PARallel:PATTern:BIT<*> .. autoclass:: rsrtx.Implementations.Trigger.Parallel.Pattern.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.pattern.bit.clone()