V

SCPI Command :

SENSe:LTE:SIGNaling<instance>:UECapability:RF:BCOMbination:V<Number>:BCSet
class VCls[source]

V commands group definition. 7 total commands, 1 Subgroups, 1 group commands

get_bcset() List[str][source]
# SCPI: SENSe:LTE:SIGNaling<instance>:UECapability:RF:BCOMbination:V<Number>:BCSet
value: List[str] = driver.sense.ueCapability.rf.bcombination.v.get_bcset()

Returns a list of binary numbers, indicating which bandwidth combination sets the UE supports for the individual carrier aggregation band combinations.

return:

band: binary Comma-separated list of binary numbers, one binary number per band combination (combination 0 to n) Each binary number indicates which bandwidth combination sets are supported for the band combination. The leftmost bit corresponds to set 0, the next bit to set 1, and so on. ‘0’ means not supported. ‘1’ means supported.

Cloning the Group

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

Subgroups