Bpayload ---------------------------------------- .. rubric:: RepCap Settings .. code-block:: python # Range: Nr0 .. Nr63 rc = driver.source.bb.w3Gpp.bstation.channel.hsdpa.hset.bpayload.repcap_indexNull_get() driver.source.bb.w3Gpp.bstation.channel.hsdpa.hset.bpayload.repcap_indexNull_set(repcap.IndexNull.Nr0) .. rubric:: SCPI Command : .. index:: single: [SOURce]:BB:W3GPp:BSTation:CHANnel:HSDPa:HSET:BPAYload .. code-block:: python [SOURce]:BB:W3GPp:BSTation:CHANnel:HSDPa:HSET:BPAYload .. autoclass:: RsSmbv.Implementations.Source.Bb.W3Gpp.Bstation.Channel.Hsdpa.Hset.Bpayload.BpayloadCls :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.w3Gpp.bstation.channel.hsdpa.hset.bpayload.clone()