Mbms

SCPI Commands :

SENSe:LTE:SIGNaling<instance>:UECapability:MBMS:NSCell
SENSe:LTE:SIGNaling<instance>:UECapability:MBMS:SCELl
class MbmsCls[source]

Mbms commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_nscell() bool[source]
# SCPI: SENSe:LTE:SIGNaling<instance>:UECapability:MBMS:NSCell
value: bool = driver.sense.ueCapability.mbms.get_nscell()

Returns whether the UE supports MBMS reception via a serving cell to be added.

return:

cell: OFF | ON

get_scell() bool[source]
# SCPI: SENSe:LTE:SIGNaling<instance>:UECapability:MBMS:SCELl
value: bool = driver.sense.ueCapability.mbms.get_scell()

Returns whether the UE supports MBMS reception via an SCell.

return:

scell: OFF | ON