CycShift

SCPI Command :

[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:ALLoc<CH0>:CYCShift
class CycShiftCls[source]

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

get(userEquipment=UserEquipment.Default, allocationNull=AllocationNull.Default) int[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:ALLoc<CH0>:CYCShift
value: int = driver.source.bb.eutra.uplink.ue.sl.alloc.cycShift.get(userEquipment = repcap.UserEquipment.Default, allocationNull = repcap.AllocationNull.Default)

Sets the cyclic shift used by the generation of the DRS (discovery reference signal) sequence.

param userEquipment

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

param allocationNull

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

return

cyclic_shift: integer Value range depens on the sidelink mode. In communication mode, cyclic shift of 0 is used. In V2X communication mode, the value for PSCCH is one of the following {0, 3, 6, 9}. Range: 0 to 9

set(cyclic_shift: int, userEquipment=UserEquipment.Default, allocationNull=AllocationNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:ALLoc<CH0>:CYCShift
driver.source.bb.eutra.uplink.ue.sl.alloc.cycShift.set(cyclic_shift = 1, userEquipment = repcap.UserEquipment.Default, allocationNull = repcap.AllocationNull.Default)

Sets the cyclic shift used by the generation of the DRS (discovery reference signal) sequence.

param cyclic_shift

integer Value range depens on the sidelink mode. In communication mode, cyclic shift of 0 is used. In V2X communication mode, the value for PSCCH is one of the following {0, 3, 6, 9}. Range: 0 to 9

param userEquipment

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

param allocationNull

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