Bpayload<IndexNull>

SCPI Command :

[SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:HSDPa:HSET:BPAYload<DI>
Commands in total: 1
Subgroups: 0
Direct child commands: 1

Repeated Capability Setting:

# Range: Nr0 .. Nr63

driver.source.bb.w3Gpp.bstation.channel.hsdpa.hset.bpayload.repcap_indexNull_set(repcap.IndexNull.Nr0)
get(baseStation=BaseStation.Default, channelNull=ChannelNull.Default, indexNull=IndexNull.Default) float[source]
# [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.

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

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

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

Returns:

bpayload: float Range: 1 to 5000

Cloning the Group

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