Bpayload<IndexNull>

RepCap Settings

# 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)

SCPI Command :

[SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:HSDPa:HSET:BPAYload<DI>
class BpayloadCls[source]

Bpayload commands group definition. 1 total commands, 0 Subgroups, 1 group commands Repeated Capability: IndexNull, default value after init: IndexNull.Nr0

get(baseStation=BaseStation.Default, channelNull=ChannelNull.Default, indexNull=IndexNull.Default) float[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:HSDPa:HSET:BPAYload<DI>
value: float = driver.source.bb.w3Gpp.bstation.channel.hsdpa.hset.bpayload.get(baseStation = repcap.BaseStation.Default, channelNull = repcap.ChannelNull.Default, indexNull = repcap.IndexNull.Default)

The command queries the payload of the information bit. This value determines the number of transport layer bits sent in each subframe.

param baseStation

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bstation’)

param channelNull

optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Channel’)

param indexNull

optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Bpayload’)

return

bpayload: float Range: 1 to 5000

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.bb.w3Gpp.bstation.channel.hsdpa.hset.bpayload.clone()