Adjc
SCPI Command :
[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:V2X:ADJC
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(userEquipment=UserEquipment.Default) bool[source]
# [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.
- Parameters:
userEquipment – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ue’)
- Returns:
adjacency: 1 | ON | 0| OFF
- set(adjacency: bool, userEquipment=UserEquipment.Default) None[source]
# [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.
- Parameters:
adjacency – 1 | ON | 0| OFF
userEquipment – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ue’)