Bc<BandCombination>

RepCap Settings

# Range: Nr1 .. Nr32
rc = driver.sense.ueCapability.rfParameter.bc.repcap_bandCombination_get()
driver.sense.ueCapability.rfParameter.bc.repcap_bandCombination_set(repcap.BandCombination.Nr1)

SCPI Commands

SENSe:WCDMa:SIGNaling<Instance>:UECapability:RFParameter:BC<BandCombination>
class Bc[source]

Bc commands group definition. 1 total commands, 0 Sub-groups, 1 group commands Repeated Capability: BandCombination, default value after init: BandCombination.Nr1

class GetStruct[source]

Response structure. Fields:

  • Ccomp_12: enums.YesNoStatus: NO | YES Indicates if the UE supports one contiguous carrier in band A and the maximum number of two contiguous carriers in band B

  • Ccomp_21: enums.YesNoStatus: NO | YES Indicates if the UE supports the maximum number of two contiguous carriers in band A and one contiguous carrier in band B

  • Ccomp_13: enums.YesNoStatus: NO | YES Indicates if the UE supports one contiguous carrier in band A and the maximum number of three contiguous carriers in band B

  • Ccomp_31: enums.YesNoStatus: NO | YES Indicates if the UE supports the maximum number of three contiguous carriers in band A and one contiguous carrier in band B

  • Ccomp_22: enums.YesNoStatus: NO | YES Indicates if the UE supports the maximum number of two contiguous carriers in band A and the maximum number of two contiguous carriers in band B

get(bandCombination=<BandCombination.Default: -1>)GetStruct[source]
# SCPI: SENSe:WCDMa:SIGNaling<instance>:UECapability:RFParameter:BC<nr>
value: GetStruct = driver.sense.ueCapability.rfParameter.bc.get(bandCombination = repcap.BandCombination.Default)

Indicates which carrier combination for specific band combination the UE supports.

param bandCombination

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

return

structure: for return value, see the help for GetStruct structure arguments.

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.sense.ueCapability.rfParameter.bc.clone()