Mac

SCPI Commands :

SENSe:LTE:SIGNaling<instance>:UECapability:MAC:LDRXcommand
SENSe:LTE:SIGNaling<instance>:UECapability:MAC:LCSPtimer
class MacCls[source]

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

get_lcsp_timer() bool[source]
# SCPI: SENSe:LTE:SIGNaling<instance>:UECapability:MAC:LCSPtimer
value: bool = driver.sense.ueCapability.mac.get_lcsp_timer()

Returns whether the UE supports the logical channel SR prohibit timer as specified in 3GPP TS 36.321.

return:

channel: OFF | ON

get_ldrx_command() bool[source]
# SCPI: SENSe:LTE:SIGNaling<instance>:UECapability:MAC:LDRXcommand
value: bool = driver.sense.ueCapability.mac.get_ldrx_command()

Returns whether the UE supports the long DRX command MAC control element as specified in 3GPP TS 36.321.

return:

command: OFF | ON