Adjc

SCPI Command :

[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:V2X:ADJC
class AdjcCls[source]

Adjc commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(userEquipment=UserEquipment.Default) bool[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:V2X:ADJC
value: bool = driver.source.bb.eutra.uplink.ue.sl.v2X.adjc.get(userEquipment = repcap.UserEquipment.Default)

If enabled, the PSCCH and PSSCH channels are allocated on contiguous resources.

param userEquipment

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

return

adjacency: 1| ON| 0| OFF

set(adjacency: bool, userEquipment=UserEquipment.Default) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:V2X:ADJC
driver.source.bb.eutra.uplink.ue.sl.v2X.adjc.set(adjacency = False, userEquipment = repcap.UserEquipment.Default)

If enabled, the PSCCH and PSSCH channels are allocated on contiguous resources.

param adjacency

1| ON| 0| OFF

param userEquipment

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