Sl

SCPI Commands :

SENSe:LTE:SIGNaling<instance>:UECapability:SL:DSLSs
SENSe:LTE:SIGNaling<instance>:UECapability:SL:CSTX
SENSe:LTE:SIGNaling<instance>:UECapability:SL:DSRalloc
SENSe:LTE:SIGNaling<instance>:UECapability:SL:DUSRalloc
SENSe:LTE:SIGNaling<instance>:UECapability:SL:DSPRoc
class SlCls[source]

Sl commands group definition. 5 total commands, 0 Subgroups, 5 group commands

get_cstx() bool[source]
# SCPI: SENSe:LTE:SIGNaling<instance>:UECapability:SL:CSTX
value: bool = driver.sense.ueCapability.sl.get_cstx()

Returns whether the UE supports simultaneous transmission of EUTRA and sidelink communication on different carriers.

return:

simultaneous: OFF | ON

get_dslss() bool[source]
# SCPI: SENSe:LTE:SIGNaling<instance>:UECapability:SL:DSLSs
value: bool = driver.sense.ueCapability.sl.get_dslss()

Returns whether the UE supports SLSS transmission and reception.

return:

slss: OFF | ON

get_dsproc() UeSidelinkProcessesCount[source]
# SCPI: SENSe:LTE:SIGNaling<instance>:UECapability:SL:DSPRoc
value: enums.UeSidelinkProcessesCount = driver.sense.ueCapability.sl.get_dsproc()

Returns the number of processes supported by the UE for sidelink discovery.

return:

proc: N50 | N400

get_dsr_alloc() bool[source]
# SCPI: SENSe:LTE:SIGNaling<instance>:UECapability:SL:DSRalloc
value: bool = driver.sense.ueCapability.sl.get_dsr_alloc()

Returns whether the UE supports transmission of discovery announcements based on network scheduled resource allocation.

return:

alloc: OFF | ON

get_dusralloc() bool[source]
# SCPI: SENSe:LTE:SIGNaling<instance>:UECapability:SL:DUSRalloc
value: bool = driver.sense.ueCapability.sl.get_dusralloc()

Returns whether the UE supports transmission of discovery announcements based on UE autonomous resource selection.

return:

alloc: OFF | ON